Searched refs:ax2asc (Results 1 – 10 of 10) sorted by relevance
/linux-3.4.99/net/ax25/ |
D | ax25_addr.c | 49 char *ax2asc(char *buf, const ax25_address *a) in ax2asc() function 77 EXPORT_SYMBOL(ax2asc);
|
D | ax25_uid.c | 175 seq_printf(seq, "%6d %s\n", pt->uid, ax2asc(buf, &pt->call)); in ax25_uid_seq_show()
|
D | ax25_route.c | 298 callsign = ax2asc(buf, &ax25_rt->callsign); in ax25_rt_seq_show() 319 ax2asc(buf, &ax25_rt->digipeat->calls[i])); in ax25_rt_seq_show()
|
D | af_ax25.c | 1889 ax2asc(buf, &ax25->source_addr), in ax25_info_show() 1891 seq_printf(seq, "%s", ax2asc(buf, &ax25->dest_addr)); in ax25_info_show() 1895 ax2asc(buf, &ax25->digipeat->calls[k]), in ax25_info_show()
|
/linux-3.4.99/net/rose/ |
D | rose_route.c | 892 ax2asc(buf, &ax25->dest_addr)); in rose_route_frame() 1209 (rose_neigh->loopback) ? "RSLOOP-0" : ax2asc(buf, &rose_neigh->callsign), in rose_neigh_show() 1220 seq_printf(seq, " %s", ax2asc(buf, &rose_neigh->digipeat->calls[i])); in rose_neigh_show() 1295 ax2asc(buf, &rose_route->src_call), in rose_route_show() 1306 ax2asc(buf, &rose_route->dest_call), in rose_route_show()
|
D | rose_subr.c | 496 callsign = ax2asc(buf, &rose->dest_call); in rose_create_facilities() 511 callsign = ax2asc(buf, &rose->source_call); in rose_create_facilities()
|
D | af_rose.c | 1419 ax2asc(buf, &rose->dest_call)); in rose_info_show() 1424 callsign = ax2asc(buf, &rose->source_call); in rose_info_show()
|
/linux-3.4.99/net/netrom/ |
D | nr_route.c | 902 ax2asc(buf, &nr_node->callsign), in nr_node_show() 969 ax2asc(buf, &nr_neigh->callsign), in nr_neigh_show() 979 ax2asc(buf, &nr_neigh->digipeat->calls[i])); in nr_neigh_show()
|
D | af_netrom.c | 1302 seq_printf(seq, "%-9s ", ax2asc(buf, &nr->user_addr)); in nr_info_show() 1303 seq_printf(seq, "%-9s ", ax2asc(buf, &nr->dest_addr)); in nr_info_show() 1306 ax2asc(buf, &nr->source_addr), in nr_info_show()
|
/linux-3.4.99/include/net/ |
D | ax25.h | 289 extern char *ax2asc(char *buf, const ax25_address *);
|