Symbol: ax25_address
include/net/ax25.h
163
ax25_address call;
include/net/ax25.h
180
ax25_address calls[AX25_MAX_DIGIS];
include/net/ax25.h
188
ax25_address callsign;
include/net/ax25.h
233
ax25_address source_addr, dest_addr;
include/net/ax25.h
303
struct sock *ax25_find_listener(ax25_address *, int, struct net_device *, int);
include/net/ax25.h
304
struct sock *ax25_get_socket(ax25_address *, ax25_address *, int);
include/net/ax25.h
305
ax25_cb *ax25_find_cb(const ax25_address *, ax25_address *, ax25_digi *,
include/net/ax25.h
307
void ax25_send_to_raw(ax25_address *, struct sk_buff *, int);
include/net/ax25.h
314
extern const ax25_address ax25_bcast;
include/net/ax25.h
315
extern const ax25_address ax25_defaddr;
include/net/ax25.h
316
extern const ax25_address null_ax25_address;
include/net/ax25.h
317
char *ax2asc(char *buf, const ax25_address *);
include/net/ax25.h
318
void asc2ax(ax25_address *addr, const char *callsign);
include/net/ax25.h
319
int ax25cmp(const ax25_address *, const ax25_address *);
include/net/ax25.h
322
ax25_address *, ax25_address *, ax25_digi *, int *, int *);
include/net/ax25.h
323
int ax25_addr_build(unsigned char *, const ax25_address *,
include/net/ax25.h
324
const ax25_address *, const ax25_digi *, int, int);
include/net/ax25.h
338
ax25_dev *ax25_addr_ax25dev(ax25_address *);
include/net/ax25.h
384
int __must_check ax25_listen_register(const ax25_address *,
include/net/ax25.h
386
void ax25_listen_release(const ax25_address *, struct net_device *);
include/net/ax25.h
388
int ax25_listen_mine(const ax25_address *, struct net_device *);
include/net/ax25.h
402
ax25_cb *ax25_send_frame(struct sk_buff *, int, const ax25_address *,
include/net/ax25.h
403
ax25_address *, ax25_digi *, struct net_device *);
include/net/ax25.h
414
ax25_route *ax25_get_route(ax25_address *addr, struct net_device *dev);
include/net/ax25.h
415
struct sk_buff *ax25_rt_build_path(struct sk_buff *, ax25_address *,
include/net/ax25.h
416
ax25_address *, ax25_digi *);
include/net/ax25.h
443
void ax25_return_dm(struct net_device *, ax25_address *, ax25_address *,
include/net/netrom.h
111
ax25_address callsign;
include/net/netrom.h
217
struct net_device *nr_dev_get(ax25_address *);
include/net/netrom.h
69
ax25_address user_addr, source_addr, dest_addr;
include/net/netrom.h
91
ax25_address callsign;
include/net/rose.h
123
ax25_address src_call, dest_call;
include/net/rose.h
131
ax25_address source_call, dest_call;
include/net/rose.h
133
ax25_address source_digis[ROSE_MAX_DIGIS];
include/net/rose.h
134
ax25_address dest_digis[ROSE_MAX_DIGIS];
include/net/rose.h
171
extern ax25_address rose_callsign;
include/net/rose.h
95
ax25_address callsign;
include/uapi/linux/ax25.h
113
ax25_address port_from;
include/uapi/linux/ax25.h
114
ax25_address port_to;
include/uapi/linux/ax25.h
52
ax25_address sax25_call;
include/uapi/linux/ax25.h
61
ax25_address fsa_digipeater[AX25_MAX_DIGIS];
include/uapi/linux/ax25.h
65
ax25_address port_addr;
include/uapi/linux/ax25.h
66
ax25_address dest_addr;
include/uapi/linux/ax25.h
68
ax25_address digi_addr[AX25_MAX_DIGIS];
include/uapi/linux/ax25.h
72
ax25_address port_addr;
include/uapi/linux/ax25.h
73
ax25_address dest_addr;
include/uapi/linux/ax25.h
79
ax25_address port_addr;
include/uapi/linux/ax25.h
80
ax25_address source_addr;
include/uapi/linux/ax25.h
81
ax25_address dest_addr;
include/uapi/linux/ax25.h
85
ax25_address digi_addr[AX25_MAX_DIGIS];
include/uapi/linux/netrom.h
27
ax25_address callsign;
include/uapi/linux/netrom.h
31
ax25_address neighbour;
include/uapi/linux/netrom.h
34
ax25_address digipeaters[AX25_MAX_DIGIS];
include/uapi/linux/rose.h
53
ax25_address srose_call;
include/uapi/linux/rose.h
55
ax25_address srose_digi;
include/uapi/linux/rose.h
61
ax25_address srose_call;
include/uapi/linux/rose.h
63
ax25_address srose_digis[ROSE_MAX_DIGIS];
include/uapi/linux/rose.h
69
ax25_address neighbour;
include/uapi/linux/rose.h
72
ax25_address digipeaters[AX25_MAX_DIGIS];
include/uapi/linux/rose.h
82
ax25_address source_call, dest_call;
include/uapi/linux/rose.h
84
ax25_address source_digis[ROSE_MAX_DIGIS];
include/uapi/linux/rose.h
85
ax25_address dest_digis[ROSE_MAX_DIGIS];
include/uapi/linux/rose.h
88
ax25_address fail_call;
net/ax25/af_ax25.c
1103
ax25_address call;
net/ax25/af_ax25.c
1112
if ((addr_len < sizeof(struct sockaddr_ax25) + sizeof(ax25_address) * 6) ||
net/ax25/af_ax25.c
1199
if ((addr_len < sizeof(struct sockaddr_ax25) + sizeof(ax25_address) * 6) ||
net/ax25/af_ax25.c
1247
sizeof(ax25_address) * fsa->fsa_ax25.sax25_ndigis) {
net/ax25/af_ax25.c
1551
if ((addr_len < sizeof(struct sockaddr_ax25) + sizeof(ax25_address) * 6) ||
net/ax25/af_ax25.c
1566
sizeof(ax25_address) * usax->sax25_ndigis) {
net/ax25/af_ax25.c
172
struct sock *ax25_find_listener(ax25_address *addr, int digi,
net/ax25/af_ax25.c
1728
ax25_address src;
net/ax25/af_ax25.c
199
struct sock *ax25_get_socket(ax25_address *my_addr, ax25_address *dest_addr,
net/ax25/af_ax25.c
225
ax25_cb *ax25_find_cb(const ax25_address *src_addr, ax25_address *dest_addr,
net/ax25/af_ax25.c
259
void ax25_send_to_raw(ax25_address *addr, struct sk_buff *skb, int proto)
net/ax25/ax25_addr.c
114
int ax25cmp(const ax25_address *a, const ax25_address *b)
net/ax25/ax25_addr.c
157
ax25_address *src, ax25_address *dest, ax25_digi *digi, int *flags,
net/ax25/ax25_addr.c
215
int ax25_addr_build(unsigned char *buf, const ax25_address *src,
net/ax25/ax25_addr.c
216
const ax25_address *dest, const ax25_digi *d, int flag, int modulus)
net/ax25/ax25_addr.c
32
const ax25_address ax25_bcast =
net/ax25/ax25_addr.c
34
const ax25_address ax25_defaddr =
net/ax25/ax25_addr.c
36
const ax25_address null_ax25_address =
net/ax25/ax25_addr.c
46
char *ax2asc(char *buf, const ax25_address *a)
net/ax25/ax25_addr.c
79
void asc2ax(ax25_address *addr, const char *callsign)
net/ax25/ax25_dev.c
33
ax25_dev *ax25_addr_ax25dev(ax25_address *addr)
net/ax25/ax25_dev.c
39
if (ax25cmp(addr, (const ax25_address *)ax25_dev->dev->dev_addr) == 0) {
net/ax25/ax25_iface.c
101
int ax25_listen_register(const ax25_address *callsign, struct net_device *dev)
net/ax25/ax25_iface.c
124
void ax25_listen_release(const ax25_address *callsign, struct net_device *dev)
net/ax25/ax25_iface.c
174
int ax25_listen_mine(const ax25_address *callsign, struct net_device *dev)
net/ax25/ax25_iface.c
36
ax25_address callsign;
net/ax25/ax25_in.c
184
const ax25_address *dev_addr, struct packet_type *ptype)
net/ax25/ax25_in.c
186
ax25_address src, dest, *next_digi = NULL;
net/ax25/ax25_in.c
234
if (!mine && ax25cmp(&dest, (ax25_address *)dev->broadcast) != 0)
net/ax25/ax25_in.c
454
return ax25_rcv(skb, dev, (const ax25_address *)dev->dev_addr, ptype);
net/ax25/ax25_ip.c
105
ax25_address *src, *dst;
net/ax25/ax25_ip.c
111
dst = (ax25_address *)(bp + 1);
net/ax25/ax25_ip.c
112
src = (ax25_address *)(bp + 8);
net/ax25/ax25_ip.c
149
ax25_address src_c;
net/ax25/ax25_ip.c
150
ax25_address dst_c;
net/ax25/ax25_ip.c
168
dst_c = *(ax25_address *)(bp + 1);
net/ax25/ax25_ip.c
169
src_c = *(ax25_address *)(bp + 8);
net/ax25/ax25_out.c
32
ax25_cb *ax25_send_frame(struct sk_buff *skb, int paclen, const ax25_address *src, ax25_address *dest, ax25_digi *digi, struct net_device *dev)
net/ax25/ax25_route.c
345
ax25_route *ax25_get_route(ax25_address *addr, struct net_device *dev)
net/ax25/ax25_route.c
377
struct sk_buff *ax25_rt_build_path(struct sk_buff *skb, ax25_address *src,
net/ax25/ax25_route.c
378
ax25_address *dest, ax25_digi *digi)
net/ax25/ax25_subr.c
187
void ax25_return_dm(struct net_device *dev, ax25_address *src, ax25_address *dest, ax25_digi *digi)
net/ipv4/arp.c
1387
static void ax2asc2(ax25_address *a, char *buf)
net/ipv4/arp.c
1431
ax2asc2((ax25_address *)n->ha, hbuffer);
net/netrom/af_netrom.c
145
static struct sock *nr_find_listener(ax25_address *addr)
net/netrom/af_netrom.c
188
ax25_address *dest)
net/netrom/af_netrom.c
571
ax25_address *source;
net/netrom/af_netrom.c
582
if (addr_len < (addr->fsa_ax25.sax25_ndigis * sizeof(ax25_address) + sizeof(struct sockaddr_ax25))) {
net/netrom/af_netrom.c
641
const ax25_address *source = NULL;
net/netrom/af_netrom.c
686
source = (const ax25_address *)dev->dev_addr;
net/netrom/af_netrom.c
876
ax25_address *src, *dest, *user;
net/netrom/af_netrom.c
888
src = (ax25_address *)(skb->data + 0);
net/netrom/af_netrom.c
889
dest = (ax25_address *)(skb->data + 7);
net/netrom/af_netrom.c
966
user = (ax25_address *)(skb->data + 21);
net/netrom/nr_dev.c
107
err = ax25_listen_register((ax25_address *)sa->sa_data, NULL);
net/netrom/nr_dev.c
111
ax25_listen_release((const ax25_address *)dev->dev_addr, NULL);
net/netrom/nr_dev.c
123
err = ax25_listen_register((const ax25_address *)dev->dev_addr, NULL);
net/netrom/nr_dev.c
134
ax25_listen_release((const ax25_address *)dev->dev_addr, NULL);
net/netrom/nr_loopback.c
51
ax25_address *nr_dest;
net/netrom/nr_loopback.c
55
nr_dest = (ax25_address *)(skb->data + 7);
net/netrom/nr_route.c
316
static int nr_del_node(ax25_address *callsign, ax25_address *neighbour, struct net_device *dev)
net/netrom/nr_route.c
379
static int __must_check nr_add_neigh(ax25_address *callsign,
net/netrom/nr_route.c
427
static int nr_del_neigh(ax25_address *callsign, struct net_device *dev, unsigned int quality)
net/netrom/nr_route.c
44
static struct nr_node *nr_node_get(ax25_address *callsign)
net/netrom/nr_route.c
589
struct net_device *nr_dev_get(ax25_address *addr)
net/netrom/nr_route.c
596
ax25cmp(addr, (const ax25_address *)dev->dev_addr) == 0) {
net/netrom/nr_route.c
60
static struct nr_neigh *nr_neigh_get_dev(ax25_address *callsign,
net/netrom/nr_route.c
608
ax25_address *digipeaters)
net/netrom/nr_route.c
748
ax25_address *nr_src, *nr_dest;
net/netrom/nr_route.c
761
if (skb->len < 2 * sizeof(ax25_address) + 1)
net/netrom/nr_route.c
764
nr_src = (ax25_address *)(skb->data + 0);
net/netrom/nr_route.c
765
nr_dest = (ax25_address *)(skb->data + 7);
net/netrom/nr_route.c
831
(const ax25_address *)dev->dev_addr,
net/netrom/nr_route.c
97
static int __must_check nr_add_node(ax25_address *nr, const char *mnemonic,
net/netrom/nr_route.c
98
ax25_address *ax25, ax25_digi *ax25_digi, struct net_device *dev,
net/rose/af_rose.c
1409
if (copy_from_user(&rose_callsign, argp, sizeof(ax25_address)))
net/rose/af_rose.c
1417
return copy_to_user(argp, &rose_callsign, sizeof(ax25_address)) ? -EFAULT : 0;
net/rose/af_rose.c
270
static struct sock *rose_find_listener(rose_address *addr, ax25_address *call)
net/rose/af_rose.c
65
ax25_address rose_callsign;
net/rose/af_rose.c
702
ax25_address *source;
net/rose/rose_link.c
101
rose_call = (const ax25_address *)neigh->dev->dev_addr;
net/rose/rose_link.c
120
const ax25_address *rose_call;
net/rose/rose_link.c
124
rose_call = (const ax25_address *)neigh->dev->dev_addr;
net/rose/rose_link.c
97
const ax25_address *rose_call;