Symbol: x25_address
include/net/x25.h
132
struct x25_address address;
include/net/x25.h
152
struct x25_address source_addr, dest_addr;
include/net/x25.h
191
struct x25_address *called_addr,
include/net/x25.h
192
struct x25_address *calling_addr);
include/net/x25.h
194
int x25_addr_ntoa(unsigned char *, struct x25_address *, struct x25_address *);
include/net/x25.h
195
int x25_addr_aton(unsigned char *, struct x25_address *, struct x25_address *);
include/net/x25.h
221
int x25_forward_call(struct x25_address *, struct x25_neigh *, struct sk_buff *,
include/net/x25.h
259
struct x25_route *x25_get_route(struct x25_address *addr);
include/uapi/linux/x25.h
63
struct x25_address sx25_addr; /* X.121 Address */
include/uapi/linux/x25.h
95
struct x25_address address;
net/x25/af_x25.c
117
int x25_addr_ntoa(unsigned char *p, struct x25_address *called_addr,
net/x25/af_x25.c
118
struct x25_address *calling_addr)
net/x25/af_x25.c
154
int x25_addr_aton(unsigned char *p, struct x25_address *called_addr,
net/x25/af_x25.c
155
struct x25_address *calling_addr)
net/x25/af_x25.c
264
static struct sock *x25_find_listener(struct x25_address *addr,
net/x25/af_x25.c
72
static const struct x25_address null_x25_address = {" "};
net/x25/af_x25.c
84
struct x25_address *called_addr,
net/x25/af_x25.c
85
struct x25_address *calling_addr)
net/x25/af_x25.c
946
struct x25_address source_addr, dest_addr;
net/x25/x25_forward.c
17
int x25_forward_call(struct x25_address *dest_addr, struct x25_neigh *from,
net/x25/x25_in.c
92
struct x25_address source_addr, dest_addr;
net/x25/x25_route.c
135
struct x25_route *x25_get_route(struct x25_address *addr)
net/x25/x25_route.c
26
static int x25_add_route(struct x25_address *address, unsigned int sigdigits,
net/x25/x25_route.c
74
static int x25_del_route(struct x25_address *address, unsigned int sigdigits,