Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_types.h251 IFT_GIF = 0xf0, /* Generic tunnel interface */ enumerator
H A Dbpf_ifnet.c119 case IFT_GIF: /* gif(4) */ in bpf_ifnet_write()
H A Dif_gif.c119 static SYSCTL_NODE(_net_link, IFT_GIF, gif, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
144 GIF2IFP(sc) = if_alloc(IFT_GIF); in gif_clone_create()
H A Dif_bridge.c1304 case IFT_GIF: in bridge_delete_member()
1396 case IFT_GIF: in bridge_ioctl_add()
1448 if (ifs->if_type != IFT_GIF) { in bridge_ioctl_add()
2058 case IFT_GIF: in bridge_ioctl_addspan()
2442 if (dst_ifp->if_type == IFT_GIF) in bridge_enqueue()
2567 if (dst_if->if_type == IFT_GIF) in bridge_output()
3022 if ((iface)->if_type == IFT_GIF) \ in bridge_input()
/freebsd/sys/netinet/
H A Dsctp_bsd_addr.c169 case IFT_GIF: in sctp_is_desired_interface_type()
H A Din.c524 if (ifp->if_bridge != NULL && ifp->if_type != IFT_GIF && in in_aifaddr_ioctl()
/freebsd/sys/netgraph/
H A Dng_gif.c561 if (ifp->if_type == IFT_GIF) in ng_gif_mod_event()
/freebsd/sys/netinet6/
H A Din6_ifattach.c232 case IFT_GIF: in in6_get_interface_hwaddr()
H A Din6.c1235 if (ifp->if_bridge != NULL && ifp->if_type != IFT_GIF && in in6_addifaddr()
2167 case IFT_GIF: in in6_if2idlen()