Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/mountd/
H A Dmountd.c301 static int opt_flags; variable
1584 opt_flags = 0; in get_exportlist_one()
2832 opt_flags |= OP_MASK; in do_opt()
2850 opt_flags |= OP_NET; in do_opt()
2857 opt_flags |= OP_MAPALL; in do_opt()
2861 opt_flags |= OP_QUIET; in do_opt()
2865 opt_flags |= OP_SEC; in do_opt()
3764 if ((opt_flags & OP_MASK) && (opt_flags & OP_NET) == 0) { in check_options()
3768 if ((opt_flags & OP_NET) && (opt_flags & OP_HAVEMASK) == 0) { in check_options()
3772 if ((opt_flags & OP_MASK) && (opt_flags & OP_MASKLEN)) { in check_options()
[all …]
/freebsd-13.1/contrib/tcpdump/
H A Dprint-domain.c361 register u_int i, class, opt_flags = 0; in ns_rprint() local
395 opt_flags = EXTRACT_16BITS(cp); in ns_rprint()
530 if (opt_flags & 0x8000) in ns_rprint()