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 *);
2476 struct proto_option_defs { struct2477 char *tag;2478 char *name; /* display name -- remove protocol identifier */2479 int index;2480 int type;2481 union {2484 } defvalue;2485 uint32_t svcs;2486 int32_t minval;2487 int32_t maxval;[all …]