Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:mflags

71 	register int mflags;
95 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
97 if (mflags & RMF_PAD) {
99 u_int padlen = mflags & RMF_PADMASK;
111 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
114 if (mflags & RMF_FVER) {
121 if (mflags & RMF_CTLMSG) {
127 switch (mflags & RMF_MASK) {
159 if (mflags & RMF_RQR)
161 if (mflags & RMF_RTS)
163 if (mflags & RMF_IE)
181 int mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
189 switch (mflags & RMF_CTLMASK) {