Home | History | Annotate | Download | only in iputils

Lines Matching refs:CMSG_SPACE

835 			if (cmsglen + CMSG_SPACE(space) > sizeof(cmsgbuf)) {
847 memset(srcrt, 0, CMSG_SPACE(0));
852 cmsglen += CMSG_SPACE(space);
1044 cmsglen += CMSG_SPACE(sizeof(*ipi));