Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/ppp/ppp/
Dcommand.c179 static int AddCommand(struct cmdargs const *);
810 {"add", NULL, AddCommand, LOCAL_AUTH,
812 {NULL, "add!", AddCommand, LOCAL_AUTH,
2399 AddCommand(struct cmdargs const *arg) in AddCommand() function