Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_output.c3585 int tot_len, rem_len, cmsg_data_len, cmsg_data_off, off; local
3610 cmsg_data_off = off + CMSG_ALIGN(sizeof(cmh));
3625 m_copydata(control, cmsg_data_off, (int)cpsize, (caddr_t)data);
3642 m_copydata(control, cmsg_data_off, sizeof(struct sctp_sndinfo), (caddr_t)&sndinfo);
3653 m_copydata(control, cmsg_data_off, sizeof(struct sctp_prinfo), (caddr_t)&prinfo);
3665 m_copydata(control, cmsg_data_off, sizeof(struct sctp_authinfo), (caddr_t)&authinfo);
3694 int tot_len, rem_len, cmsg_data_len, cmsg_data_off, off; local
3716 cmsg_data_off = off + CMSG_ALIGN(sizeof(cmh));
3724 m_copydata(control, cmsg_data_off, sizeof(struct sctp_initmsg), (caddr_t)&initmsg);
3789 m_copydata(control, cmsg_data_off, sizeof(struct in_addr), (caddr_t)&sin.sin_addr);
[all …]