Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi_impl.h66 DL_NOTE_PROMISC_ON_PHYS | DL_NOTE_PROMISC_OFF_PHYS)
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1549 if (!(dsp->ds_notifications & DL_NOTE_PROMISC_ON_PHYS)) in str_notify_promisc_on_phys()
1559 dlip->dl_notification = DL_NOTE_PROMISC_ON_PHYS; in str_notify_promisc_on_phys()
H A Ddld_proto.c1139 DL_NOTE_PROMISC_ON_PHYS | in proto_notify_req()
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h401 #define DL_NOTE_PROMISC_ON_PHYS 0x0002 /* DL_PROMISC_PHYS set on ppa */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c226 static const uint32_t gld_internal_notes = DL_NOTE_PROMISC_ON_PHYS |
232 static const uint32_t gld_supported_notes = DL_NOTE_PROMISC_ON_PHYS |
3635 case DL_NOTE_PROMISC_ON_PHYS: in gld_notify_ind()
5011 gld_notify_ind(macinfo, DL_NOTE_PROMISC_ON_PHYS, NULL); in gld_promisc()
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c1392 DL_NOTE_LINK_DOWN | DL_NOTE_PROMISC_ON_PHYS | in softmac_lower_setup()
/illumos-gate/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.c8692 case DL_NOTE_PROMISC_ON_PHYS: { in ip_rput_dlpi_writer()