Home
last modified time | relevance | path

Searched refs:sctp_event_subscribe (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/crypto/openssl/crypto/bio/
H A Dbss_dgram.c812 struct sctp_event_subscribe event; in BIO_new_dgram_sctp()
896 sockopt_len = (socklen_t) sizeof(struct sctp_event_subscribe); in BIO_new_dgram_sctp()
907 sizeof(struct sctp_event_subscribe)); in BIO_new_dgram_sctp()
1065 struct sctp_event_subscribe event; in dgram_sctp_read()
1082 eventsize = sizeof(struct sctp_event_subscribe); in dgram_sctp_read()
1093 sizeof(struct sctp_event_subscribe)); in dgram_sctp_read()
1610 struct sctp_event_subscribe event; in dgram_sctp_wait_for_dry()
1625 eventsize = sizeof(struct sctp_event_subscribe); in dgram_sctp_wait_for_dry()
1634 sizeof(struct sctp_event_subscribe)); in dgram_sctp_wait_for_dry()
1695 eventsize = (socklen_t) sizeof(struct sctp_event_subscribe); in dgram_sctp_wait_for_dry()
[all …]
/freebsd-src/contrib/capsicum-test/
H A Dsctp.cc135 struct sctp_event_subscribe events; in TEST()
/freebsd-src/sys/netinet/
H A Dsctp_uio.h61 struct sctp_event_subscribe { struct
H A Dsctp_usrreq.c2065 struct sctp_event_subscribe *events;
2067 SCTP_CHECK_AND_CAST(events, optval, struct sctp_event_subscribe, *optsize);
2068 memset(events, 0, sizeof(struct sctp_event_subscribe));
2103 *optsize = sizeof(struct sctp_event_subscribe);
4991 struct sctp_event_subscribe *events;
4993 SCTP_CHECK_AND_CAST(events, optval, struct sctp_event_subscribe, optsize);