Symbol: sctp_event_subscribe
crypto/openssl/crypto/bio/bss_dgram.c
1801
struct sctp_event_subscribe event;
crypto/openssl/crypto/bio/bss_dgram.c
1882
sockopt_len = (socklen_t)sizeof(struct sctp_event_subscribe);
crypto/openssl/crypto/bio/bss_dgram.c
1892
sizeof(struct sctp_event_subscribe));
crypto/openssl/crypto/bio/bss_dgram.c
2049
struct sctp_event_subscribe event;
crypto/openssl/crypto/bio/bss_dgram.c
2066
eventsize = sizeof(struct sctp_event_subscribe);
crypto/openssl/crypto/bio/bss_dgram.c
2077
sizeof(struct sctp_event_subscribe));
crypto/openssl/crypto/bio/bss_dgram.c
2582
struct sctp_event_subscribe event;
crypto/openssl/crypto/bio/bss_dgram.c
2596
eventsize = sizeof(struct sctp_event_subscribe);
crypto/openssl/crypto/bio/bss_dgram.c
2604
sizeof(struct sctp_event_subscribe));
crypto/openssl/crypto/bio/bss_dgram.c
2664
eventsize = (socklen_t)sizeof(struct sctp_event_subscribe);
crypto/openssl/crypto/bio/bss_dgram.c
2673
sizeof(struct sctp_event_subscribe));
sys/netinet/sctp_usrreq.c
2066
struct sctp_event_subscribe *events;
sys/netinet/sctp_usrreq.c
2068
SCTP_CHECK_AND_CAST(events, optval, struct sctp_event_subscribe, *optsize);
sys/netinet/sctp_usrreq.c
2069
memset(events, 0, sizeof(struct sctp_event_subscribe));
sys/netinet/sctp_usrreq.c
2104
*optsize = sizeof(struct sctp_event_subscribe);
sys/netinet/sctp_usrreq.c
4992
struct sctp_event_subscribe *events;
sys/netinet/sctp_usrreq.c
4994
SCTP_CHECK_AND_CAST(events, optval, struct sctp_event_subscribe, optsize);
tests/sys/capsicum/sctp.cc
134
struct sctp_event_subscribe events;