Lines Matching defs:cmsg_data_off
3459 int tot_len, rem_len, cmsg_data_len, cmsg_data_off, off;
3484 cmsg_data_off = off + CMSG_ALIGN(sizeof(cmh));
3499 m_copydata(control, cmsg_data_off, (int)cpsize, (caddr_t)data);
3516 m_copydata(control, cmsg_data_off, sizeof(struct sctp_sndinfo), (caddr_t)&sndinfo);
3527 m_copydata(control, cmsg_data_off, sizeof(struct sctp_prinfo), (caddr_t)&prinfo);
3539 m_copydata(control, cmsg_data_off, sizeof(struct sctp_authinfo), (caddr_t)&authinfo);
3564 int tot_len, rem_len, cmsg_data_len, cmsg_data_off, off;
3586 cmsg_data_off = off + CMSG_ALIGN(sizeof(cmh));
3594 m_copydata(control, cmsg_data_off, sizeof(struct sctp_initmsg), (caddr_t)&initmsg);
3657 m_copydata(control, cmsg_data_off, sizeof(struct in_addr), (caddr_t)&sin.sin_addr);
3681 m_copydata(control, cmsg_data_off, sizeof(struct in6_addr), (caddr_t)&sin6.sin6_addr);
3735 int tot_len, rem_len, cmsg_data_len, cmsg_data_off, off;
3757 cmsg_data_off = off + CMSG_ALIGN(sizeof(cmh));
3770 m_copydata(control, cmsg_data_off, sizeof(struct in_addr), (caddr_t)&sin.sin_addr);
3784 m_copydata(control, cmsg_data_off, sizeof(struct in6_addr), (caddr_t)&sin6.sin6_addr);