Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h376 #define M_FIRST_CMSGHDR(m) \ macro
384 ((char *)(cmsg) == (char *)0L ? M_FIRST_CMSGHDR(m) : \
/xnu-11417.140.69/bsd/netinet/
H A Din_tclass.c1030 for (cm = M_FIRST_CMSGHDR(control); in so_tc_from_control()
1080 for (cm = M_FIRST_CMSGHDR(control); in so_tos_from_control()
H A Dtcp_usrreq.c3274 for (cm = M_FIRST_CMSGHDR(control); cm; in tcp_get_mpkl_send_info()
H A Dudp_usrreq.c1504 for (cm = M_FIRST_CMSGHDR(control); in udp_check_pktinfo()
/xnu-11417.140.69/bsd/kern/
H A Dsocket_flows.c807 for (cm = M_FIRST_CMSGHDR(control); in soflow_udp_get_address_from_control()
/xnu-11417.140.69/bsd/netinet6/
H A Dip6_output.c3702 for (cm = M_FIRST_CMSGHDR(control); in ip6_setpktopts()