Searched defs:hwAddrLen (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/native/
H A DNetworkInterface.c69 uint8_t hwAddrLen; member in struct:_netif
520 if (ifs->hwAddrLen > 0 && ifs->hwAddr != NULL) {
521 jbyteArray hardwareAddr = (*env)->NewByteArray(env, ifs->hwAddrLen);
525 (*env)->SetByteArrayRegion(env, hardwareAddr, 0, ifs->hwAddrLen, (jbyte *)ifs->hwAddr);
878 currif->hwAddrLen = 0;
903 currif->hwAddrLen = s->sll_halen;

Completed in 178 milliseconds