Home | History | Annotate | Download | only in netinet

Lines Matching refs:authinfo

3390 	struct sctp_authinfo authinfo;
3464 m_copydata(control, at + CMSG_ALIGN(sizeof(cmh)), sizeof(struct sctp_authinfo), (caddr_t)&authinfo);
3466 sndrcvinfo->sinfo_keynumber = authinfo.auth_keynumber;
5071 if (stcb->asoc.authinfo.random != NULL) {
5080 parameter_len = (uint16_t)sizeof(struct sctp_auth_random) + stcb->asoc.authinfo.random_len;
5082 memcpy(randp, stcb->asoc.authinfo.random->key, parameter_len);
6606 sp->auth_keyid = stcb->asoc.authinfo.active_keyid;
8065 auth_keyid = stcb->asoc.authinfo.active_keyid;
8434 stcb->asoc.authinfo.active_keyid,
8704 stcb->asoc.authinfo.active_keyid,
9706 auth_keyid = stcb->asoc.authinfo.active_keyid;
9769 auth_offset, auth, stcb->asoc.authinfo.active_keyid,
11208 m_out, auth_offset, auth, stcb->asoc.authinfo.active_keyid, 1, 0, 0,
12789 sp->auth_keyid = stcb->asoc.authinfo.active_keyid;