Searched defs:ndo (Results 1 - 5 of 5) sorted by relevance

/external/tcpdump/
H A Dprint-eap.c53 eap_print(netdissect_options *ndo, argument
62 ND_PRINT((ndo, "EAP code=%u id=%u length=%u ",
65 if (!ndo->ndo_vflag)
H A Dprint-esp.c82 static void esp_print_addsa(netdissect_options *ndo, argument
91 (*ndo->ndo_error)(ndo, "ran out of memory to allocate sa structure");
96 ndo->ndo_sa_default = nsa;
98 nsa->next = ndo->ndo_sa_list_head;
99 ndo->ndo_sa_list_head = nsa;
103 static u_int hexdigit(netdissect_options *ndo, char hex) argument
112 (*ndo->ndo_error)(ndo, "invalid hex digit %c in espsecret\n", hex);
117 static u_int hex2byte(netdissect_options *ndo, cha argument
132 esp_print_decode_onesecret(netdissect_options *ndo, char *line) argument
301 esp_print_decodesecret(netdissect_options *ndo) argument
328 esp_print(netdissect_options *ndo, const u_char *bp, const int length, const u_char *bp2 _U_ , int *nhdr _U_ , int *padlen _U_ ) argument
[all...]
H A Dprint-ip.c375 ip_print_demux(netdissect_options *ndo, argument
395 ipds->advance = esp_print(ndo, ipds->cp, ipds->len,
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));
533 ip_print_inner(netdissect_options *ndo, argument
547 ip_print_demux(ndo, &ipd);
555 ip_print(netdissect_options *ndo, argument
[all...]
H A Dprint-arp.c161 atmarp_addr_print(netdissect_options *ndo, argument
166 ND_PRINT((ndo, "<No address>"));
168 ND_PRINT((ndo, "%s", linkaddr_string(ha, ha_len)));
170 ND_PRINT((ndo, ",%s",
176 atmarp_print(netdissect_options *ndo, argument
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, " ("));
255 arp_print(netdissect_options *ndo, const u_char *bp, u_int length, u_int caplen) argument
[all...]
H A Dprint-isakmp.c1279 isakmp_print(netdissect_options *ndo, argument
1292 ep = ndo->ndo_snapend;
1393 isakmp_rfc3948_print(netdissect_options *ndo, argument
1398 ep = ndo->ndo_snapend;
1401 ND_PRINT((ndo, "isakmp-nat-keep-alive"));
1413 ND_PRINT((ndo, "NONESP-encap: "));
1414 isakmp_print(ndo, bp+4, length-4, bp2);
1423 ND_PRINT((ndo, "UDP-encap: "));
1425 advance = esp_print(ndo, bp, length, bp2, &enh, &padlen);
1433 ip_print_inner(ndo, b
[all...]

Completed in 129 milliseconds