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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.c211 WSACMSGHDR *cmh; local
213 struct cmsghdr *cmh; local
260 cmh = mtod(ret, WSACMSGHDR *);
262 cmh = mtod(ret, struct cmsghdr *);
268 memset(cmh, 0, len);
270 cmh->cmsg_level = IPPROTO_SCTP;
271 cmh->cmsg_len = CMSG_LEN(sizeof(struct sctp_rcvinfo));
272 cmh->cmsg_type = SCTP_RCVINFO;
273 rcvinfo = (struct sctp_rcvinfo *)CMSG_DATA(cmh);
283 cmh
[all...]
H A Dsctp_output.c3559 WSACMSGHDR cmh; local
3561 struct cmsghdr cmh;
3576 if ((tlen - at) < (int)CMSG_ALIGN(sizeof(cmh))) {
3580 m_copydata(control, at, sizeof(cmh), (caddr_t)&cmh);
3581 if (cmh.cmsg_len < CMSG_ALIGN(sizeof(cmh))) {
3585 if (((int)cmh.cmsg_len + at) > tlen) {
3589 if ((cmh.cmsg_level == IPPROTO_SCTP) &&
3590 ((c_type == cmh
3659 WSACMSGHDR cmh; local
3833 WSACMSGHDR cmh; local
[all...]

Completed in 96 milliseconds