Searched refs:VIFF_TUNNEL (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_mroute.h136 #define VIFF_TUNNEL 0x1 /* vif represents a tunnel end-point */ macro
H A Dip_mroute.c607 !(viftable[vifi].v_flags & VIFF_TUNNEL)) {
701 if (vifcp->vifc_flags & VIFF_TUNNEL) {
768 (vifcp->vifc_flags & VIFF_TUNNEL) ? "rmtaddr" : "mask",
790 if (!(vifp->v_flags & VIFF_TUNNEL)) {
1112 (vifp->v_flags & VIFF_TUNNEL) ? "tunnel on " : "",
1350 if ((vifp)->v_flags & VIFF_TUNNEL) \
1384 !(viftable[vifi].v_flags & VIFF_TUNNEL)) {
1614 if ((vifp->v_flags & (VIFF_TUNNEL|VIFF_SRCRT))
1615 == VIFF_TUNNEL)
1818 if (vifp->v_flags & VIFF_TUNNEL) {
[all...]

Completed in 23 milliseconds