Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_pptpgre.h86 struct ng_pptpgre_stats { struct
87 u_int32_t xmitPackets; /* number of GRE packets xmit */
88 u_int32_t xmitOctets; /* number of GRE octets xmit */
89 u_int32_t xmitLoneAcks; /* ack-only packets transmitted */
90 u_int32_t xmitDrops; /* xmits dropped due to full window */
91 u_int32_t xmitTooBig; /* xmits dropped because too big */
92 u_int32_t recvPackets; /* number of GRE packets rec'd */
93 u_int32_t recvOctets; /* number of GRE octets rec'd */
94 u_int32_t recvRunts; /* too short packets rec'd */
98 u_int32_t recvOutOfOrder; /* packets rec'd out of order */
[all …]
/f-stack/tools/compat/include/netgraph/
H A Dng_pptpgre.h86 struct ng_pptpgre_stats { struct
87 u_int32_t xmitPackets; /* number of GRE packets xmit */
88 u_int32_t xmitOctets; /* number of GRE octets xmit */
89 u_int32_t xmitLoneAcks; /* ack-only packets transmitted */
90 u_int32_t xmitDrops; /* xmits dropped due to full window */
91 u_int32_t xmitTooBig; /* xmits dropped because too big */
92 u_int32_t recvPackets; /* number of GRE packets rec'd */
93 u_int32_t recvOctets; /* number of GRE octets rec'd */
94 u_int32_t recvRunts; /* too short packets rec'd */
98 u_int32_t recvOutOfOrder; /* packets rec'd out of order */
[all …]