Searched refs:eui64_t (Results 1 - 7 of 7) sorted by relevance

/external/ppp/pppd/
H A Deui64.h51 } eui64_t; typedef in typeref:union:__anon13402
72 } eui64_t; typedef in typeref:union:__anon13403
81 #define eui64_copy(s, d) memcpy(&(d), &(s), sizeof(eui64_t))
97 (cp) += sizeof(eui64_t); \
102 (cp) += sizeof(eui64_t); \
111 char *eui64_ntoa __P((eui64_t)); /* Returns ascii representation of id */
H A Deui64.c49 eui64_t e;
H A Dipv6cp.h160 eui64_t ourid, hisid; /* Interface identifiers */
H A Dipv6cp.c304 static void ipv6cp_clear_addrs __P((int, eui64_t, eui64_t));
387 char *llv6_ntoa(eui64_t ifaceid);
409 eui64_t ifaceid;
618 eui64_t ifaceid;
691 eui64_t ifaceid;
828 eui64_t ifaceid;
908 eui64_t ifaceid; /* Parsed interface identifier */
1336 eui64_t ourid;
1337 eui64_t hisi
[all...]
H A Dpppd.h662 int ether_to_eui64(eui64_t *p_eui64); /* convert eth0 hw address to EUI64 */
665 int sif6addr __P((int, eui64_t, eui64_t));
667 int cif6addr __P((int, eui64_t, eui64_t));
H A Dsys-linux.c2521 int sif6addr (int unit, eui64_t our_eui64, eui64_t his_eui64)
2571 int cif6addr (int unit, eui64_t our_eui64, eui64_t his_eui64)
2911 ether_to_eui64(eui64_t *p_eui64)
H A Dsys-solaris.c534 ether_to_eui64(eui64_t *p_eui64)
1904 eui64_t o, h;
1955 eui64_t o, h;

Completed in 108 milliseconds