Home
last modified time | relevance | path

Searched refs:phyint_flags (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h1214 uint64_t phyint_flags; member
1469 (((ill)->ill_phyint->phyint_flags & (PHYI_LOOPBACK|PHYI_VIRTUAL)) == \
1474 ((ill)->ill_phyint->phyint_flags & PHYI_LOOPBACK)
1478 ((ill)->ill_phyint->phyint_flags & PHYI_IPMP)
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c3671 phyi->phyint_flags |= flags; in phyint_flags_init()
4304 ASSERT(ill->ill_phyint->phyint_flags & PHYI_IPMP); in ip_ll_subnet_defaults()
6343 ASSERT(phyi == NULL || !(phyi->phyint_flags & PHYI_IPMP)); in ipsq_dq()
9715 !(phyi->phyint_flags & (PHYI_LOOPBACK)) && in ip_sioctl_addr()
10198 intf_flags = ipif->ipif_flags | ill->ill_flags | phyi->phyint_flags; in ip_sioctl_flags_onoff()
10256 intf_flags = ipif->ipif_flags | ill->ill_flags | phyi->phyint_flags; in ip_sioctl_flags()
10261 ASSERT((phyi->phyint_flags & ~(IFF_PHYINT_FLAGS)) == 0); in ip_sioctl_flags()
10354 if ((turn_on & IFF_ROUTER) && (phyi->phyint_flags & PHYI_LOOPBACK)) in ip_sioctl_flags()
10440 phyi->phyint_flags |= (turn_on & IFF_PHYINT_FLAGS); in ip_sioctl_flags()
10441 phyi->phyint_flags &= (~turn_off & IFF_PHYINT_FLAGS); in ip_sioctl_flags()
[all …]
H A Dipmp.c253 (grp->gr_phyint->phyint_flags & PHYI_RUNNING) != 0; in ipmp_grp_update_kstats()
1778 (phyi->phyint_flags & (PHYI_OFFLINE|PHYI_INACTIVE|PHYI_FAILED)))); in ipmp_ill_is_active()
H A Dip_multi.c900 if (ill->ill_phyint->phyint_flags & PHYI_MULTI_BCAST) { in ip_ll_multireq()
1066 !(ill->ill_phyint->phyint_flags & PHYI_MULTI_BCAST)) { in ill_join_allmulti()
H A Dip.c8394 ill->ill_phyint->phyint_flags |= in ip_rput_dlpi_writer()
8687 phyint->phyint_flags | PHYI_RUNNING : in ip_rput_dlpi_writer()
8688 phyint->phyint_flags & ~PHYI_RUNNING; in ip_rput_dlpi_writer()
8696 if (new_phyint_flags != phyint->phyint_flags) { in ip_rput_dlpi_writer()
8697 phyint->phyint_flags = new_phyint_flags; in ip_rput_dlpi_writer()
8715 phyint->phyint_flags |= PHYI_PROMISC; in ip_rput_dlpi_writer()
8723 phyint->phyint_flags &= ~PHYI_PROMISC; in ip_rput_dlpi_writer()
10131 ill->ill_flags | ill->ill_phyint->phyint_flags; in ip_snmp_get_mib2_ip_addr()
10238 ill->ill_flags | ill->ill_phyint->phyint_flags; in ip_snmp_get_mib2_ip6_addr()
H A Dip_netinfo.c1431 *flags = ipif->ipif_flags | ill->ill_flags | phyi->phyint_flags; in ip_getlifflags_impl()
H A Dip_rts.c1986 ipif->ipif_ill->ill_phyint->phyint_flags | set) & ~clear; in ip_rts_xifmsg()
H A Dip_ndp.c1541 if (!(ipif->ipif_ill->ill_phyint->phyint_flags & PHYI_RUNNING)) in ipif_dup_recovery()
2702 } else if (ill->ill_phyint->phyint_flags & PHYI_RUNNING) { in nce_timer()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c2646 ill->ill_flags | phyi.phyint_flags, v_fmasks); in ill_format()
2665 ill->ill_flags | phyi.phyint_flags, fmasks); in ill_format()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c747 sctp_ill->sctp_ill_flags = ill->ill_phyint->phyint_flags; in sctp_update_ill()