Searched refs:sap_length (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c152 uint_t sap_length; local
239 sap_length = sizeof (uint16_t);
240 dlp->dl_sap_length = NEG(sap_length);
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c4347 int sap_length; local
4368 sap_length = macinfo->gldm_saplen;
4372 sap_length = glddev->gld_saplen;
4380 bufsize += abs(sap_length);
4430 dlp->dl_addr_length = addr_length + abs(sap_length);
4431 dlp->dl_sap_length = sap_length;
4474 dlp->dl_addr_length = addr_length + abs(sap_length);
4475 dlp->dl_sap_length = sap_length;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_if.c682 * sap_length == 0 ==> no sap
683 * sap_length > 0 ==> sap is at the head of the dlpi address
684 * sap_length < 0 ==> sap is at the tail of the dlpi address
688 t_scalar_t sap_src, t_scalar_t sap_length, uchar_t *dst)
692 if (sap_length == 0) {
697 } else if (sap_length < 0) {
706 bzero((char *)dst + sap_length, phys_length);
708 bcopy(phys_src, (char *)dst + sap_length, phys_length); local
717 * dlpi address, including the absolute value of sap_length.
721 t_scalar_t sap_length)
687 ill_dlur_copy_address(uchar_t *phys_src, uint_t phys_length, t_scalar_t sap_src, t_scalar_t sap_length, uchar_t *dst) argument
720 ill_dlur_gen(uchar_t *addr, uint_t addr_length, t_uscalar_t sap, t_scalar_t sap_length) argument
4136 t_scalar_t sap_length; local
[all...]

Completed in 89 milliseconds