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

/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c306 #define OP_NET 0x10 macro
1709 } else if ((opt_flags & OP_NET) && tgrp->gr_next) {
2775 opt_flags |= OP_NET;
3255 if (maskflg && (opt_flags & OP_NET))
3658 if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) {
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 74 milliseconds