Searched refs:sctp_authinfo (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/lib/libc/net/
H A Dsctp_sys_calls.c773 CMSG_SPACE(sizeof(struct sctp_authinfo)) +
819 if ((info == NULL) || (infolen < sizeof(struct sctp_authinfo))) {
826 cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_authinfo));
827 memcpy(CMSG_DATA(cmsg), info, sizeof(struct sctp_authinfo));
828 msg.msg_controllen += CMSG_SPACE(sizeof(struct sctp_authinfo));
829 cmsg = (struct cmsghdr *)((caddr_t)cmsg + CMSG_SPACE(sizeof(struct sctp_authinfo)));
858 cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_authinfo));
859 memcpy(CMSG_DATA(cmsg), &spa_info->sendv_authinfo, sizeof(struct sctp_authinfo));
860 msg.msg_controllen += CMSG_SPACE(sizeof(struct sctp_authinfo));
861 cmsg = (struct cmsghdr *)((caddr_t)cmsg + CMSG_SPACE(sizeof(struct sctp_authinfo)));
[all...]
/netbsd-current/sys/netinet/
H A Dsctp_uio.h133 struct sctp_authinfo { struct
564 struct sctp_authinfo sendv_authinfo;

Completed in 147 milliseconds