Searched refs:spx_istat (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/netipx/
H A Dspx_var.h118 struct spx_istat { struct
149 #define spxstat spx_istat.newstats
151 extern struct spx_istat spx_istat;
H A Dspx_reass.c309 spx_istat.notyet++;
325 spx_istat.bdreas++;
328 spx_istat.lstdup++;
H A Dspx_usrreq.c102 struct spx_istat spx_istat; variable in typeref:struct:spx_istat
293 spx_istat.gonawy++;
306 spx_istat.noconn++;
330 spx_istat.wrncon++;
353 spx_istat.notme++;
/freebsd-9.3-release/usr.bin/netstat/
H A Dipx.c159 struct spx_istat spx_istat; local
160 #define spxstat spx_istat.newstats
164 kread(off, (char *)&spx_istat, sizeof (spx_istat));
166 ANY(spx_istat.nonucn, "connection", " dropped due to no new sockets ");
167 ANY(spx_istat.gonawy, "connection", " terminated due to our end dying");
168 ANY(spx_istat.nonucn, "connection",
170 ANY(spx_istat.noconn, "connection",
172 ANY(spx_istat
[all...]

Completed in 116 milliseconds