HomeSort by relevance Sort by last modified time
    Searched full:sctp_sndinfo (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/bio/
bss_dgram.c 1232 #if defined(SCTP_SNDINFO) && defined(SCTP_PRINFO)
1233 char cmsgbuf[CMSG_SPACE(sizeof(struct sctp_sndinfo)) + CMSG_SPACE(sizeof(struct sctp_prinfo))];
1234 struct sctp_sndinfo *sndinfo;
1276 #if defined(SCTP_SNDINFO) && defined(SCTP_PRINFO)
1279 cmsg->cmsg_type = SCTP_SNDINFO;
1280 cmsg->cmsg_len = CMSG_LEN(sizeof(struct sctp_sndinfo));
1281 sndinfo = (struct sctp_sndinfo *)CMSG_DATA(cmsg);
1282 memset(sndinfo, 0, sizeof(struct sctp_sndinfo));
1287 msg.msg_controllen += CMSG_SPACE(sizeof(struct sctp_sndinfo));
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_uio.h 99 #define SCTP_SNDINFO 0x0004
181 struct sctp_sndinfo { struct
247 struct sctp_sndinfo sendv_sndinfo;
403 struct sctp_sndinfo ssfe_info;
    [all...]
sctp_usrreq.c     [all...]
sctp_output.c     [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/
usrsctp.h 182 struct sctp_sndinfo { struct
201 struct sctp_sndinfo sendv_sndinfo;
400 struct sctp_sndinfo ssfe_info;
    [all...]
user_socket.c 788 if ((info == NULL) || (infolen != sizeof(struct sctp_sndinfo))) {
792 sinfo.sinfo_stream = ((struct sctp_sndinfo *)info)->snd_sid;
793 sinfo.sinfo_flags = ((struct sctp_sndinfo *)info)->snd_flags;
794 sinfo.sinfo_ppid = ((struct sctp_sndinfo *)info)->snd_ppid;
795 sinfo.sinfo_context = ((struct sctp_sndinfo *)info)->snd_context;
796 sinfo.sinfo_assoc_id = ((struct sctp_sndinfo *)info)->snd_assoc_id;
    [all...]

Completed in 156 milliseconds