Searched refs:ND_PRINT (Results 1 – 5 of 5) sorted by relevance
/external/tcpdump/ |
D | print-arp.c | 166 ND_PRINT((ndo, "<No address>")); in atmarp_addr_print() 168 ND_PRINT((ndo, "%s", linkaddr_string(ha, ha_len))); in atmarp_addr_print() 170 ND_PRINT((ndo, ",%s", in atmarp_addr_print() 190 ND_PRINT((ndo, "truncated-atmarp")); in atmarp_print() 197 ND_PRINT((ndo, "atmarp-#%d for proto #%d (%d/%d) hardware #%d", in atmarp_print() 202 ND_PRINT((ndo, "trailer-")); in atmarp_print() 206 ND_PRINT((ndo, "arp who-has %s", ipaddr_string(ATMTPA(ap)))); in atmarp_print() 208 ND_PRINT((ndo, " (")); in atmarp_print() 211 ND_PRINT((ndo, ")")); in atmarp_print() 213 ND_PRINT((ndo, " tell %s", ipaddr_string(ATMSPA(ap)))); in atmarp_print() [all …]
|
D | print-ip.c | 466 ND_PRINT((ndo, " nd %d", ipds->len)); in ip_print_demux() 485 ND_PRINT((ndo, " (ipip-proto-4)")); in ip_print_demux() 524 ND_PRINT((ndo, " %s", proto->p_name)); in ip_print_demux() 526 ND_PRINT((ndo, " ip-proto-%d", ipds->nh)); in ip_print_demux() 527 ND_PRINT((ndo, " %d", ipds->len)); in ip_print_demux()
|
D | print-eap.c | 62 ND_PRINT((ndo, "EAP code=%u id=%u length=%u ", in eap_print()
|
D | print-isakmp.c | 1401 ND_PRINT((ndo, "isakmp-nat-keep-alive")); in isakmp_rfc3948_print() 1413 ND_PRINT((ndo, "NONESP-encap: ")); in isakmp_rfc3948_print() 1423 ND_PRINT((ndo, "UDP-encap: ")); in isakmp_rfc3948_print()
|
D | netdissect.h | 213 #define ND_PRINT(STUFF) (*ndo->ndo_printf)STUFF macro
|