Home
last modified time | relevance | path

Searched refs:ax2asc (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/net/ax25/
H A Dax25_addr.c46 char *ax2asc(char *buf, const ax25_address *a) in ax2asc() function
74 EXPORT_SYMBOL(ax2asc); variable
H A Dax25_uid.c176 ax2asc(buf, &pt->call)); in ax25_uid_seq_show()
H A Dax25_route.c304 callsign = ax2asc(buf, &ax25_rt->callsign); in ax25_rt_seq_show()
325 ax2asc(buf, &ax25_rt->digipeat->calls[i])); in ax25_rt_seq_show()
H A Daf_ax25.c1949 ax2asc(buf, &ax25->source_addr), in ax25_info_show()
1951 seq_printf(seq, "%s", ax2asc(buf, &ax25->dest_addr)); in ax25_info_show()
1955 ax2asc(buf, &ax25->digipeat->calls[k]), in ax25_info_show()
/kernel/linux/linux-6.6/net/ax25/
H A Dax25_addr.c46 char *ax2asc(char *buf, const ax25_address *a) in ax2asc() function
74 EXPORT_SYMBOL(ax2asc); variable
H A Dax25_uid.c176 ax2asc(buf, &pt->call)); in ax25_uid_seq_show()
H A Dax25_route.c303 callsign = ax2asc(buf, &ax25_rt->callsign); in ax25_rt_seq_show()
324 ax2asc(buf, &ax25_rt->digipeat->calls[i])); in ax25_rt_seq_show()
H A Daf_ax25.c1958 ax2asc(buf, &ax25->source_addr), in ax25_info_show()
1960 seq_printf(seq, "%s", ax2asc(buf, &ax25->dest_addr)); in ax25_info_show()
1964 ax2asc(buf, &ax25->digipeat->calls[k]), in ax25_info_show()
/kernel/linux/linux-5.10/net/rose/
H A Drose_route.c896 ax2asc(buf, &ax25->dest_addr)); in rose_route_frame()
1200 (rose_neigh->loopback) ? "RSLOOP-0" : ax2asc(buf, &rose_neigh->callsign), in rose_neigh_show()
1211 seq_printf(seq, " %s", ax2asc(buf, &rose_neigh->digipeat->calls[i])); in rose_neigh_show()
1272 ax2asc(buf, &rose_route->src_call), in rose_route_show()
1283 ax2asc(buf, &rose_route->dest_call), in rose_route_show()
H A Drose_subr.c496 callsign = ax2asc(buf, &rose->dest_call); in rose_create_facilities()
511 callsign = ax2asc(buf, &rose->source_call); in rose_create_facilities()
H A Daf_rose.c1456 ax2asc(buf, &rose->dest_call)); in rose_info_show()
1461 callsign = ax2asc(buf, &rose->source_call); in rose_info_show()
/kernel/linux/linux-6.6/net/rose/
H A Drose_route.c900 ax2asc(buf, &ax25->dest_addr)); in rose_route_frame()
1197 (rose_neigh->loopback) ? "RSLOOP-0" : ax2asc(buf, &rose_neigh->callsign), in rose_neigh_show()
1208 seq_printf(seq, " %s", ax2asc(buf, &rose_neigh->digipeat->calls[i])); in rose_neigh_show()
1269 ax2asc(buf, &rose_route->src_call), in rose_route_show()
1280 ax2asc(buf, &rose_route->dest_call), in rose_route_show()
H A Drose_subr.c496 callsign = ax2asc(buf, &rose->dest_call); in rose_create_facilities()
511 callsign = ax2asc(buf, &rose->source_call); in rose_create_facilities()
H A Daf_rose.c1464 ax2asc(buf, &rose->dest_call)); in rose_info_show()
1469 callsign = ax2asc(buf, &rose->source_call); in rose_info_show()
/kernel/linux/linux-5.10/net/netrom/
H A Dnr_route.c873 ax2asc(buf, &nr_node->callsign), in nr_node_show()
929 ax2asc(buf, &nr_neigh->callsign), in nr_neigh_show()
939 ax2asc(buf, &nr_neigh->digipeat->calls[i])); in nr_neigh_show()
H A Daf_netrom.c1304 seq_printf(seq, "%-9s ", ax2asc(buf, &nr->user_addr)); in nr_info_show()
1305 seq_printf(seq, "%-9s ", ax2asc(buf, &nr->dest_addr)); in nr_info_show()
1308 ax2asc(buf, &nr->source_addr), in nr_info_show()
/kernel/linux/linux-6.6/net/netrom/
H A Dnr_route.c876 ax2asc(buf, &nr_node->callsign), in nr_node_show()
932 ax2asc(buf, &nr_neigh->callsign), in nr_neigh_show()
942 ax2asc(buf, &nr_neigh->digipeat->calls[i])); in nr_neigh_show()
H A Daf_netrom.c1305 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()
/kernel/linux/linux-5.10/include/net/
H A Dax25.h331 char *ax2asc(char *buf, const ax25_address *);
/kernel/linux/linux-6.6/include/net/
H A Dax25.h321 char *ax2asc(char *buf, const ax25_address *);

Completed in 23 milliseconds