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

/netbsd-6-1-5-RELEASE/usr.sbin/mountd/
H A Dmountd.c243 #define OP_MASKLEN 0x200 macro
1690 fprintf(stderr, "setting OP_MASKLEN\n");
1691 opt_flags |= OP_MASKLEN;
1952 if ((opt_flags & OP_MASKLEN) && !maskflg) {
1998 if (sa->sa_family == AF_INET6 && (!(opt_flags & OP_MASKLEN) || maskflg))
2009 if (opt_flags & OP_MASKLEN) {
2031 !(opt_flags & (OP_MASK|OP_MASKLEN))) {
2361 if ((opt_flags & OP_MASK) && (opt_flags & OP_MASKLEN) != 0) {
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/
H A Dmountd.c252 #define OP_MASKLEN 0x200 macro
1768 fprintf(stderr, "setting OP_MASKLEN\n");
1769 opt_flags |= OP_MASKLEN;
2045 if ((opt_flags & OP_MASKLEN) && !maskflg) {
2091 if (sa->sa_family == AF_INET6 && (!(opt_flags & OP_MASKLEN) || maskflg))
2102 if (opt_flags & OP_MASKLEN) {
2124 !(opt_flags & (OP_MASK|OP_MASKLEN))) {
2472 if ((opt_flags & OP_MASK) && (opt_flags & OP_MASKLEN) != 0) {

Completed in 114 milliseconds