Searched defs:ng_cmdlist (Results 1 – 2 of 2) sorted by relevance
190 struct ng_cmdlist { struct191 u_int32_t cookie; /* command typecookie */192 int cmd; /* command number */216 const struct ng_cmdlist *cmdlist; /* commands we can convert */ argument
1030 struct ng_cmdlist { struct1031 u_int32_t cookie; /* command typecookie */1032 int cmd; /* command number */1033 const char *name; /* command name */1034 const struct ng_parse_type *mesgType; /* args if !NGF_RESP */1035 const struct ng_parse_type *respType; /* args if NGF_RESP */