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

/freebsd-10.0-release/usr.sbin/mountd/
H A Dmountd.c265 #define OP_NET 0x10 macro
1553 } else if ((opt_flags & OP_NET) && tgrp->gr_next) {
2226 opt_flags |= OP_NET;
2644 if (maskflg && (opt_flags & OP_NET))
3041 if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) {
3045 if ((opt_flags & OP_NET) && (opt_flags & OP_HAVEMASK) == 0) {
3055 ~(OP_SEC | OP_MASK | OP_NET | OP_HAVEMASK | OP_MASKLEN)) != 0) {

Completed in 119 milliseconds