Home
last modified time | relevance | path

Searched defs:clnp_stat (Results 1 – 2 of 2) sorted by relevance

/csrg-svn/sys/netiso/
H A Dclnp_stat.h43 struct clnp_stat { struct
44 int cns_total; /* total pkts received */
45 int cns_toosmall; /* fixed part of header too small */
46 int cns_badhlen; /* header length is not reasonable */
70 } clnp_stat ; variable
/csrg-svn/usr.bin/netstat/
H A Diso.c125 struct clnp_stat clnp_stat; local