Searched defs:mib_item_s (Results 1 – 6 of 6) sorted by relevance
62 typedef struct mib_item_s { struct63 struct mib_item_s *next_item; argument64 long group;65 long mib_id;66 long length;67 char *valp;
78 typedef struct mib_item_s { struct79 struct mib_item_s *next_item; argument80 int group;81 int mib_id;82 int length;83 char *valp;
81 typedef struct mib_item_s { struct82 struct mib_item_s *next_item; argument83 long group;84 long mib_id;85 long length;86 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;
41 typedef struct mib_item_s { struct42 struct mib_item_s *mi_next; argument43 struct opthdr mi_opthdr;44 void *mi_valp;
116 typedef struct mib_item_s { struct117 struct mib_item_s *next_item; argument118 int group;119 int mib_id;120 int length;121 void *valp;