Home
last modified time | relevance | path

Searched refs:DL_NOTE_PROMISC_ON_PHYS (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/lib/libdlpi/common/
H A Dlibdlpi_impl.h66 DL_NOTE_PROMISC_ON_PHYS | DL_NOTE_PROMISC_OFF_PHYS)
/titanic_44/usr/src/uts/common/sys/
H A Ddlpi.h398 #define DL_NOTE_PROMISC_ON_PHYS 0x0002 /* DL_PROMISC_PHYS set on ppa */ macro
/titanic_44/usr/src/uts/common/io/dld/
H A Ddld_str.c1532 if (!(dsp->ds_notifications & DL_NOTE_PROMISC_ON_PHYS)) in str_notify_promisc_on_phys()
1542 dlip->dl_notification = DL_NOTE_PROMISC_ON_PHYS; in str_notify_promisc_on_phys()
H A Ddld_proto.c1127 DL_NOTE_PROMISC_ON_PHYS | in proto_notify_req()
/titanic_44/usr/src/uts/common/io/
H A Dgld.c227 static const uint32_t gld_internal_notes = DL_NOTE_PROMISC_ON_PHYS |
233 static const uint32_t gld_supported_notes = DL_NOTE_PROMISC_ON_PHYS |
3928 case DL_NOTE_PROMISC_ON_PHYS: in gld_notify_ind()
5306 gld_notify_ind(macinfo, DL_NOTE_PROMISC_ON_PHYS, NULL); in gld_promisc()
/titanic_44/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c1392 DL_NOTE_LINK_DOWN | DL_NOTE_PROMISC_ON_PHYS | in softmac_lower_setup()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip6_if.c2301 DL_NOTE_PROMISC_ON_PHYS | DL_NOTE_PROMISC_OFF_PHYS | in ill_dl_phys()
H A Dip.c8658 case DL_NOTE_PROMISC_ON_PHYS: { in ip_rput_dlpi_writer()