Home
last modified time | relevance | path

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

/freebsd/sbin/ifconfig/
H A Difconfig.h237 bool downonly; /* Down-only items */ member
H A Difconfig.c487 args->downonly = true; in args_parse()
560 if (args->uponly && args->downonly) in args_parse()
720 (args->downonly && (flags & IFF_UP) != 0) || in main()
756 if (args->downonly && (if_flags & IFF_UP) != 0) in match_if_flags()