Home
last modified time | relevance | path

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

/xnu-10002.61.3/bsd/netinet/
H A Dip_encap.h86 const struct encaptab *encap_attach_func(int, int,
H A Dip_encap.c392 encap_attach_func( int af, int proto, in encap_attach_func() function
/xnu-10002.61.3/bsd/net/
H A Dif_gif.c357 sc->encap_cookie4 = encap_attach_func(AF_INET, -1, in gif_clone_create()
367 sc->encap_cookie6 = encap_attach_func(AF_INET6, -1, in gif_clone_create()
H A Dif_stf.c314 p = encap_attach_func(AF_INET, IPPROTO_IPV6, stf_encapcheck, in stfattach()