Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauth.c90 static int auth_onoff(const char *type, boolean_t on);
229 return (auth_onoff(type, B_TRUE)); in auth_enable()
235 return (auth_onoff(type, B_FALSE)); in auth_disable()
250 auth_onoff(const char *type, boolean_t on) in auth_onoff() function