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

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-aodv.c262 const struct rerr_unreach6 *dp6 = NULL; local
267 dp6 = &ap->rerr.r.dest6[0];
273 for (; i -= j >= 0; ++dp6) {
274 printf(" {%s}(%ld)", ip6addr_string(&dp6->u_da),
275 (unsigned long)EXTRACT_32BITS(&dp6->u_ds));
371 const struct rerr_unreach6_draft_01 *dp6 = NULL; local
376 dp6 = &ap->rerr.r.dest6_draft_01[0];
382 for (; i -= j >= 0; ++dp6) {
383 printf(" {%s}(%ld)", ip6addr_string(&dp6->u_da),
384 (unsigned long)EXTRACT_32BITS(&dp6
[all...]

Completed in 51 milliseconds