Searched refs:sctp_authinfo (Results 1 – 3 of 3) sorted by relevance
176 struct sctp_authinfo { struct225 struct sctp_authinfo sendv_authinfo;
3462 struct sctp_authinfo authinfo; in sctp_find_cmsg()3540 if (cmsg_data_len < (int)sizeof(struct sctp_authinfo)) { in sctp_find_cmsg()3543 m_copydata(control, cmsg_data_off, sizeof(struct sctp_authinfo), (caddr_t)&authinfo); in sctp_find_cmsg()