HomeSort by relevance Sort by last modified time
    Searched refs:eui64_t (Results 1 - 7 of 7) sorted by null

  /external/ppp/pppd/
eui64.h 51 } eui64_t; typedef in typeref:union:__anon36021
72 } eui64_t; typedef in typeref:union:__anon36022
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 */
eui64.c 49 eui64_t e;
ipv6cp.h 160 eui64_t ourid, hisid; /* Interface identifiers */
ipv6cp.c 304 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 */
    [all...]
pppd.h 662 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));
    [all...]
sys-linux.c     [all...]
sys-solaris.c 534 ether_to_eui64(eui64_t *p_eui64)
    [all...]

Completed in 65 milliseconds