Home
last modified time | relevance | path

Searched refs:xi_len (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/systat/
H A Dnetstat.c277 plen = xip->xi_len; in fetchnetstat_sysctl()
/freebsd/sys/netinet/
H A Din_pcb.h266 ksize_t xi_len; /* length of this structure */ member
H A Dip_divert.c676 xi.xi_len = sizeof(struct xinpcb); in div_pcblist()
H A Din_pcb.c2898 xi->xi_len = sizeof(struct xinpcb); in in_pcbtoxinpcb()
/freebsd/usr.bin/sockstat/
H A Dsockstat.c735 if (!check_ksize(xip->xi_len, struct xinpcb)) in gather_inet()