Searched refs:OP_HAVEMASK (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c308 #define OP_HAVEMASK 0x80 /* A mask was specified or inferred. */ macro
3257 else if (!maskflg && (opt_flags & OP_HAVEMASK))
3295 opt_flags |= OP_HAVEMASK;
3323 opt_flags |= OP_HAVEMASK;
3343 opt_flags |= OP_HAVEMASK;
3662 if ((opt_flags & OP_NET) && (opt_flags & OP_HAVEMASK) == 0) {
3672 ~(OP_SEC | OP_MASK | OP_NET | OP_HAVEMASK | OP_MASKLEN)) != 0) {

Completed in 116 milliseconds