Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_uio.h945 struct sctpstat { struct
946 struct sctp_timeval sctps_discontinuitytime; /* sctpStats 18
949 uint32_t sctps_currestab; /* sctpStats 1 (Gauge32) */
950 uint32_t sctps_activeestab; /* sctpStats 2 (Counter32) */
951 uint32_t sctps_restartestab;
952 uint32_t sctps_collisionestab;
953 uint32_t sctps_passiveestab; /* sctpStats 3 (Counter32) */
954 uint32_t sctps_aborted; /* sctpStats 4 (Counter32) */
955 uint32_t sctps_shutdown; /* sctpStats 5 (Counter32) */
956 uint32_t sctps_outoftheblue; /* sctpStats 6 (Counter32) */
[all …]
H A Dsctp_pcb.h245 struct sctpstat *sctpstat; member
247 struct sctpstat sctpstat; member
/freebsd/usr.bin/netstat/
H A Dsctp.c576 struct sctpstat sctpstat; in sctp_stats() local