Home
last modified time | relevance | path

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

/linux/include/net/
H A Dx25.h132 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 Dx25.h54 struct x25_address { struct
63 struct x25_address sx25_addr; /* X.121 Address */ argument
95 struct x25_address address;
/linux/net/x25/
H A Dx25_route.c26 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 Daf_x25.c72 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 Dx25_forward.c17 int x25_forward_call(struct x25_address *dest_addr, struct x25_neigh *from, in x25_forward_call()
H A Dx25_in.c89 struct x25_address source_addr, dest_addr; in x25_state1_machine()