Home
last modified time | relevance | path

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

/openbsd-src/sys/netinet/
H A Dip_ipcomp.h72 #define IPCOMPCTL_STATS 2 /* COMP stats */ macro
H A Dipsec_input.c714 case IPCOMPCTL_STATS: in ipcomp_sysctl()
/openbsd-src/usr.bin/netstat/
H A Dinet.c1266 int mib[] = { CTL_NET, PF_INET, IPPROTO_IPCOMP, IPCOMPCTL_STATS };
/openbsd-src/sbin/sysctl/
H A Dsysctl.c640 (mib[2] == IPPROTO_IPCOMP && mib[3] == IPCOMPCTL_STATS) || in parse()