Home
last modified time | relevance | path

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

/trueos/crypto/openssl/crypto/bio/
HDbss_dgram.c1085 struct sctp_authkeyid authkeyid; in dgram_sctp_handle_auth_free_key_event()
1090 &authkeyid, sizeof(struct sctp_authkeyid)); in dgram_sctp_handle_auth_free_key_event()
1447 struct sctp_authkeyid authkeyid; in dgram_sctp_ctrl()
1501 sockopt_len = sizeof(struct sctp_authkeyid); in dgram_sctp_ctrl()
1536 &authkeyid, sizeof(struct sctp_authkeyid)); in dgram_sctp_ctrl()
1545 sockopt_len = sizeof(struct sctp_authkeyid); in dgram_sctp_ctrl()
1555 &authkeyid, sizeof(struct sctp_authkeyid)); in dgram_sctp_ctrl()
1580 sockopt_len = sizeof(struct sctp_authkeyid); in dgram_sctp_ctrl()
1593 sockopt_len = sizeof(struct sctp_authkeyid); in dgram_sctp_ctrl()
1603 &authkeyid, sizeof(struct sctp_authkeyid)); in dgram_sctp_ctrl()
/trueos/sys/netinet/
HDsctp_usrreq.c2943 struct sctp_authkeyid *scact;
2945 SCTP_CHECK_AND_CAST(scact, optval, struct sctp_authkeyid, *optsize);
2966 *optsize = sizeof(struct sctp_authkeyid);
4440 struct sctp_authkeyid *scact;
4442 SCTP_CHECK_AND_CAST(scact, optval, struct sctp_authkeyid, optsize);
4483 struct sctp_authkeyid *scdel;
4485 SCTP_CHECK_AND_CAST(scdel, optval, struct sctp_authkeyid, optsize);
4522 struct sctp_authkeyid *keyid;
4524 SCTP_CHECK_AND_CAST(keyid, optval, struct sctp_authkeyid, optsize);
HDsctp_uio.h672 struct sctp_authkeyid { struct
/trueos/lib/libc/net/
HDsctp_sys_calls.c315 ((struct sctp_authkeyid *)arg)->scact_assoc_id = id; in sctp_opt_info()