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

/external/tcpdump/
H A Dprint-arp.c166 ND_PRINT((ndo, "<No address>"));
168 ND_PRINT((ndo, "%s", linkaddr_string(ha, ha_len)));
170 ND_PRINT((ndo, ",%s",
190 ND_PRINT((ndo, "truncated-atmarp"));
197 ND_PRINT((ndo, "atmarp-#%d for proto #%d (%d/%d) hardware #%d",
202 ND_PRINT((ndo, "trailer-"));
206 ND_PRINT((ndo, "arp who-has %s", ipaddr_string(ATMTPA(ap))));
208 ND_PRINT((ndo, " ("));
211 ND_PRINT((ndo, ")"));
213 ND_PRINT((nd
[all...]
H A Dprint-eap.c62 ND_PRINT((ndo, "EAP code=%u id=%u length=%u ",
H A Dprint-ip.c466 ND_PRINT((ndo, " nd %d", ipds->len));
485 ND_PRINT((ndo, " (ipip-proto-4)"));
524 ND_PRINT((ndo, " %s", proto->p_name));
526 ND_PRINT((ndo, " ip-proto-%d", ipds->nh));
527 ND_PRINT((ndo, " %d", ipds->len));
H A Dprint-isakmp.c1401 ND_PRINT((ndo, "isakmp-nat-keep-alive"));
1413 ND_PRINT((ndo, "NONESP-encap: "));
1423 ND_PRINT((ndo, "UDP-encap: "));
H A Dnetdissect.h213 #define ND_PRINT(STUFF) (*ndo->ndo_printf)STUFF macro

Completed in 110 milliseconds