Searched defs:DhcpUsage (Results 1 – 1 of 1) sorted by relevance
36 typedef struct DhcpUsage DhcpUsage; typedef37 struct DhcpUsage { struct38 struct option *opt;39 const char *params;40 const char *desc;41 const char *example;42 int required;43 int (*dealOption)(const char *, const char *);