Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_uio.h944 struct sctpstat { struct
950 uint32_t sctps_restartestab;
951 uint32_t sctps_collisionestab;
989 uint32_t sctps_recvswcrc;
990 uint32_t sctps_recvhwcrc;
1009 uint32_t sctps_sendswcrc;
1010 uint32_t sctps_sendhwcrc;
1063 uint32_t sctps_spare[11];
1073 uint32_t sctps_markedretrans;
1097 uint32_t sctps_cmt_randry; /* Same for above */
[all …]
H A Dsctp_pcb.h248 struct sctpstat *sctpstat; member
250 struct sctpstat sctpstat; member
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h944 struct sctpstat { struct
950 uint32_t sctps_restartestab;
951 uint32_t sctps_collisionestab;
989 uint32_t sctps_recvswcrc;
990 uint32_t sctps_recvhwcrc;
1009 uint32_t sctps_sendswcrc;
1010 uint32_t sctps_sendhwcrc;
1063 uint32_t sctps_spare[11];
1073 uint32_t sctps_markedretrans;
1097 uint32_t sctps_cmt_randry; /* Same for above */
[all …]
/f-stack/tools/netstat/
H A Dsctp.c586 struct sctpstat sctpstat; in sctp_stats() local