Home
last modified time | relevance | path

Searched defs:xinpgen (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Din_pcb.h289 struct xinpgen { struct
290 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];
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_udp.c48 static struct xinpgen *xinpgen; variable
H A DmibII_tcp.c50 static struct xinpgen *xinpgen; variable