Home
last modified time | relevance | path

Searched refs:spp_istat (Results 1 – 3 of 3) sorted by relevance

/original-bsd/usr.bin/netstat/
H A Dns.c137 struct spp_istat spp_istat; local
138 #define sppstat spp_istat.newstats
142 kread(off, (char *)&spp_istat, sizeof (spp_istat));
144 ANY(spp_istat.nonucn, "connection", " dropped due to no new sockets ");
146 ANY(spp_istat.nonucn, "connection",
148 ANY(spp_istat.noconn, "connection",
150 ANY(spp_istat.notme, "connection",
152 ANY(spp_istat.wrncon, "connection", " dropped due to mismatched id's");
153 ANY(spp_istat.bdreas, "packet", " dropped out of sequence");
154 ANY(spp_istat.lstdup, "packet", " duplicating the highest packet");
[all …]
/original-bsd/sys/netns/
H A Dspp_var.h142 struct spp_istat { struct
160 struct spp_istat spp_istat; argument
164 #define sppstat spp_istat.newstats
H A Dspp_usrreq.c134 spp_istat.gonawy++;
151 spp_istat.noconn++;
176 spp_istat.wrncon++;
200 spp_istat.notme++;
430 spp_istat.notyet++;
446 spp_istat.bdreas++;
449 spp_istat.lstdup++;