Home
last modified time | relevance | path

Searched refs:dnaddr_string (Results 1 – 3 of 3) sorted by relevance

/external/tcpdump/
Dprint-decnet.c157 dnaddr_string(src), dnaddr_string(dst), pktlen); in decnet_print()
205 dnaddr_string(src), blksize, vers, eco, ueco, in print_decnet_ctlmsg()
216 (void)printf("src %s fcnval %o", dnaddr_string(src), other); in print_decnet_ctlmsg()
226 (void)printf("src %s data %o", dnaddr_string(src), other); in print_decnet_ctlmsg()
235 (void)printf("src %s ", dnaddr_string(src)); in print_decnet_ctlmsg()
245 (void)printf("src %s ", dnaddr_string(src)); in print_decnet_ctlmsg()
267 vers, eco, ueco, dnaddr_string(src), in print_decnet_ctlmsg()
294 vers, eco, ueco, dnaddr_string(src), in print_decnet_ctlmsg()
295 blksize, dnaddr_string(dst), hello, other); in print_decnet_ctlmsg()
Dinterface.h143 extern const char *dnaddr_string(u_short);
Daddrtoname.c1163 dnaddr_string(u_short dnaddr) in dnaddr_string() function