Home
last modified time | relevance | path

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

/freebsd-9-stable/sbin/routed/
Dif.c117 if (ifp->int_if_flags & IFF_BROADCAST) { in if_link()
245 if (ifp->int_if_flags & IFF_POINTOPOINT) { in iflookup()
397 if (!iff_up(ifp->int_if_flags)) in check_dup()
405 && (((if_flags|ifp->int_if_flags) & IFF_POINTOPOINT) == 0)) in check_dup()
465 if (ifp->int_if_flags & IFF_BROADCAST) { in ifdel()
482 if ((ifp->int_if_flags & IFF_MULTICAST) && rip_sock >= 0) { in ifdel()
727 ifs0.int_if_flags = ifm->ifm_flags; in ifinit()
761 if (iff_up(ifs.int_if_flags)) { in ifinit()
770 if (iff_up(ifs.int_if_flags)) { in ifinit()
783 if (iff_up(ifs.int_if_flags)) { in ifinit()
[all …]
Doutput.c135 if (ifp->int_if_flags & IFF_POINTOPOINT) { in output()
143 if ((ifp->int_if_flags & (IFF_POINTOPOINT|IFF_MULTICAST)) == in output()
594 || ws.ifp->int_if_flags & IFF_POINTOPOINT)) { in walk_supply()
716 if (ifp->int_if_flags & IFF_MULTICAST) in supply()
846 if (!iff_up(ifp->int_if_flags)) in rip_bcast()
851 if (ifp->int_if_flags & IFF_BROADCAST) { in rip_bcast()
862 } else if (ifp->int_if_flags & IFF_POINTOPOINT) { in rip_bcast()
866 ifp->int_if_flags & IFF_MULTICAST && in rip_bcast()
924 if (!iff_up(ifp->int_if_flags)) in rip_query()
942 if (ifp->int_if_flags & IFF_BROADCAST) { in rip_query()
[all …]
Dparms.c106 if (!(ifp->int_if_flags & IFF_MULTICAST) in get_parms()
110 if (ifp->int_if_flags & IFF_POINTOPOINT) { in get_parms()
328 ifp->int_if_flags = IFF_POINTOPOINT | IFF_UP; in gwkludge()
330 ifp->int_if_flags = IFF_UP; in gwkludge()
Dmain.c702 addr = ((ifp->int_if_flags & IFF_POINTOPOINT) in rip_off()
725 && (ifp->int_if_flags & IFF_MULTICAST) in rip_mcast_on()
Dinput.c109 } else if (((aifp->int_if_flags & IFF_POINTOPOINT) in read_rip()
111 || (!(aifp->int_if_flags & IFF_POINTOPOINT) in read_rip()
Dtrace.c638 addrname(((ifp->int_if_flags & IFF_POINTOPOINT) in trace_if()
653 trace_bits(if_bits, ifp->int_if_flags, 0); in trace_if()
Drdisc.c188 if (!(ifp->int_if_flags & IFF_MULTICAST)) { in set_rdisc_mg()
720 if (ifp->int_if_flags & IFF_POINTOPOINT) { in send_rdisc()
Ddefs.h282 int int_if_flags; /* some bits copied from kernel */ member
Dtable.c1221 || ((ifp->int_if_flags ^ m.ifm.ifm_flags) in read_rt()