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

/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c310 #define OP_MASKLEN 0x200 macro
2762 fprintf(stderr, "setting OP_MASKLEN\n");
2763 opt_flags |= OP_MASKLEN;
3242 if ((opt_flags & OP_MASKLEN) && !maskflg) {
3316 if (opt_flags & OP_MASKLEN) {
3666 if ((opt_flags & OP_MASK) && (opt_flags & OP_MASKLEN)) {
3672 ~(OP_SEC | OP_MASK | OP_NET | OP_HAVEMASK | OP_MASKLEN)) != 0) {

Completed in 74 milliseconds