Searched refs:x25_address (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/net/ |
D | x25.h | 129 struct x25_address address; 149 struct x25_address source_addr, dest_addr; 191 struct x25_address *called_addr, 192 struct x25_address *calling_addr); 194 int x25_addr_ntoa(unsigned char *, struct x25_address *, struct x25_address *); 195 int x25_addr_aton(unsigned char *, struct x25_address *, struct x25_address *); 222 int x25_forward_call(struct x25_address *, struct x25_neigh *, struct sk_buff *, 260 struct x25_route *x25_get_route(struct x25_address *addr);
|
/linux-4.1.27/include/uapi/linux/ |
D | x25.h | 53 struct x25_address { struct 62 struct x25_address sx25_addr; /* X.121 Address */ argument 94 struct x25_address address;
|
/linux-4.1.27/net/x25/ |
D | x25_route.c | 31 static int x25_add_route(struct x25_address *address, unsigned int sigdigits, in x25_add_route() 82 static int x25_del_route(struct x25_address *address, unsigned int sigdigits, in x25_del_route() 154 struct x25_route *x25_get_route(struct x25_address *addr) in x25_get_route()
|
D | af_x25.c | 77 static struct x25_address null_x25_address = {" "}; 89 struct x25_address *called_addr, in x25_parse_address_block() 90 struct x25_address *calling_addr) in x25_parse_address_block() 122 int x25_addr_ntoa(unsigned char *p, struct x25_address *called_addr, in x25_addr_ntoa() 123 struct x25_address *calling_addr) in x25_addr_ntoa() 159 int x25_addr_aton(unsigned char *p, struct x25_address *called_addr, in x25_addr_aton() 160 struct x25_address *calling_addr) in x25_addr_aton() 279 static struct sock *x25_find_listener(struct x25_address *addr, in x25_find_listener() 926 struct x25_address source_addr, dest_addr; in x25_rx_call_request()
|
D | x25_forward.c | 22 int x25_forward_call(struct x25_address *dest_addr, struct x25_neigh *from, in x25_forward_call()
|
D | x25_in.c | 94 struct x25_address source_addr, dest_addr; in x25_state1_machine()
|