Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/ppp/
H A Dcommand.c178 static int QuitCommand(struct cmdargs const *);
890 {"quit", "bye", QuitCommand, LOCAL_AUTH | LOCAL_NO_AUTH,
1272 QuitCommand(struct cmdargs const *arg) in QuitCommand() function