Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_carp.h101 struct carpstats { struct
104 uint64_t carps_badif; /* wrong interface */
105 uint64_t carps_badttl; /* TTL is not CARP_DFLTTL */
106 uint64_t carps_hdrops; /* packets shorter than hdr */
107 uint64_t carps_badsum; /* bad checksum */
108 uint64_t carps_badver; /* bad (incl unsupp) version */
110 uint64_t carps_badauth; /* bad authentication */
111 uint64_t carps_badvhid; /* bad VHID */
112 uint64_t carps_badaddrs; /* bad address list */
116 uint64_t carps_onomem; /* no memory for an mbuf */
[all …]
/f-stack/freebsd/netinet/
H A Dip_carp.h101 struct carpstats { struct
104 uint64_t carps_badif; /* wrong interface */
105 uint64_t carps_badttl; /* TTL is not CARP_DFLTTL */
106 uint64_t carps_hdrops; /* packets shorter than hdr */
107 uint64_t carps_badsum; /* bad checksum */
108 uint64_t carps_badver; /* bad (incl unsupp) version */
110 uint64_t carps_badauth; /* bad authentication */
111 uint64_t carps_badvhid; /* bad VHID */
112 uint64_t carps_badaddrs; /* bad address list */
116 uint64_t carps_onomem; /* no memory for an mbuf */
[all …]