Searched refs:ngcmd (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.0-release/usr.sbin/ngctl/
H A Dngctl.h43 struct ngcmd { struct
58 extern const struct ngcmd config_cmd;
59 extern const struct ngcmd connect_cmd;
60 extern const struct ngcmd debug_cmd;
61 extern const struct ngcmd dot_cmd;
62 extern const struct ngcmd help_cmd;
63 extern const struct ngcmd list_cmd;
64 extern const struct ngcmd mkpeer_cmd;
65 extern const struct ngcmd msg_cmd;
66 extern const struct ngcmd name_cm
[all...]
H A Dshutdown.c48 const struct ngcmd shutdown_cmd = {
H A Ddebug.c49 const struct ngcmd debug_cmd = {
H A Drmhook.c48 const struct ngcmd rmhook_cmd = {
H A Dconnect.c48 const struct ngcmd connect_cmd = {
H A Dmkpeer.c48 const struct ngcmd mkpeer_cmd = {
H A Dname.c49 const struct ngcmd name_cmd = {
H A Dstatus.c51 const struct ngcmd status_cmd = {
H A Dtypes.c50 const struct ngcmd types_cmd = {
H A Dmain.c77 static const struct ngcmd *FindCommand(const char *string);
78 static int MatchCommand(const struct ngcmd *cmd, const char *s);
90 static const struct ngcmd *const cmds[] = {
112 const struct ngcmd read_cmd = {
119 const struct ngcmd help_cmd = {
126 const struct ngcmd quit_cmd = {
448 const struct ngcmd *cmd;
463 static const struct ngcmd *
488 MatchCommand(const struct ngcmd *cmd, const char *s)
543 const struct ngcmd *cm
[all...]
H A Dconfig.c52 const struct ngcmd config_cmd = {
H A Dlist.c52 const struct ngcmd list_cmd = {
H A Dwrite.c52 const struct ngcmd write_cmd = {
H A Dshow.c54 const struct ngcmd show_cmd = {
H A Dmsg.c55 const struct ngcmd msg_cmd = {
H A Ddot.c54 const struct ngcmd dot_cmd = {

Completed in 57 milliseconds