Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c688 ill_dlur_copy_address(uchar_t *phys_src, uint_t phys_length, in ill_dlur_copy_address() argument
695 bzero(dst, phys_length); in ill_dlur_copy_address()
697 bcopy(phys_src, dst, phys_length); in ill_dlur_copy_address()
700 bzero(dst, phys_length); in ill_dlur_copy_address()
702 bcopy(phys_src, dst, phys_length); in ill_dlur_copy_address()
703 bcopy(&sap_addr, (char *)dst + phys_length, sizeof (sap_addr)); in ill_dlur_copy_address()
707 bzero((char *)dst + sap_length, phys_length); in ill_dlur_copy_address()
709 bcopy(phys_src, (char *)dst + sap_length, phys_length); in ill_dlur_copy_address()