Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dflow_divert.c152 static struct ip6protosw *g_udp6_protosw = NULL; variable
4386 g_udp6_protosw = (struct ip6protosw *)pffindproto(AF_INET6, IPPROTO_UDP, SOCK_DGRAM); in flow_divert_init()
4388 VERIFY(g_udp6_protosw != NULL); in flow_divert_init()
4390 memcpy(&g_flow_divert_in6_udp_protosw, g_udp6_protosw, sizeof(g_flow_divert_in6_udp_protosw)); in flow_divert_init()
4391 …memcpy(&g_flow_divert_in6_udp_usrreqs, g_udp6_protosw->pr_usrreqs, sizeof(g_flow_divert_in6_udp_us… in flow_divert_init()