Searched defs:cmsgp (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/unix/
H A Dnet.c438 struct cmsghdr *cmsgp;
449 cmsgp = (struct cmsghdr *)dummybuf;
450 cmsgp->cmsg_len = cmsg_len(len);
452 cmsgp = CMSG_NXTHDR(&msg, cmsgp);
453 if (cmsgp != NULL)
454 return ((char *)cmsgp - (char *)msg.msg_control);
505 struct cmsghdr *cmsgp; local
539 cmsgp = msg.msg_control;
544 memset(cmsgp,
[all...]
H A Dsocket.c1284 struct cmsghdr *cmsgp;
1295 cmsgp = (struct cmsghdr *)dummybuf;
1296 cmsgp->cmsg_len = cmsg_len(len);
1298 cmsgp = CMSG_NXTHDR(&msg, cmsgp);
1299 if (cmsgp != NULL)
1300 return ((char *)cmsgp - (char *)msg.msg_control);
1313 struct cmsghdr *cmsgp; local
1357 cmsgp = CMSG_FIRSTHDR(msg);
1358 while (cmsgp !
1448 struct cmsghdr *cmsgp; local
[all...]

Completed in 19 milliseconds