HomeSort by relevance Sort by last modified time
    Searched refs:ether_addr_octet (Results 1 - 25 of 35) sorted by null

1 2

  /bionic/libc/inet/
ether_ntoa.c 41 addr->ether_addr_octet[0], addr->ether_addr_octet[1],
42 addr->ether_addr_octet[2], addr->ether_addr_octet[3],
43 addr->ether_addr_octet[4], addr->ether_addr_octet[5]);
ether_aton.c 67 addr->ether_addr_octet[i] = (u_int8_t)((val0 << 4) + val1);