Home
last modified time | relevance | path

Searched defs:ether_bcopy (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme.c393 #define ether_bcopy(a, b) (bcopy(a, b, 6)) macro
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c552 #define ether_bcopy(src, dest) bcopy((src), (dest), ETHERADDRL); macro