Home
last modified time | relevance | path

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

/dragonfly/sbin/routed/
H A Dmain.c55 int auth_ok = 1; /* 1=ignore auth if we do not care */ variable
159 auth_ok = 0; in main()
H A Ddefs.h437 extern int auth_ok; /* 1=ignore auth if we do not care */
H A Dinput.c182 if (!auth_ok in input()