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;
545 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
548 if (mflags & RMF_FVER) {
555 if (mflags & RMF_CTLMSG) {
561 switch (mflags & RMF_MASK) {
593 if (mflags & RMF_RQR)
595 if (mflags & RMF_RTS)
597 if (mflags & RMF_IE)
616 int mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
624 switch (mflags & RMF_CTLMASK) {