Home
last modified time | relevance | path

Searched refs:x25_address (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/include/net/
Dx25.h129 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 extern int x25_addr_ntoa(unsigned char *, struct x25_address *,
195 struct x25_address *);
196 extern int x25_addr_aton(unsigned char *, struct x25_address *,
197 struct x25_address *);
223 extern int x25_forward_call(struct x25_address *, struct x25_neigh *,
260 extern struct x25_route *x25_get_route(struct x25_address *addr);
/linux-2.6.39/include/linux/
Dx25.h52 struct x25_address { struct
61 struct x25_address sx25_addr; /* X.121 Address */ argument
93 struct x25_address address;
/linux-2.6.39/net/x25/
Dx25_route.c31 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()
Daf_x25.c75 static struct x25_address null_x25_address = {" "};
87 struct x25_address *called_addr, in x25_parse_address_block()
88 struct x25_address *calling_addr) in x25_parse_address_block()
120 int x25_addr_ntoa(unsigned char *p, struct x25_address *called_addr, in x25_addr_ntoa()
121 struct x25_address *calling_addr) in x25_addr_ntoa()
157 int x25_addr_aton(unsigned char *p, struct x25_address *called_addr, in x25_addr_aton()
158 struct x25_address *calling_addr) in x25_addr_aton()
278 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()
Dx25_forward.c19 int x25_forward_call(struct x25_address *dest_addr, struct x25_neigh *from, in x25_forward_call()
Dx25_in.c92 struct x25_address source_addr, dest_addr; in x25_state1_machine()