Searched refs:x25_address (Results 1 – 6 of 6) sorted by relevance
/linux/include/net/ |
H A D | x25.h | 132 struct x25_address address; 152 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/include/uapi/linux/ |
H A D | x25.h | 54 struct x25_address { struct 63 struct x25_address sx25_addr; /* X.121 Address */ argument 95 struct x25_address address;
|
/linux/net/x25/ |
H A D | x25_route.c | 26 static int x25_add_route(struct x25_address *address, unsigned int sigdigits, in x25_add_route() 74 static int x25_del_route(struct x25_address *address, unsigned int sigdigits, in x25_del_route() 135 struct x25_route *x25_get_route(struct x25_address *addr) in x25_get_route()
|
H A D | af_x25.c | 72 static const struct x25_address null_x25_address = {" "}; 84 struct x25_address *called_addr, in x25_parse_address_block() 85 struct x25_address *calling_addr) in x25_parse_address_block() 117 int x25_addr_ntoa(unsigned char *p, struct x25_address *called_addr, in x25_addr_ntoa() 118 struct x25_address *calling_addr) in x25_addr_ntoa() 154 int x25_addr_aton(unsigned char *p, struct x25_address *called_addr, in x25_addr_aton() 155 struct x25_address *calling_addr) in x25_addr_aton() 264 static struct sock *x25_find_listener(struct x25_address *addr, in x25_find_listener() 946 struct x25_address source_addr, dest_addr; in x25_rx_call_request()
|
H A D | x25_forward.c | 17 int x25_forward_call(struct x25_address *dest_addr, struct x25_neigh *from, in x25_forward_call()
|
H A D | x25_in.c | 89 struct x25_address source_addr, dest_addr; in x25_state1_machine()
|