Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/sys/
H A Dsocketvar.h369 #define M_FIRST_CMSGHDR(m) \ macro
377 ((char *)(cmsg) == (char *)0L ? M_FIRST_CMSGHDR(m) : \
/xnu-10063.141.1/bsd/netinet/
H A Din_tclass.c1032 for (cm = M_FIRST_CMSGHDR(control); in so_tc_from_control()
1082 for (cm = M_FIRST_CMSGHDR(control); in so_tos_from_control()
H A Dudp_usrreq.c1468 for (cm = M_FIRST_CMSGHDR(control); in udp_check_pktinfo()
H A Dtcp_usrreq.c3255 for (cm = M_FIRST_CMSGHDR(control); cm; in tcp_get_mpkl_send_info()
/xnu-10063.141.1/bsd/kern/
H A Dsocket_flows.c797 for (cm = M_FIRST_CMSGHDR(control); in soflow_udp_get_address_from_control()
/xnu-10063.141.1/bsd/netinet6/
H A Dip6_output.c3613 for (cm = M_FIRST_CMSGHDR(control); in ip6_setpktopts()