Home
last modified time | relevance | path

Searched refs:ND_PRINT (Results 1 – 5 of 5) sorted by relevance

/external/tcpdump/
Dprint-arp.c166 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 …]
Dprint-ip.c466 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()
Dprint-eap.c62 ND_PRINT((ndo, "EAP code=%u id=%u length=%u ", in eap_print()
Dprint-isakmp.c1401 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()
Dnetdissect.h213 #define ND_PRINT(STUFF) (*ndo->ndo_printf)STUFF macro