HomeSort by relevance Sort by last modified time
    Searched refs:ND_PRINT (Results 1 - 5 of 5) sorted by null

  /external/tcpdump/
print-arp.c 166 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((ndo, " tell %s", ipaddr_string(ATMSPA(ap))))
    [all...]
print-eap.c 62 ND_PRINT((ndo, "EAP code=%u id=%u length=%u ",
print-ip.c 466 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));
print-isakmp.c     [all...]
netdissect.h 213 #define ND_PRINT(STUFF) (*ndo->ndo_printf)STUFF

Completed in 339 milliseconds