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

/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dfast_ipsec.c299 #define IPIPSTAT(x,fmt) \ macro
301 IPIPSTAT(ipips[IPIP_STAT_IPACKETS],"total input packets");
302 IPIPSTAT(ipips[IPIP_STAT_OPACKETS],"total output packets");
303 IPIPSTAT(ipips[IPIP_STAT_HDROPS],"packets too short for header length");
304 IPIPSTAT(ipips[IPIP_STAT_QFULL],"packets dropped due to queue full");
305 IPIPSTAT(ipips[IPIP_STAT_PDROPS],"packets blocked due to policy");
306 IPIPSTAT(ipips[IPIP_STAT_SPOOF],"IP spoofing attempts");
307 IPIPSTAT(ipips[IPIP_STAT_FAMILY],"protocol family mismatched");
308 IPIPSTAT(ipips[IPIP_STAT_UNSPEC],"missing tunnel-endpoint address");
309 IPIPSTAT(ipip
311 #undef IPIPSTAT macro
[all...]

Completed in 112 milliseconds