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

/freebsd-10-stable/usr.sbin/mountd/
H A Dmountd.c270 #define OP_MASKLEN 0x200 macro
2317 fprintf(stderr, "setting OP_MASKLEN\n");
2318 opt_flags |= OP_MASKLEN;
2736 if ((opt_flags & OP_MASKLEN) && !maskflg) {
2810 if (opt_flags & OP_MASKLEN) {
3158 if ((opt_flags & OP_MASK) && (opt_flags & OP_MASKLEN)) {
3164 ~(OP_SEC | OP_MASK | OP_NET | OP_HAVEMASK | OP_MASKLEN)) != 0) {

Completed in 99 milliseconds