Searched defs:proto_option_defs (Results 1 – 2 of 2) sorted by relevance
109 struct proto_option_defs { struct110 char *tag;111 char *name; /* display name -- remove protocol identifier */112 int index;113 scf_type_t type;114 union {117 } defvalue;118 int32_t minval;119 int32_t maxval;120 int (*check)(int, char *);
2433 struct proto_option_defs { struct2434 char *tag;2435 char *name; /* display name -- remove protocol identifier */2436 uint_t index;2437 int type;2438 union {2441 } defvalue;2442 uint32_t svcs;2443 int32_t minval;2444 int32_t maxval;[all …]