Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/mountd/
H A Dmountd.c304 static int opt_flags; variable
1595 opt_flags = 0; in get_exportlist_one()
2887 opt_flags |= OP_MASK; in do_opt()
2905 opt_flags |= OP_NET; in do_opt()
2924 opt_flags |= OP_MAPALL; in do_opt()
2932 opt_flags |= OP_QUIET; in do_opt()
2936 opt_flags |= OP_SEC; in do_opt()
3845 if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) { in check_options()
3849 if ((opt_flags & OP_NET) && (opt_flags & OP_HAVEMASK) == 0) { in check_options()
3853 if ((opt_flags & OP_MASK) && (opt_flags & OP_MASKLEN)) { in check_options()
[all …]
/freebsd-14.2/contrib/tcpdump/
H A Dprint-domain.c674 u_int i, class, opt_flags = 0; in ns_rprint() local
708 opt_flags = GET_BE_U_2(cp); in ns_rprint()
851 if (opt_flags & 0x8000) in ns_rprint()