ax2asc 288 include/net/ax25.h extern char *ax2asc(char *buf, const ax25_address *); ax2asc 1902 net/ax25/af_ax25.c ax2asc(buf, &ax25->source_addr), ax2asc 1904 net/ax25/af_ax25.c seq_printf(seq, "%s", ax2asc(buf, &ax25->dest_addr)); ax2asc 1908 net/ax25/af_ax25.c ax2asc(buf, &ax25->digipeat->calls[k]), ax2asc 297 net/ax25/ax25_route.c callsign = ax2asc(buf, &ax25_rt->callsign); ax2asc 318 net/ax25/ax25_route.c ax2asc(buf, &ax25_rt->digipeat->calls[i])); ax2asc 185 net/ax25/ax25_uid.c seq_printf(seq, "%6d %s\n", pt->uid, ax2asc(buf, &pt->call)); ax2asc 1314 net/netrom/af_netrom.c seq_printf(seq, "%-9s ", ax2asc(buf, &nr->user_addr)); ax2asc 1315 net/netrom/af_netrom.c seq_printf(seq, "%-9s ", ax2asc(buf, &nr->dest_addr)); ax2asc 1318 net/netrom/af_netrom.c ax2asc(buf, &nr->source_addr), ax2asc 907 net/netrom/nr_route.c ax2asc(buf, &nr_node->callsign), ax2asc 991 net/netrom/nr_route.c ax2asc(buf, &nr_neigh->callsign), ax2asc 1001 net/netrom/nr_route.c ax2asc(buf, &nr_neigh->digipeat->calls[i])); ax2asc 1455 net/rose/af_rose.c ax2asc(buf, &rose->dest_call)); ax2asc 1460 net/rose/af_rose.c callsign = ax2asc(buf, &rose->source_call); ax2asc 880 net/rose/rose_route.c ax2asc(buf, &ax25->dest_addr)); ax2asc 1197 net/rose/rose_route.c (rose_neigh->loopback) ? "RSLOOP-0" : ax2asc(buf, &rose_neigh->callsign), ax2asc 1208 net/rose/rose_route.c seq_printf(seq, " %s", ax2asc(buf, &rose_neigh->digipeat->calls[i])); ax2asc 1283 net/rose/rose_route.c ax2asc(buf, &rose_route->src_call), ax2asc 1294 net/rose/rose_route.c ax2asc(buf, &rose_route->dest_call), ax2asc 459 net/rose/rose_subr.c callsign = ax2asc(buf, &rose->dest_call); ax2asc 474 net/rose/rose_subr.c callsign = ax2asc(buf, &rose->source_call);