Home
last modified time | relevance | path

Searched refs:DL_NOTE_LINK_UP (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Ddlpi_events.c65 if (info->dni_note & DL_NOTE_LINK_UP) in nwamd_dlpi_notify()
127 DL_NOTE_LINK_UP | DL_NOTE_LINK_DOWN, nwamd_dlpi_notify, in nwamd_dlpi_add_link()
H A DREADME90 Routing sockets and dlpi (DL_NOTE_LINK_UP|DOWN events) are handled by
318 Wired links that do not support DL_NOTE_LINK_UP/DOWN are problematic,
419 wired links that do not do DL_NOTE_LINK_UP/DOWN will never
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Ddlpi.c110 case DL_NOTE_LINK_UP: in dlpi_notify()
193 DL_NOTE_PHYS_ADDR | DL_NOTE_LINK_DOWN | DL_NOTE_LINK_UP | in port_dlpi_open()
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi_impl.h64 #define DLPI_NOTIFICATION_TYPES (DL_NOTE_LINK_DOWN | DL_NOTE_LINK_UP | \
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c504 (DL_NOTE_LINK_UP | DL_NOTE_LINK_DOWN | DL_NOTE_SPEED); in softmac_m_getcapab()
850 notes = DL_NOTE_PHYS_ADDR | DL_NOTE_LINK_UP | DL_NOTE_LINK_DOWN; in softmac_mac_register()
1391 notifications = DL_NOTE_PHYS_ADDR | DL_NOTE_LINK_UP | in softmac_lower_setup()
H A Dsoftmac_ctl.c239 case DL_NOTE_LINK_UP: in softmac_process_notify_ind()
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common_impl.h291 #define NOTE_LINK_UP DL_NOTE_LINK_UP
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_port.c168 if ((note & (DL_NOTE_LINK_UP | DL_NOTE_LINK_DOWN)) != 0) { in aggr_port_create()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1633 if (!(dsp->ds_notifications & DL_NOTE_LINK_UP)) in str_notify_link_up()
1643 dlip->dl_notification = DL_NOTE_LINK_UP; in str_notify_link_up()
H A Ddld_proto.c1142 DL_NOTE_LINK_UP | in proto_notify_req()
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h404 #define DL_NOTE_LINK_UP 0x0010 /* Link up */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c230 DL_NOTE_LINK_UP |
236 DL_NOTE_LINK_UP |
3646 case DL_NOTE_LINK_UP: in gld_notify_ind()
3773 notification = DL_NOTE_LINK_UP | DL_NOTE_SPEED; in gld_linkstate()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c229 notes = DL_NOTE_LINK_UP | DL_NOTE_LINK_DOWN; in phyint_link_init()
2792 if (!(pi->pi_notes & (DL_NOTE_LINK_UP|DL_NOTE_LINK_DOWN))) in iflinkstate()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c1295 if ((note & (DL_NOTE_LINK_UP | DL_NOTE_LINK_DOWN)) != 0) { in vsw_notify_add()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipmp.c1440 linkupmp = ip_dlnotify_alloc(DL_NOTE_LINK_UP, 0); in ipmp_ill_activate()
H A Dip6_if.c2300 DL_NOTE_LINK_UP | DL_NOTE_LINK_DOWN | DL_NOTE_CAPAB_RENEG | in ill_dl_phys()
H A Dip.c8653 case DL_NOTE_LINK_UP: in ip_rput_dlpi_writer()
8664 went_up = notify->dl_notification == DL_NOTE_LINK_UP; in ip_rput_dlpi_writer()
8752 if (noteack->dl_notifications & DL_NOTE_LINK_UP) in ip_rput_dlpi_writer()