Home
last modified time | relevance | path

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

/illumos-gate/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.c163 addr.s_addr = (ifp->int_if_flags & IFF_POINTOPOINT) ? in output()
649 (ws.ifp->int_if_flags & IFF_POINTOPOINT))) { in walk_supply()
792 if (ifp->int_if_flags & IFF_MULTICAST) in supply()
939 !IS_IFF_ROUTING(ifp->int_if_flags)) in rip_bcast()
943 if (!IS_IFF_UP(ifp->int_if_flags)) in rip_bcast()
947 if (IS_IFF_QUIET(ifp->int_if_flags)) in rip_bcast()
958 if (!(ifp->int_if_flags & (IFF_BROADCAST | IFF_POINTOPOINT)) && in rip_bcast()
962 type = (ifp->int_if_flags & IFF_BROADCAST) ? in rip_bcast()
964 if (vers == RIPv2 && (ifp->int_if_flags & IFF_MULTICAST) && in rip_bcast()
1010 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.c231 if (!(ifp->int_if_flags & IFF_MULTICAST)) { in set_rdisc_mg()
240 m.imr_interface.s_addr = ((ifp->int_if_flags & IFF_POINTOPOINT) && in set_rdisc_mg()
265 !IS_IFF_ROUTING(ifp->int_if_flags) || !on) { in set_rdisc_mg()
1033 if (ifp->int_if_flags & IFF_POINTOPOINT) { in send_rdisc()
1063 addr.s_addr = (ifp->int_if_flags & IFF_POINTOPOINT) ? in send_rdisc()
1138 (!forceadv && !IS_IFF_ROUTING(ifp->int_if_flags))) in rdisc_adv()
1142 if (IS_IFF_QUIET(ifp->int_if_flags)) in rdisc_adv()
1186 if (IS_IFF_QUIET(ifp->int_if_flags)) in rdisc_sol()
1311 if (IS_IFF_QUIET(ifp->int_if_flags)) { in read_d()
1313 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()
1502 addrname(((ifp->int_if_flags & in sync_kern()
1651 ((ifp->int_if_flags ^ m.ifm.ifm_flags) & in read_rt()
2028 !(RT->rt_ifp->int_if_flags & IFF_LOOPBACK) && in walk_kern()
2403 IS_IFF_UP(new->rts_ifp->int_if_flags) && in rtchange()
2919 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