Home
last modified time | relevance | path

Searched refs:sctp_extrcvinfo (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_indata.c206 struct sctp_extrcvinfo *seinfo; in sctp_build_ctl_nchunk()
231 seinfo = (struct sctp_extrcvinfo *)sinfo; in sctp_build_ctl_nchunk()
242 len += CMSG_SPACE(sizeof(struct sctp_extrcvinfo)); in sctp_build_ctl_nchunk()
314 cmh->cmsg_len = CMSG_LEN(sizeof(struct sctp_extrcvinfo)); in sctp_build_ctl_nchunk()
316 memcpy(outinfo, sinfo, sizeof(struct sctp_extrcvinfo)); in sctp_build_ctl_nchunk()
317 SCTP_BUF_LEN(ret) += CMSG_SPACE(sizeof(struct sctp_extrcvinfo)); in sctp_build_ctl_nchunk()
Dsctp_uio.h158 struct sctp_extrcvinfo { struct
Dsctputil.c6118 struct sctp_extrcvinfo *s_extra;
6119 s_extra = (struct sctp_extrcvinfo *)sinfo;
6721 struct sctp_extrcvinfo *s_extra;
6722 s_extra = (struct sctp_extrcvinfo *)sinfo;
6876 struct sctp_extrcvinfo sinfo;
/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_socket.c1038 struct sctp_extrcvinfo seinfo; in usrsctp_recvv()