Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c321 if (ifp->int_if_flags & IFF_BROADCAST) in if_link()
506 if (ifp->int_if_flags & IFF_POINTOPOINT) { in addr_on_ifp()
714 if (!IS_IFF_UP(ifp->int_if_flags)) in check_dup()
722 ((if_flags|ifp->int_if_flags) & IFF_POINTOPOINT) == 0) || in check_dup()
729 if (IS_IFF_ROUTING(ifp->int_if_flags)) in check_dup()
789 if (ifp->int_if_flags & IFF_BROADCAST) in ifdel()
809 ifp->int_dstaddr, ifp->int_mask, ifp->int_if_flags, in ifdel()
811 !IS_IFF_QUIET(wire.if_new->int_if_flags)) { in ifdel()
830 if (IS_IFF_ROUTING(wire.if_new->int_if_flags)) in ifdel()
850 if (!(ifp->int_state & IS_DUP) && !IS_IFF_QUIET(ifp->int_if_flags)) { in ifdel()
[all …]
H A Doutput.c165 addr.s_addr = (ifp->int_if_flags & IFF_POINTOPOINT) ? in output()
651 (ws.ifp->int_if_flags & IFF_POINTOPOINT))) { in walk_supply()
794 if (ifp->int_if_flags & IFF_MULTICAST) in supply()
941 !IS_IFF_ROUTING(ifp->int_if_flags)) in rip_bcast()
945 if (!IS_IFF_UP(ifp->int_if_flags)) in rip_bcast()
949 if (IS_IFF_QUIET(ifp->int_if_flags)) in rip_bcast()
960 if (!(ifp->int_if_flags & (IFF_BROADCAST | IFF_POINTOPOINT)) && in rip_bcast()
964 type = (ifp->int_if_flags & IFF_BROADCAST) ? in rip_bcast()
966 if (vers == RIPv2 && (ifp->int_if_flags & IFF_MULTICAST) && in rip_bcast()
1012 if (!IS_IFF_UP(ifp->int_if_flags)) in rip_query()
[all …]
H A Dmain.c770 if ((ifp->int_if_flags & IFF_MULTICAST) && in rip_off()
771 !IS_IFF_QUIET(ifp->int_if_flags) && in rip_off()
777 (ifp->int_if_flags & IFF_POINTOPOINT) ? in rip_off()
807 (ifp->int_if_flags & IFF_MULTICAST) && in rip_mcast_on()
808 !IS_IFF_QUIET(ifp->int_if_flags) && in rip_mcast_on()
811 m.imr_interface.s_addr = (ifp->int_if_flags & IFF_POINTOPOINT) ? in rip_mcast_on()
827 if ((ifp->int_if_flags & IFF_MULTICAST) && in rip_mcast_off()
828 !IS_IFF_QUIET(ifp->int_if_flags) && rip_enabled) { in rip_mcast_off()
830 m.imr_interface.s_addr = (ifp->int_if_flags & IFF_POINTOPOINT) ? in rip_mcast_off()
H A Drdisc.c233 if (!(ifp->int_if_flags & IFF_MULTICAST)) { in set_rdisc_mg()
242 m.imr_interface.s_addr = ((ifp->int_if_flags & IFF_POINTOPOINT) && in set_rdisc_mg()
267 !IS_IFF_ROUTING(ifp->int_if_flags) || !on) { in set_rdisc_mg()
1035 if (ifp->int_if_flags & IFF_POINTOPOINT) { in send_rdisc()
1065 addr.s_addr = (ifp->int_if_flags & IFF_POINTOPOINT) ? in send_rdisc()
1140 (!forceadv && !IS_IFF_ROUTING(ifp->int_if_flags))) in rdisc_adv()
1144 if (IS_IFF_QUIET(ifp->int_if_flags)) in rdisc_adv()
1188 if (IS_IFF_QUIET(ifp->int_if_flags)) in rdisc_sol()
1313 if (IS_IFF_QUIET(ifp->int_if_flags)) { in read_d()
1315 ifp->int_name, ifp->int_if_flags); in read_d()
[all …]
H A Dparms.c109 if (!(ifp->int_if_flags & IFF_MULTICAST) && in get_parms()
113 if (ifp->int_if_flags & IFF_POINTOPOINT) { in get_parms()
162 (ifp->int_if_flags & IFF_MULTICAST) && in get_parms()
172 } else if (ifp->int_if_flags & IFF_POINTOPOINT) { in get_parms()
404 ifp->int_if_flags = IFF_POINTOPOINT | IFF_UP; in gwkludge()
406 ifp->int_if_flags = IFF_UP; in gwkludge()
H A Dinput.c183 if (ifp != NULL && (ifp->int_if_flags & IFF_NORTEXCH)) { in input()
273 !IS_IFF_ROUTING(ifp->int_if_flags)))) { in input()
582 if (ifp != NULL && (ifp->int_if_flags & IFF_NOXMIT)) { in input()
754 if (!IS_IFF_ROUTING(ifp->int_if_flags)) { in input()
H A Dtable.c1034 if ((ifp != NULL && !IS_IFF_ROUTING(ifp->int_if_flags)) || in kern_check_static()
1503 addrname(((ifp->int_if_flags & in sync_kern()
1652 ((ifp->int_if_flags ^ m.ifm.ifm_flags) & in read_rt()
2029 !(RT->rt_ifp->int_if_flags & IFF_LOOPBACK) && in walk_kern()
2404 IS_IFF_UP(new->rts_ifp->int_if_flags) && in rtchange()
2920 addrname(((ifp->int_if_flags & IFF_POINTOPOINT) ? in lifp_iflookup()
H A Dtrace.c821 addrname(((ifp->int_if_flags & IFF_POINTOPOINT) ? in trace_if()
830 trace_bits(if_bits, ifp->int_if_flags, _B_FALSE); in trace_if()
H A Ddefs.h340 uint64_t int_if_flags; /* some bits copied from kernel */ member