Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c3507 ether_to_eui64(p_eui64) in ether_to_eui64() argument
3508 eui64_t *p_eui64; in ether_to_eui64()
3512 if (p_eui64 == NULL) {
3522 p_eui64->e8[0] = (eth_addr.ether_addr_octet[0] & 0xFF) | 0x02;
3523 p_eui64->e8[1] = (eth_addr.ether_addr_octet[1] & 0xFF);
3524 p_eui64->e8[2] = (eth_addr.ether_addr_octet[2] & 0xFF);
3525 p_eui64->e8[3] = 0xFF;
3526 p_eui64->e8[4] = 0xFE;
3527 p_eui64->e8[5] = (eth_addr.ether_addr_octet[3] & 0xFF);
3528 p_eui64->e8[6] = (eth_addr.ether_addr_octet[4] & 0xFF);
[all …]
H A Dpppd.h628 extern int ether_to_eui64 __P((eui64_t *p_eui64));