HomeSort by: relevance | last modified time | path
    Searched refs:sctp_sndinfo (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/net/
sctp_sys_calls.c 771 cmsgbuf = malloc(CMSG_SPACE(sizeof(struct sctp_sndinfo)) +
792 if ((info == NULL) || (infolen < sizeof(struct sctp_sndinfo))) {
798 cmsg->cmsg_type = SCTP_SNDINFO;
799 cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndinfo));
800 memcpy(CMSG_DATA(cmsg), info, sizeof(struct sctp_sndinfo));
801 msg.msg_controllen += CMSG_SPACE(sizeof(struct sctp_sndinfo));
802 cmsg = (struct cmsghdr *)((caddr_t)cmsg + CMSG_SPACE(sizeof(struct sctp_sndinfo)));
803 assoc_id_ptr = &(((struct sctp_sndinfo *)info)->snd_assoc_id);
840 cmsg->cmsg_type = SCTP_SNDINFO;
841 cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndinfo));
    [all...]
  /src/sys/netinet/
sctp_uio.h 65 #define SCTP_SNDINFO 0x0004
101 struct sctp_sndinfo { struct
562 struct sctp_sndinfo sendv_sndinfo;

Completed in 13 milliseconds