Home
last modified time | relevance | path

Searched refs:ipxstat (Results 1 – 4 of 4) sorted by relevance

/trueos/usr.bin/netstat/
HDipx.c235 struct ipxstat ipxstat; in ipx_stats() local
239 kread(off, (char *)&ipxstat, sizeof (ipxstat)); in ipx_stats()
241 ANYl(ipxstat.ipxs_total, "total packet", " received"); in ipx_stats()
242 ANYl(ipxstat.ipxs_badsum, "packet", " with bad checksums"); in ipx_stats()
243 ANYl(ipxstat.ipxs_tooshort, "packet", " smaller than advertised"); in ipx_stats()
244 ANYl(ipxstat.ipxs_toosmall, "packet", " smaller than a header"); in ipx_stats()
245 ANYl(ipxstat.ipxs_forward, "packet", " forwarded"); in ipx_stats()
246 ANYl(ipxstat.ipxs_cantforward, "packet", " not forwardable"); in ipx_stats()
247 ANYl(ipxstat.ipxs_delivered, "packet", " for this host"); in ipx_stats()
248 ANYl(ipxstat.ipxs_localout, "packet", " sent from this host"); in ipx_stats()
[all …]
/trueos/sys/netipx/
HDipx_input.c118 struct ipxstat ipxstat; variable
184 ipxstat.ipxs_total++; in ipxintr()
188 ipxstat.ipxs_toosmall++; in ipxintr()
215 ipxstat.ipxs_tooshort++; in ipxintr()
228 ipxstat.ipxs_badsum++; in ipxintr()
313 ipxstat.ipxs_delivered++; in ipxintr()
360 ipxstat.ipxs_cantforward++; in ipx_forward()
366 ipxstat.ipxs_cantforward++; in ipx_forward()
372 ipxstat.ipxs_noroute++; in ipx_forward()
397 ipxstat.ipxs_noroute++; in ipx_forward()
[all …]
HDipx_outputfl.c110 ipxstat.ipxs_noroute++; in ipx_outputfl()
128 ipxstat.ipxs_noroute++; in ipx_outputfl()
154 ipxstat.ipxs_localout++; in ipx_outputfl()
159 ipxstat.ipxs_mtutoosmall++; in ipx_outputfl()
196 ipxstat.ipxs_toosmall++; in ipx_output_type20()
243 ipxstat.ipxs_forward++; in ipx_output_type20()
HDipx_var.h70 struct ipxstat { struct
93 extern struct ipxstat ipxstat; argument