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

/freebsd-10-stable/usr.sbin/mountd/
H A Dmountd.c268 #define OP_HAVEMASK 0x80 /* A mask was specified or inferred. */ macro
2751 else if (!maskflg && (opt_flags & OP_HAVEMASK))
2789 opt_flags |= OP_HAVEMASK;
2817 opt_flags |= OP_HAVEMASK;
2837 opt_flags |= OP_HAVEMASK;
3154 if ((opt_flags & OP_NET) && (opt_flags & OP_HAVEMASK) == 0) {
3164 ~(OP_SEC | OP_MASK | OP_NET | OP_HAVEMASK | OP_MASKLEN)) != 0) {

Completed in 105 milliseconds