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

/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h96 #define VIFF_TUNNEL 0x1 /* vif represents a tunnel end-point */ macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c660 if (!(vifp->v_flags & (VIFF_TUNNEL | VIFF_REGISTER))) {
907 if (vifcp->vifc_flags & VIFF_TUNNEL) {
1025 (vifcp->vifc_flags & VIFF_TUNNEL) ? "rmtaddr" : "mask",
1123 if (!(vifp->v_flags & (VIFF_TUNNEL | VIFF_REGISTER))) {
1996 if ((vifp)->v_flags & VIFF_TUNNEL) \
2073 !(ipst->ips_vifs[vifi].v_flags & VIFF_TUNNEL)) {
2673 if (vifp->v_flags & VIFF_TUNNEL)
3107 if (vifp->v_flags & VIFF_TUNNEL) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c5539 (vip->vifc_flags & VIFF_TUNNEL) ?

Completed in 93 milliseconds