Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h367 #define M_FIRST_CMSGHDR(m) \ macro
375 ((char *)(cmsg) == (char *)0L ? M_FIRST_CMSGHDR(m) : \
/xnu-12377.41.6/bsd/kern/
H A Dsocket_flows.c807 for (cm = M_FIRST_CMSGHDR(control); in soflow_udp_get_address_from_control()
H A Duipc_socket.c8179 for (cm = M_FIRST_CMSGHDR(control); in sock_parse_cm_info()
/xnu-12377.41.6/bsd/netinet/
H A Din_tclass.c1028 for (cm = M_FIRST_CMSGHDR(control); in ip_tos_from_control()
H A Dtcp_usrreq.c3271 for (cm = M_FIRST_CMSGHDR(control); cm; in tcp_get_mpkl_send_info()
H A Dudp_usrreq.c1546 for (cm = M_FIRST_CMSGHDR(control); in udp_check_pktinfo()
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_output.c3714 for (cm = M_FIRST_CMSGHDR(control); in ip6_setpktopts()