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

/external/tcpdump/
H A Dprint-decnet.c504 register const union routehdr *rhp; local
527 rhp = (const union routehdr *)&(ap[sizeof(short)]);
528 ND_TCHECK(rhp->rh_short.sh_flags);
529 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
544 rhp = (const union routehdr *)&(ap[sizeof(short)]);
545 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
556 if (!print_decnet_ctlmsg(ndo, rhp, length, caplen))
567 ND_TCHECK(rhp->rh_long);
569 EXTRACT_LE_16BITS(rhp->rh_long.lg_dst.dne_remote.dne_nodeaddr);
571 EXTRACT_LE_16BITS(rhp
612 print_decnet_ctlmsg(netdissect_options *ndo, register const union routehdr *rhp, u_int length, u_int caplen) argument
[all...]

Completed in 61 milliseconds