Home
last modified time | relevance | path

Searched refs:mac_dst_get (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client.h168 extern boolean_t mac_dst_get(mac_handle_t, uint8_t *);
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c889 if (!mac_dst_get(dsp->ds_mh, (uint8_t *)addr)) in proto_physaddr_req()
H A Ddld_str.c1819 if (mac_dst_get(dsp->ds_mh, addr)) in str_notify()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c1157 mac_dst_get(mac_handle_t mh, uint8_t *addr) in mac_dst_get() function