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)
506 if (ifp->int_if_flags & IFF_POINTOPOINT) {
714 if (!IS_IFF_UP(ifp->int_if_flags))
722 ((if_flags|ifp->int_if_flags) & IFF_POINTOPOINT) == 0) ||
729 if (IS_IFF_ROUTING(ifp->int_if_flags))
789 if (ifp->int_if_flags & IFF_BROADCAST)
809 ifp->int_dstaddr, ifp->int_mask, ifp->int_if_flags,
811 !IS_IFF_QUIET(wire.if_new->int_if_flags)) {
830 if (IS_IFF_ROUTING(wire.if_new->int_if_flags))
850 if (!(ifp->int_state & IS_DUP) && !IS_IFF_QUIET(ifp->int_if_flags)) {
[all...]
H A Doutput.c165 addr.s_addr = (ifp->int_if_flags & IFF_POINTOPOINT) ?
651 (ws.ifp->int_if_flags & IFF_POINTOPOINT))) {
794 if (ifp->int_if_flags & IFF_MULTICAST)
941 !IS_IFF_ROUTING(ifp->int_if_flags))
945 if (!IS_IFF_UP(ifp->int_if_flags))
949 if (IS_IFF_QUIET(ifp->int_if_flags))
960 if (!(ifp->int_if_flags & (IFF_BROADCAST | IFF_POINTOPOINT)) &&
964 type = (ifp->int_if_flags & IFF_BROADCAST) ?
966 if (vers == RIPv2 && (ifp->int_if_flags & IFF_MULTICAST) &&
1012 if (!IS_IFF_UP(ifp->int_if_flags))
[all...]
H A Dmain.c770 if ((ifp->int_if_flags & IFF_MULTICAST) &&
771 !IS_IFF_QUIET(ifp->int_if_flags) &&
777 (ifp->int_if_flags & IFF_POINTOPOINT) ?
807 (ifp->int_if_flags & IFF_MULTICAST) &&
808 !IS_IFF_QUIET(ifp->int_if_flags) &&
811 m.imr_interface.s_addr = (ifp->int_if_flags & IFF_POINTOPOINT) ?
827 if ((ifp->int_if_flags & IFF_MULTICAST) &&
828 !IS_IFF_QUIET(ifp->int_if_flags) && rip_enabled) {
830 m.imr_interface.s_addr = (ifp->int_if_flags & IFF_POINTOPOINT) ?
H A Drdisc.c233 if (!(ifp->int_if_flags & IFF_MULTICAST)) {
242 m.imr_interface.s_addr = ((ifp->int_if_flags & IFF_POINTOPOINT) &&
267 !IS_IFF_ROUTING(ifp->int_if_flags) || !on) {
1035 if (ifp->int_if_flags & IFF_POINTOPOINT) {
1065 addr.s_addr = (ifp->int_if_flags & IFF_POINTOPOINT) ?
1140 (!forceadv && !IS_IFF_ROUTING(ifp->int_if_flags)))
1144 if (IS_IFF_QUIET(ifp->int_if_flags))
1188 if (IS_IFF_QUIET(ifp->int_if_flags))
1313 if (IS_IFF_QUIET(ifp->int_if_flags)) {
1315 ifp->int_name, ifp->int_if_flags);
[all...]
H A Dparms.c109 if (!(ifp->int_if_flags & IFF_MULTICAST) &&
113 if (ifp->int_if_flags & IFF_POINTOPOINT) {
162 (ifp->int_if_flags & IFF_MULTICAST) &&
172 } else if (ifp->int_if_flags & IFF_POINTOPOINT) {
404 ifp->int_if_flags = IFF_POINTOPOINT | IFF_UP;
406 ifp->int_if_flags = IFF_UP;
H A Dinput.c183 if (ifp != NULL && (ifp->int_if_flags & IFF_NORTEXCH)) {
273 !IS_IFF_ROUTING(ifp->int_if_flags)))) {
582 if (ifp != NULL && (ifp->int_if_flags & IFF_NOXMIT)) {
754 if (!IS_IFF_ROUTING(ifp->int_if_flags)) {
H A Dtable.c1034 if ((ifp != NULL && !IS_IFF_ROUTING(ifp->int_if_flags)) ||
1503 addrname(((ifp->int_if_flags &
1652 ((ifp->int_if_flags ^ m.ifm.ifm_flags) &
2029 !(RT->rt_ifp->int_if_flags & IFF_LOOPBACK) &&
2404 IS_IFF_UP(new->rts_ifp->int_if_flags) &&
2920 addrname(((ifp->int_if_flags & IFF_POINTOPOINT) ?
H A Dtrace.c821 addrname(((ifp->int_if_flags & IFF_POINTOPOINT) ?
830 trace_bits(if_bits, ifp->int_if_flags, _B_FALSE);
H A Ddefs.h340 uint64_t int_if_flags; /* some bits copied from kernel */ member in struct:interface

Completed in 88 milliseconds