Home
last modified time | relevance | path

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

/freebsd/usr.sbin/mountd/
H A Dmountd.c318 #define OP_NET 0x10 macro
1837 } else if ((opt_flags & OP_NET) && tgrp->gr_next) { in get_exportlist_one()
2926 opt_flags |= OP_NET; in do_opt()
3457 if (maskflg && (opt_flags & OP_NET)) in get_net()
3859 if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) { in check_options()
3863 if ((opt_flags & OP_NET) && (opt_flags & OP_HAVEMASK) == 0) { in check_options()
3873 ~(OP_SEC | OP_MASK | OP_NET | OP_HAVEMASK | OP_MASKLEN)) != 0) { in check_options()