Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/rtadvd/
H A Dcontrol_server.h42 int is_do_shutdown(void);
H A Dcontrol_server.c69 int is_do_shutdown(void) { return (do_shutdown); } in is_do_shutdown() function
H A Drtadvd.c302 if (is_do_shutdown()) in main()