Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif_types.h176 #define IFT_TUNNEL 0x83 /* Encapsulation interface */ macro
H A Dif_sec.c138 ifp->if_type = IFT_TUNNEL; in sec_clone_create()
H A Dif_mpip.c111 ifp->if_type = IFT_TUNNEL; in mpip_clone_create()
H A Dif_tun.c259 ifp->if_type = IFT_TUNNEL; in tun_create()
H A Dif_gre.c573 ifp->if_type = IFT_TUNNEL; in gre_clone_create()
1130 if (ifp->if_type != IFT_TUNNEL) { in gre_input_key()