Searched refs:eui64 (Results 1 – 5 of 5) sorted by relevance
380 pub struct eui64 {1731 pub fn eui64_aton(a: *const ::c_char, e: *mut eui64) -> ::c_int; in eui64_aton()1732 pub fn eui64_ntoa(id: *const eui64, a: *mut ::c_char, len: ::size_t) -> ::c_int; in eui64_ntoa() argument1733 pub fn eui64_ntohost(hostname: *mut ::c_char, len: ::size_t, id: *const eui64) -> ::c_int; in eui64_ntohost()1734 pub fn eui64_hostton(hostname: *const ::c_char, id: *mut eui64) -> ::c_int; in eui64_hostton()
107 $(LWIPDIR)/netif/ppp/eui64.c \
119 ${LWIP_DIR}/src/netif/ppp/eui64.c
1232 #define IN6_LLADDR_FROM_EUI64(ip6, eui64) do { \ argument1235 eui64_copy(eui64, ip6.addr[2]); \
121 "$LWIPDIR/netif/ppp/eui64.c",