Home
last modified time | relevance | path

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

/netbsd-src/sbin/routed/
H A Dif.c120 if (ifp->int_if_flags & IFF_BROADCAST) { in if_link()
253 if (ifp->int_if_flags & IFF_POINTOPOINT) { in iflookup()
405 if (!iff_up(ifp->int_if_flags)) in check_dup()
413 && (((if_flags|ifp->int_if_flags) & IFF_POINTOPOINT) == 0)) in check_dup()
478 if (ifp->int_if_flags & IFF_BROADCAST) { in ifdel()
498 if ((ifp->int_if_flags & IFF_MULTICAST) in ifdel()
500 && !(ifp->int_if_flags & IFF_POINTOPOINT) in ifdel()
507 m.imr_interface.s_addr = ((ifp->int_if_flags in ifdel()
764 ifs0.int_if_flags = ifm.ifm_flags; in ifinit()
797 if (iff_up(ifs.int_if_flags)) { in ifinit()
[all …]
H A Doutput.c139 if (ifp->int_if_flags & IFF_POINTOPOINT) { in output()
147 if ((ifp->int_if_flags & IFF_POINTOPOINT) in output()
148 && !(ifp->int_if_flags & IFF_MULTICAST)) { in output()
612 || ws.ifp->int_if_flags & IFF_POINTOPOINT)) { in walk_supply()
733 if (ifp != NULL && ifp->int_if_flags & IFF_MULTICAST) in supply()
863 if (!iff_up(ifp->int_if_flags)) in rip_bcast()
868 if (ifp->int_if_flags & IFF_BROADCAST) { in rip_bcast()
879 } else if (ifp->int_if_flags & IFF_POINTOPOINT) { in rip_bcast()
884 && (ifp->int_if_flags & IFF_MULTICAST) in rip_bcast()
942 if (!iff_up(ifp->int_if_flags)) in rip_query()
[all …]
H A Dmain.c703 addr = ((ifp->int_if_flags & IFF_POINTOPOINT) in rip_off()
725 && (ifp->int_if_flags & IFF_MULTICAST) in rip_mcast_on()
727 && !(ifp->int_if_flags & IFF_POINTOPOINT) in rip_mcast_on()
734 m.imr_interface.s_addr = ((ifp->int_if_flags & IFF_POINTOPOINT) in rip_mcast_on()
H A Drdisc.c188 if (!(ifp->int_if_flags & IFF_MULTICAST)) { in set_rdisc_mg()
194 if (ifp->int_if_flags & IFF_POINTOPOINT) in set_rdisc_mg()
201 m.imr_interface.s_addr = ((ifp->int_if_flags & IFF_POINTOPOINT) in set_rdisc_mg()
725 if (ifp->int_if_flags & IFF_POINTOPOINT) { in send_rdisc()
H A Dparms.c110 if (!(ifp->int_if_flags & IFF_MULTICAST) in get_parms()
114 if (ifp->int_if_flags & IFF_POINTOPOINT) { in get_parms()
331 ifp->int_if_flags = IFF_POINTOPOINT | IFF_UP; in gwkludge()
333 ifp->int_if_flags = IFF_UP; in gwkludge()
H A Dinput.c113 } else if (((aifp->int_if_flags & IFF_POINTOPOINT) in read_rip()
115 || (!(aifp->int_if_flags & IFF_POINTOPOINT) in read_rip()
H A Dtrace.c648 addrname(((ifp->int_if_flags & IFF_POINTOPOINT) in trace_if()
663 trace_bits(if_bits, ifp->int_if_flags, 0); in trace_if()
H A Ddefs.h287 int int_if_flags; /* some bits copied from kernel */ member
H A Dtable.c1226 || ((ifp->int_if_flags ^ m.ifm.ifm_flags) in read_rt()