Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/mountd/
H A Dmountd.c302 #define OP_NET 0x10 macro
1670 } else if ((opt_flags & OP_NET) && tgrp->gr_next) { in get_exportlist_one()
2736 opt_flags |= OP_NET; in do_opt()
3216 if (maskflg && (opt_flags & OP_NET)) in get_net()
3611 if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) { in check_options()
3615 if ((opt_flags & OP_NET) && (opt_flags & OP_HAVEMASK) == 0) { in check_options()
3625 ~(OP_SEC | OP_MASK | OP_NET | OP_HAVEMASK | OP_MASKLEN)) != 0) { in check_options()