Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.h34 struct nat64_stats { struct
35 uint64_t opcnt64; /* 6to4 of packets translated */
36 uint64_t opcnt46; /* 4to6 of packets translated */
37 uint64_t ofrags; /* number of fragments generated */
38 uint64_t ifrags; /* number of fragments received */
39 uint64_t oerrors; /* number of output errors */
40 uint64_t noroute4;
41 uint64_t noroute6;
42 uint64_t nomatch4; /* No addr/port match */
43 uint64_t noproto; /* Protocol not supported */
[all …]