Searched defs:ng_cmdlist (Results 1 – 1 of 1) sorted by relevance
1056 struct ng_cmdlist { struct1057 u_int32_t cookie; /* command typecookie */1058 int cmd; /* command number */1059 const char *name; /* command name */1060 const struct ng_parse_type *mesgType; /* args if !NGF_RESP */1061 const struct ng_parse_type *respType; /* args if NGF_RESP */