Symbol: DL_NOTE_PHYS_ADDR
usr/src/cmd/cmd-inet/usr.lib/bridged/dlpi.c
193
DL_NOTE_PHYS_ADDR | DL_NOTE_LINK_DOWN | DL_NOTE_LINK_UP |
usr/src/cmd/cmd-inet/usr.lib/bridged/dlpi.c
93
case DL_NOTE_PHYS_ADDR:
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_tables.c
153
if (dnip->dni_note != DL_NOTE_PHYS_ADDR)
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_tables.c
240
notes = DL_NOTE_PHYS_ADDR;
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_tables.c
261
if (pi->pi_notes & DL_NOTE_PHYS_ADDR) {
usr/src/cmd/cmd-inet/usr.lib/in.mpathd/mpd_tables.c
263
pi->pi_notes &= ~DL_NOTE_PHYS_ADDR;
usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ifconfig.c
1654
retval = dlpi_enabnotify(dh, DL_NOTE_PHYS_ADDR, notifycb, NULL, &id);
usr/src/lib/libdlpi/common/libdlpi.c
1750
case DL_NOTE_PHYS_ADDR:
usr/src/lib/libdlpi/common/libdlpi_impl.h
65
DL_NOTE_PHYS_ADDR | DL_NOTE_SDU_SIZE | DL_NOTE_SPEED | \
usr/src/uts/common/inet/ip/ip.c
8579
case DL_NOTE_PHYS_ADDR:
usr/src/uts/common/inet/ip/ip6_if.c
2299
(DL_NOTE_PHYS_ADDR | DL_NOTE_SDU_SIZE | DL_NOTE_FASTPATH_FLUSH |
usr/src/uts/common/inet/ip/ip_if.c
5001
case DL_NOTE_PHYS_ADDR:
usr/src/uts/common/io/dld/dld_proto.c
1166
DL_NOTE_PHYS_ADDR |
usr/src/uts/common/io/dld/dld_str.c
1599
if (!(dsp->ds_notifications & DL_NOTE_PHYS_ADDR))
usr/src/uts/common/io/dld/dld_str.c
1611
dlip->dl_notification = DL_NOTE_PHYS_ADDR;
usr/src/uts/common/io/gld.c
228
DL_NOTE_PHYS_ADDR;
usr/src/uts/common/io/gld.c
234
DL_NOTE_PHYS_ADDR |
usr/src/uts/common/io/gld.c
3620
if (bit == DL_NOTE_PHYS_ADDR)
usr/src/uts/common/io/gld.c
3662
case DL_NOTE_PHYS_ADDR:
usr/src/uts/common/io/gld.c
5124
gld_notify_ind(macinfo, DL_NOTE_PHYS_ADDR, NULL);
usr/src/uts/common/io/softmac/softmac_ctl.c
225
case DL_NOTE_PHYS_ADDR:
usr/src/uts/common/io/softmac/softmac_main.c
1397
notifications = DL_NOTE_PHYS_ADDR | DL_NOTE_LINK_UP |
usr/src/uts/common/io/softmac/softmac_main.c
853
notes = DL_NOTE_PHYS_ADDR | DL_NOTE_LINK_UP | DL_NOTE_LINK_DOWN;
usr/src/uts/common/sys/nxge/nxge_common_impl.h
294
#define NOTE_PHYS_ADDR DL_NOTE_PHYS_ADDR