Lines Matching refs:cmsgbuf
289 * Instead of calculating the cmsgbuf lengths every time we take
1216 build_msghdr_send(isc_socket_t *sock, char *cmsgbuf, isc_socketevent_t *dev,
1252 msg->msg_control = (void *)cmsgbuf;
1256 cmsgp = (struct cmsghdr *)cmsgbuf;
1270 cmsgp = (struct cmsghdr *)(cmsgbuf + msg->msg_controllen);
1271 msg->msg_control = (void *)cmsgbuf;
1300 cmsgp = (struct cmsghdr *)(cmsgbuf +
1302 msg->msg_control = (void *)cmsgbuf;
1327 cmsgp = (struct cmsghdr *)(cmsgbuf +
1329 msg->msg_control = (void *)cmsgbuf;
1355 memset(cmsgbuf + msg->msg_controllen, 0,
1382 build_msghdr_recv(isc_socket_t *sock, char *cmsgbuf, isc_socketevent_t *dev,
1420 msg->msg_control = cmsgbuf;
1507 char cmsgbuf[RECVCMSGBUFLEN] = { 0 };
1509 build_msghdr_recv(sock, cmsgbuf, dev, &msghdr, iov, &read_count);
1685 char cmsgbuf[SENDCMSGBUFLEN] = { 0 };
1687 build_msghdr_send(sock, cmsgbuf, dev, &msghdr, iov, &write_count);