Searched refs:x25_address (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/net/ |
D | x25.h | 131 struct x25_address address; 151 struct x25_address source_addr, dest_addr; 193 struct x25_address *called_addr, 194 struct x25_address *calling_addr); 196 int x25_addr_ntoa(unsigned char *, struct x25_address *, struct x25_address *); 197 int x25_addr_aton(unsigned char *, struct x25_address *, struct x25_address *); 224 int x25_forward_call(struct x25_address *, struct x25_neigh *, struct sk_buff *, 262 struct x25_route *x25_get_route(struct x25_address *addr);
|
/Linux-v4.19/include/uapi/linux/ |
D | x25.h | 54 struct x25_address { struct 63 struct x25_address sx25_addr; /* X.121 Address */ argument 95 struct x25_address address;
|
/Linux-v4.19/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 const 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() 928 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()
|