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

/external/tcpdump/
H A Dprint-decnet.c70 register const union routehdr *rhp; local
93 rhp = (const union routehdr *)&(ap[sizeof(short)]);
94 TCHECK(rhp->rh_short.sh_flags);
95 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
110 rhp = (const union routehdr *)&(ap[sizeof(short)]);
111 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
122 if (!print_decnet_ctlmsg(rhp, length, caplen))
133 TCHECK(rhp->rh_long);
135 EXTRACT_LE_16BITS(rhp->rh_long.lg_dst.dne_remote.dne_nodeaddr);
137 EXTRACT_LE_16BITS(rhp
178 print_decnet_ctlmsg(register const union routehdr *rhp, u_int length, u_int caplen) argument
[all...]

Completed in 34 milliseconds