Searched defs:ng_cmdlist (Results 1 – 2 of 2) sorted by relevance
1048 struct ng_cmdlist { struct1049 u_int32_t cookie; /* command typecookie */1050 int cmd; /* command number */1051 const char *name; /* command name */1052 const struct ng_parse_type *mesgType; /* args if !NGF_RESP */1053 const struct ng_parse_type *respType; /* args if NGF_RESP */
1051 struct ng_cmdlist { struct1052 u_int32_t cookie; /* command typecookie */1053 int cmd; /* command number */1054 const char *name; /* command name */1055 const struct ng_parse_type *mesgType; /* args if !NGF_RESP */1056 const struct ng_parse_type *respType; /* args if NGF_RESP */