Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dsys-linux.c2910 ether_to_eui64(eui64_t *p_eui64) in ether_to_eui64() argument
2936 p_eui64->e8[0] = ptr[0] | 0x02; in ether_to_eui64()
2937 p_eui64->e8[1] = ptr[1]; in ether_to_eui64()
2938 p_eui64->e8[2] = ptr[2]; in ether_to_eui64()
2939 p_eui64->e8[3] = 0xFF; in ether_to_eui64()
2940 p_eui64->e8[4] = 0xFE; in ether_to_eui64()
2941 p_eui64->e8[5] = ptr[3]; in ether_to_eui64()
2942 p_eui64->e8[6] = ptr[4]; in ether_to_eui64()
2943 p_eui64->e8[7] = ptr[5]; in ether_to_eui64()
Dsys-solaris.c534 ether_to_eui64(eui64_t *p_eui64) in ether_to_eui64() argument
556 p_eui64->e8[0] = (eth_addr->ether_addr_octet[0] & 0xFF) | 0x02; in ether_to_eui64()
557 p_eui64->e8[1] = (eth_addr->ether_addr_octet[1] & 0xFF); in ether_to_eui64()
558 p_eui64->e8[2] = (eth_addr->ether_addr_octet[2] & 0xFF); in ether_to_eui64()
559 p_eui64->e8[3] = 0xFF; in ether_to_eui64()
560 p_eui64->e8[4] = 0xFE; in ether_to_eui64()
561 p_eui64->e8[5] = (eth_addr->ether_addr_octet[3] & 0xFF); in ether_to_eui64()
562 p_eui64->e8[6] = (eth_addr->ether_addr_octet[4] & 0xFF); in ether_to_eui64()
563 p_eui64->e8[7] = (eth_addr->ether_addr_octet[5] & 0xFF); in ether_to_eui64()
Dpppd.h662 int ether_to_eui64(eui64_t *p_eui64); /* convert eth0 hw address to EUI64 */