Searched refs:ax2asc (Results 1 – 9 of 9) sorted by relevance
| /net/ax25/ |
| A D | ax25_addr.c | 46 char *ax2asc(char *buf, const ax25_address *a) in ax2asc() function 74 EXPORT_SYMBOL(ax2asc);
|
| A D | ax25_route.c | 303 callsign = ax2asc(buf, &ax25_rt->callsign); in ax25_rt_seq_show() 324 ax2asc(buf, &ax25_rt->digipeat->calls[i])); in ax25_rt_seq_show()
|
| A D | ax25_uid.c | 176 ax2asc(buf, &pt->call)); in ax25_uid_seq_show()
|
| A D | af_ax25.c | 1965 ax2asc(buf, &ax25->source_addr), in ax25_info_show() 1967 seq_printf(seq, "%s", ax2asc(buf, &ax25->dest_addr)); in ax25_info_show() 1971 ax2asc(buf, &ax25->digipeat->calls[k]), in ax25_info_show()
|
| /net/rose/ |
| A D | rose_route.c | 893 ax2asc(buf, &ax25->dest_addr)); in rose_route_frame() 1190 (rose_neigh->loopback) ? "RSLOOP-0" : ax2asc(buf, &rose_neigh->callsign), in rose_neigh_show() 1201 seq_printf(seq, " %s", ax2asc(buf, &rose_neigh->digipeat->calls[i])); in rose_neigh_show() 1262 ax2asc(buf, &rose_route->src_call), in rose_route_show() 1273 ax2asc(buf, &rose_route->dest_call), in rose_route_show()
|
| A 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()
|
| A D | af_rose.c | 1472 ax2asc(buf, &rose->dest_call)); in rose_info_show() 1477 callsign = ax2asc(buf, &rose->source_call); in rose_info_show()
|
| /net/netrom/ |
| A D | nr_route.c | 877 ax2asc(buf, &nr_node->callsign), in nr_node_show() 933 ax2asc(buf, &nr_neigh->callsign), in nr_neigh_show() 943 ax2asc(buf, &nr_neigh->digipeat->calls[i])); in nr_neigh_show()
|
| A D | af_netrom.c | 1305 seq_printf(seq, "%-9s ", ax2asc(buf, &nr->user_addr)); in nr_info_show() 1306 seq_printf(seq, "%-9s ", ax2asc(buf, &nr->dest_addr)); in nr_info_show() 1309 ax2asc(buf, &nr->source_addr), in nr_info_show()
|
Completed in 26 milliseconds