Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c3448 ether_to_eui64(p_eui64) in ether_to_eui64() argument
3449 eui64_t *p_eui64; in ether_to_eui64()
3453 if (p_eui64 == NULL) {
3463 p_eui64->e8[0] = (eth_addr.ether_addr_octet[0] & 0xFF) | 0x02;
3464 p_eui64->e8[1] = (eth_addr.ether_addr_octet[1] & 0xFF);
3465 p_eui64->e8[2] = (eth_addr.ether_addr_octet[2] & 0xFF);
3466 p_eui64->e8[3] = 0xFF;
3467 p_eui64->e8[4] = 0xFE;
3468 p_eui64->e8[5] = (eth_addr.ether_addr_octet[3] & 0xFF);
3469 p_eui64->e8[6] = (eth_addr.ether_addr_octet[4] & 0xFF);
[all …]
H A Dpppd.h635 extern int ether_to_eui64 __P((eui64_t *p_eui64));