Symbol: VIFF_TUNNEL
sys/netinet/ip_mroute.c
1575
if ((vifp)->v_flags & VIFF_TUNNEL) \
sys/netinet/ip_mroute.c
1874
if ((vifp->v_flags & VIFF_TUNNEL) == 0)
sys/netinet/ip_mroute.c
2042
if (vifp->v_flags & VIFF_TUNNEL) {
sys/netinet/ip_mroute.c
801
if (vifcp->vifc_flags & VIFF_TUNNEL) {
sys/netinet/ip_mroute.c
893
(vifcp->vifc_flags & VIFF_TUNNEL) ? "rmtaddr" : "mask",
sys/netinet/ip_mroute.c
924
if (vifp->v_flags & VIFF_TUNNEL)
usr.bin/netstat/mroute.c
201
printf(" %-15.15s %6lu %7lu\n", (v->v_flags & VIFF_TUNNEL) ?
usr.sbin/mrouted/cfparse.y
119
if (!(v->uv_flags & VIFF_TUNNEL) &&
usr.sbin/mrouted/cfparse.y
155
if (v->uv_flags & VIFF_TUNNEL) {
usr.sbin/mrouted/cfparse.y
169
v->uv_flags = VIFF_TUNNEL;
usr.sbin/mrouted/route.c
1069
(v->uv_flags & VIFF_TUNNEL) ? v->uv_rmt_addr
usr.sbin/mrouted/route.c
937
(v->uv_flags & VIFF_TUNNEL) ? v->uv_rmt_addr
usr.sbin/mrouted/snmp.c
823
else if (uvifs[ifnum].uv_flags & VIFF_TUNNEL)
usr.sbin/mrouted/snmp.c
835
|| ((uvifs[ifnum].uv_flags & VIFF_TUNNEL) && (uvifs[ifnum].uv_neighbors==NULL)))
usr.sbin/mrouted/snmp.c
845
return (u_char *) ((uvifs[ifnum].uv_flags & VIFF_TUNNEL) ?
usr.sbin/mrouted/vif.c
1013
if (!(v->uv_flags & VIFF_TUNNEL) &&
usr.sbin/mrouted/vif.c
1084
send_tables = (v->uv_flags & VIFF_TUNNEL) ? addr : dvmrp_group;
usr.sbin/mrouted/vif.c
109
if (v->uv_flags & VIFF_TUNNEL)
usr.sbin/mrouted/vif.c
1092
if (!(v->uv_flags & VIFF_TUNNEL) &&
usr.sbin/mrouted/vif.c
1236
if (!(v->uv_flags & VIFF_TUNNEL)) {
usr.sbin/mrouted/vif.c
1295
(v->uv_flags & VIFF_TUNNEL) ?
usr.sbin/mrouted/vif.c
1298
(v->uv_flags & VIFF_TUNNEL) ?
usr.sbin/mrouted/vif.c
138
if (v->uv_flags & VIFF_TUNNEL)
usr.sbin/mrouted/vif.c
229
(v->uv_flags & VIFF_TUNNEL) ? v->uv_rmt_addr
usr.sbin/mrouted/vif.c
270
if (!(v->uv_flags & VIFF_TUNNEL)) {
usr.sbin/mrouted/vif.c
330
if (!(v->uv_flags & VIFF_TUNNEL)) {
usr.sbin/mrouted/vif.c
435
if (v->uv_flags & VIFF_TUNNEL) {
usr.sbin/mrouted/vif.c
504
(uvifs[vifi].uv_flags & VIFF_TUNNEL)) {
usr.sbin/mrouted/vif.c
541
(uvifs[vifi].uv_flags & VIFF_TUNNEL)) {
usr.sbin/mrouted/vif.c
617
(uvifs[vifi].uv_flags & VIFF_TUNNEL)) {
usr.sbin/mrouted/vif.c
818
if (vflags & VIFF_TUNNEL)
usr.sbin/mrouted/vif.c
90
if (!(v->uv_flags & VIFF_TUNNEL)) {
usr.sbin/mrouted/vif.h
37
#define VIFF_KERNEL_FLAGS (VIFF_TUNNEL|VIFF_SRCRT)