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

/freebsd-10.0-release/usr.sbin/mountd/
H A Dmountd.c269 #define OP_MASKLEN 0x200 macro
2213 fprintf(stderr, "setting OP_MASKLEN\n");
2214 opt_flags |= OP_MASKLEN;
2631 if ((opt_flags & OP_MASKLEN) && !maskflg) {
2705 if (opt_flags & OP_MASKLEN) {
3049 if ((opt_flags & OP_MASK) && (opt_flags & OP_MASKLEN)) {
3055 ~(OP_SEC | OP_MASK | OP_NET | OP_HAVEMASK | OP_MASKLEN)) != 0) {

Completed in 120 milliseconds