Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/mountd/
H A Dmountd.c287 static int opt_flags; variable
1487 opt_flags = 0; in get_exportlist_one()
2718 opt_flags |= OP_MASK; in do_opt()
2736 opt_flags |= OP_NET; in do_opt()
2743 opt_flags |= OP_MAPALL; in do_opt()
2747 opt_flags |= OP_QUIET; in do_opt()
2751 opt_flags |= OP_SEC; in do_opt()
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()
3619 if ((opt_flags & OP_MASK) && (opt_flags & OP_MASKLEN)) { in check_options()
[all …]
/freebsd-12.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()
/freebsd-12.1/contrib/amd/amd/
H A Dops_cachefs.c163 ca.cfs_options.opt_flags = CFS_WRITE_AROUND | CFS_ACCESS_BACKFS; in mount_cachefs()