/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux6.c | 189 cmsgp = CMSG_FIRSTHDR(msgp); in set_ancillary_data() 281 for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in update_hoplimit_ancillary_data() 377 for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in find_ancillary_data()
|
/illumos-gate/usr/src/lib/libsctp/common/ |
H A D | sctp.c | 294 for (cmsg = CMSG_FIRSTHDR(&hdr); cmsg != NULL; in sctp_recvmsg() 327 cmsg = CMSG_FIRSTHDR(&hdr); in sctp_send_common()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | socket.h | 489 #define CMSG_FIRSTHDR(m) \ macro 494 (((c) == 0) ? CMSG_FIRSTHDR(m) : \
|
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSPosix/ |
H A D | mDNSUNP.c | 843 #ifdef CMSG_FIRSTHDR in recvfrom_flags() 885 #ifndef CMSG_FIRSTHDR in recvfrom_flags() 886 …#warning CMSG_FIRSTHDR not defined. Will not be able to determine destination address, received in… in recvfrom_flags() 896 for (cmptr = CMSG_FIRSTHDR(&msg); cmptr != NULL; in recvfrom_flags()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | socket.h | 503 ((char *)(cmsg) == NULL ? CMSG_FIRSTHDR(mhdr) : \ 515 #define CMSG_FIRSTHDR(mhdr) \ macro
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/ |
H A D | rdsv3_impl.h | 311 #define CMSG_FIRSTHDR(m) \ macro 316 (((c) == 0) ? CMSG_FIRSTHDR(m) : \
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | common.c | 229 for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in find_ancillary()
|
H A D | output.c | 222 cmsgp = CMSG_FIRSTHDR(&msg); in sendtoif()
|
/illumos-gate/usr/src/test/os-tests/tests/sockfs/ |
H A D | rights.c | 410 cm = CMSG_FIRSTHDR(&msg); in sendtest() 577 for (cm = CMSG_FIRSTHDR(&msg); cm; cm = CMSG_NXTHDR(&msg, cm)) { in recvtest()
|
H A D | recvmsg.c | 304 for (struct cmsghdr *cm = CMSG_FIRSTHDR(&msg); cm != NULL; in servertest()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux6.c | 162 cmsgp = CMSG_FIRSTHDR(msgp); in set_ancillary_data() 993 for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in pr_ext_headers()
|
H A D | ping.c | 2631 for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in ping_gettime()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | input.c | 55 for (cmsg = CMSG_FIRSTHDR(rmsg); cmsg != NULL; in find_ancillary()
|
/illumos-gate/usr/src/test/os-tests/tests/oclo/ |
H A D | oclo.c | 574 cm = CMSG_FIRSTHDR(&msg); in oclo_rights_common() 608 cm = CMSG_FIRSTHDR(&msg); in oclo_rights_common()
|
/illumos-gate/usr/src/man/man3head/ |
H A D | Makefile | 120 CMSG_FIRSTHDR.3head \ 307 CMSG_FIRSTHDR.3head := LINKSRC = socket.h.3head
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | packet.c | 995 cmsg = CMSG_FIRSTHDR(&msg); in send_pkt_internal() 1293 for (cmsg = CMSG_FIRSTHDR(&msg); cmsg != NULL; in sock_recvpkt()
|
/illumos-gate/usr/src/test/os-tests/tests/minttl/ |
H A D | minttl.c | 517 for (const struct cmsghdr *cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in ttl_check_ancil()
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | send.c | 892 for (cmsg = CMSG_FIRSTHDR(msg); cmsg; cmsg = CMSG_NXTHDR(msg, cmsg)) { in rdsv3_cmsg_send()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | ndp.c | 85 for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in find_ancillary()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_probe.c | 1335 for (cmsg = CMSG_FIRSTHDR(msg); cmsg != NULL; in find_ancillary()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/vrrpd/ |
H A D | vrrpd.c | 3159 cmsgp = CMSG_FIRSTHDR(&msg6); in vrrpd_send_adv_v6() 3495 for (cmsgp = CMSG_FIRSTHDR(msgp); cmsgp != NULL; in vrrpd_process_adv_v6()
|
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/ |
H A D | dnssd_clientstub.c | 902 cmsg = CMSG_FIRSTHDR(&msg); in deliver_request()
|
H A D | uds_daemon.c | 4685 cmsg = CMSG_FIRSTHDR(&msg); in read_msg()
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-header.p5m | 1636 link path=usr/share/man/man3head/CMSG_FIRSTHDR.3head target=socket.h.3head
|