Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:ND_PRINT

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))));
217 ND_PRINT((ndo, "arp reply %s", ipaddr_string(ATMSPA(ap))));
218 ND_PRINT((ndo, " is-at "));
224 ND_PRINT((ndo, "invarp who-is "));
227 ND_PRINT((ndo, " tell "));
233 ND_PRINT((ndo, "invarp reply "));
236 ND_PRINT((ndo, " at %s", ipaddr_string(ATMSPA(ap))));
240 ND_PRINT((ndo, "nak reply for %s",
245 ND_PRINT((ndo, "atmarp-#%d", op));
251 ND_PRINT((ndo, "[|atmarp]"));
272 ND_PRINT((ndo, "truncated-arp"));
279 ND_PRINT((ndo, "arp-#%d for proto #%d (%d) hardware #%d (%d)",
284 ND_PRINT((ndo, "trailer-"));
288 ND_PRINT((ndo, "arp who-has %s", ipaddr_string(TPA(ap))));
290 ND_PRINT((ndo, " (%s)",
292 ND_PRINT((ndo, " tell %s", ipaddr_string(SPA(ap))));
296 ND_PRINT((ndo, "arp reply %s", ipaddr_string(SPA(ap))));
297 ND_PRINT((ndo, " is-at %s", linkaddr_string(SHA(ap), HLN(ap))));
301 ND_PRINT((ndo, "rarp who-is %s tell %s",
307 ND_PRINT((ndo, "rarp reply %s at %s",
313 ND_PRINT((ndo, "invarp who-is %s tell %s",
319 ND_PRINT((ndo,"invarp reply %s at %s",
325 ND_PRINT((ndo, "arp-#%d", op));
330 ND_PRINT((ndo, " hardware #%d", hrd));
333 ND_PRINT((ndo, "[|arp]"));