Searched defs:xinpgen (Results 1 – 3 of 3) sorted by relevance
289 struct xinpgen { struct290 ksize_t xig_len; /* length of this structure */291 u_int xig_count; /* number of PCBs at this time */292 uint32_t _xig_spare32;293 inp_gen_t xig_gen; /* generation count at this time */294 so_gen_t xig_sogen; /* socket generation count this time */295 uint64_t _xig_spare64[4];
48 static struct xinpgen *xinpgen; variable
50 static struct xinpgen *xinpgen; variable