Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip_fw_nat64.h61 struct ipfw_nat64lsn_stats { struct
66 uint64_t oerrors; /* number of output errors */
67 uint64_t noroute4;
68 uint64_t noroute6;
69 uint64_t noproto; /* Protocol not supported */
70 uint64_t nomem; /* mbuf allocation failed */
73 uint64_t nomatch4; /* No addr/port match */
88 uint64_t hostcount; /* Number of hosts */
89 uint64_t tcpchunks; /* Number of TCP chunks */
90 uint64_t udpchunks; /* Number of UDP chunks */
[all …]
/f-stack/tools/compat/include/netinet6/
H A Dip_fw_nat64.h61 struct ipfw_nat64lsn_stats { struct
66 uint64_t oerrors; /* number of output errors */
67 uint64_t noroute4;
68 uint64_t noroute6;
69 uint64_t noproto; /* Protocol not supported */
70 uint64_t nomem; /* mbuf allocation failed */
73 uint64_t nomatch4; /* No addr/port match */
88 uint64_t hostcount; /* Number of hosts */
89 uint64_t tcpchunks; /* Number of TCP chunks */
90 uint64_t udpchunks; /* Number of UDP chunks */
[all …]