Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/
H A Dsocketvar.h363 #define M_FIRST_CMSGHDR(m) \ macro
371 ((char *)(cmsg) == (char *)0L ? M_FIRST_CMSGHDR(m) : \
/xnu-8020.140.41/bsd/netinet/
H A Din_tclass.c1014 for (cm = M_FIRST_CMSGHDR(control); in so_tc_from_control()
1064 for (cm = M_FIRST_CMSGHDR(control); in so_tos_from_control()
H A Dudp_usrreq.c1423 for (cm = M_FIRST_CMSGHDR(control); in udp_check_pktinfo()
H A Dtcp_usrreq.c3129 for (cm = M_FIRST_CMSGHDR(control); cm; in tcp_get_mpkl_send_info()
/xnu-8020.140.41/bsd/kern/
H A Dsocket_flows.c793 for (cm = M_FIRST_CMSGHDR(control); in soflow_udp_get_address_from_control()
/xnu-8020.140.41/bsd/netinet6/
H A Dip6_output.c3615 for (cm = M_FIRST_CMSGHDR(control); in ip6_setpktopts()