Home
last modified time | relevance | path

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

/openbsd/usr.sbin/ripd/
H A Dripd.c134 opts |= RIPD_OPT_NOACTION; in main()
174 if (conf->opts & RIPD_OPT_NOACTION) { in main()
H A Dripd.h231 #define RIPD_OPT_NOACTION 0x00000004 macro
H A Dparse.y786 if ((file = pushfile(filename, !(conf->opts & RIPD_OPT_NOACTION))) == NULL) { in parse_config()