Searched defs:mib_item_s (Results 1 – 5 of 5) sorted by relevance
60 typedef struct mib_item_s { struct61 struct mib_item_s *next_item; argument62 long group;63 long mib_id;64 long length;65 char *valp;
79 typedef struct mib_item_s { struct80 struct mib_item_s *next_item; argument81 long group;82 long mib_id;83 long length;84 char *valp;
219 typedef struct mib_item_s { struct220 struct mib_item_s *next_item; argument221 long group;222 long mib_id;223 long length;224 intmax_t *valp;
43 typedef struct mib_item_s { struct44 struct mib_item_s *mi_next; argument45 struct opthdr mi_opthdr;46 void *mi_valp;
118 typedef struct mib_item_s { struct119 struct mib_item_s *next_item; argument120 int group;121 int mib_id;122 int length;123 void *valp;