Home
last modified time | relevance | path

Searched refs:cmsgp (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.bin/dig/lib/isc/unix/
H A Dsocket.c405 struct cmsghdr *cmsgp; in process_cmsg() local
431 cmsgp = CMSG_FIRSTHDR(msg); in process_cmsg()
432 while (cmsgp != NULL) { in process_cmsg()
434 "processing cmsg %p", cmsgp); in process_cmsg()
454 timevalp = CMSG_DATA(cmsgp); in process_cmsg()
477 cmsgp = CMSG_NXTHDR(msg, cmsgp); in process_cmsg()
503 struct cmsghdr *cmsgp; in build_msghdr_send() local
584 cmsgp->cmsg_type = IPV6_PKTINFO; in build_msghdr_send()
629 cmsgp->cmsg_level = IPPROTO_IP; in build_msghdr_send()
630 cmsgp->cmsg_type = IP_TOS; in build_msghdr_send()
[all …]