Searched refs:encap_attach_func (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/netinet/ |
H A D | ip_encap.h | 125 const struct encaptab *encap_attach_func(int, int,
|
H A D | ip_encap.c | 549 encap_attach_func(int af, int proto, in encap_attach_func() function
|
H A D | ip_mroute.c | 818 vifp->v_encap_cookie = encap_attach_func(AF_INET, IPPROTO_IPV4, in add_vif()
|
/netbsd-src/sys/netipsec/ |
H A D | xform_ipip.c | 608 (void)encap_attach_func(AF_INET, -1, ipe4_encapcheck, &ipe4_encapsw, in ipe4_attach() 612 (void)encap_attach_func(AF_INET6, -1, ipe4_encapcheck, &ipe4_encapsw6, in ipe4_attach()
|
/netbsd-src/sys/net/ |
H A D | if_stf.c | 223 sc->encap_cookie = encap_attach_func(AF_INET, IPPROTO_IPV6, in stf_clone_create()
|