Symbol: ax2asc
include/net/ax25.h
317
char *ax2asc(char *buf, const ax25_address *);
net/ax25/af_ax25.c
1965
ax2asc(buf, &ax25->source_addr),
net/ax25/af_ax25.c
1967
seq_printf(seq, "%s", ax2asc(buf, &ax25->dest_addr));
net/ax25/af_ax25.c
1971
ax2asc(buf, &ax25->digipeat->calls[k]),
net/ax25/ax25_addr.c
74
EXPORT_SYMBOL(ax2asc);
net/ax25/ax25_route.c
303
callsign = ax2asc(buf, &ax25_rt->callsign);
net/ax25/ax25_route.c
324
ax2asc(buf, &ax25_rt->digipeat->calls[i]));
net/ax25/ax25_uid.c
176
ax2asc(buf, &pt->call));
net/netrom/af_netrom.c
1305
seq_printf(seq, "%-9s ", ax2asc(buf, &nr->user_addr));
net/netrom/af_netrom.c
1306
seq_printf(seq, "%-9s ", ax2asc(buf, &nr->dest_addr));
net/netrom/af_netrom.c
1309
ax2asc(buf, &nr->source_addr),
net/netrom/nr_route.c
882
ax2asc(buf, &nr_node->callsign),
net/netrom/nr_route.c
938
ax2asc(buf, &nr_neigh->callsign),
net/netrom/nr_route.c
948
ax2asc(buf, &nr_neigh->digipeat->calls[i]));
net/rose/af_rose.c
1479
ax2asc(buf, &rose->dest_call));
net/rose/af_rose.c
1484
callsign = ax2asc(buf, &rose->source_call);
net/rose/rose_route.c
1200
(rose_neigh->loopback) ? "RSLOOP-0" : ax2asc(buf, &rose_neigh->callsign),
net/rose/rose_route.c
1211
seq_printf(seq, " %s", ax2asc(buf, &rose_neigh->digipeat->calls[i]));
net/rose/rose_route.c
1272
ax2asc(buf, &rose_route->src_call),
net/rose/rose_route.c
1283
ax2asc(buf, &rose_route->dest_call),
net/rose/rose_route.c
901
ax2asc(buf, &ax25->dest_addr));
net/rose/rose_subr.c
496
callsign = ax2asc(buf, &rose->dest_call);
net/rose/rose_subr.c
511
callsign = ax2asc(buf, &rose->source_call);