Lines Matching defs:cmh
119 struct cmsghdr cmh;
129 if ((tlen-at) < (int)CMSG_ALIGN(sizeof(cmh))) {
133 m_copydata(control, at, sizeof(cmh), (void *)&cmh);
134 if ((cmh.cmsg_len + at) > tlen) {
141 if ((cmh.cmsg_level == IPPROTO_SCTP) &&
142 (c_type == cmh.cmsg_type)) {
145 if ((int)(cmh.cmsg_len - CMSG_ALIGN(sizeof(struct cmsghdr))) < cpsize) {
155 at += CMSG_ALIGN(cmh.cmsg_len);
156 if (cmh.cmsg_len == 0) {