Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dflow_divert.c154 static struct ip6protosw *g_udp6_protosw = NULL; variable
4820 g_udp6_protosw = (struct ip6protosw *)pffindproto(AF_INET6, IPPROTO_UDP, SOCK_DGRAM); in flow_divert_init()
4822 VERIFY(g_udp6_protosw != NULL); in flow_divert_init()
4824 memcpy(&g_flow_divert_in6_udp_protosw, g_udp6_protosw, sizeof(g_flow_divert_in6_udp_protosw)); in flow_divert_init()
4825 …memcpy(&g_flow_divert_in6_udp_usrreqs, g_udp6_protosw->pr_usrreqs, sizeof(g_flow_divert_in6_udp_us… in flow_divert_init()