Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:mflags

505 	register int mflags;
529 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
531 if (mflags & RMF_PAD) {
533 u_int padlen = mflags & RMF_PADMASK;
546 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
549 if (mflags & RMF_FVER) {
556 if (mflags & RMF_CTLMSG) {
562 switch (mflags & RMF_MASK) {
594 if (mflags & RMF_RQR)
596 if (mflags & RMF_RTS)
598 if (mflags & RMF_IE)
617 /* Our caller has already checked for mflags */
618 int mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
626 switch (mflags & RMF_CTLMASK) {