Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/netstat/
H A Dfast_ipsec.c243 #define IPIPSTAT(x, fmt) \ in fast_ipsec_stats() macro
247 IPIPSTAT(IPIP_STAT_IPACKETS, "total input packets"); in fast_ipsec_stats()
248 IPIPSTAT(IPIP_STAT_OPACKETS, "total output packets"); in fast_ipsec_stats()
249 IPIPSTAT(IPIP_STAT_HDROPS, "packets too short for header length"); in fast_ipsec_stats()
250 IPIPSTAT(IPIP_STAT_QFULL, "packets dropped due to queue full"); in fast_ipsec_stats()
251 IPIPSTAT(IPIP_STAT_PDROPS, "packets blocked due to policy"); in fast_ipsec_stats()
252 IPIPSTAT(IPIP_STAT_SPOOF, "IP spoofing attempts"); in fast_ipsec_stats()
253 IPIPSTAT(IPIP_STAT_FAMILY, "protocol family mismatched"); in fast_ipsec_stats()
254 IPIPSTAT(IPIP_STAT_UNSPEC, "missing tunnel-endpoint address"); in fast_ipsec_stats()
255 IPIPSTAT(IPIP_STAT_IBYTES, "input bytes received"); in fast_ipsec_stats()
[all …]