Home
last modified time | relevance | path

Searched refs:eui64 (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs380 pub struct eui64 { structure names
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()
1733 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()
/third_party/lwip/src/
H A DFilelists.mk107 $(LWIPDIR)/netif/ppp/eui64.c \
/third_party/lwip/src/netif/ppp/
H A Dppp.c1232 #define IN6_LLADDR_FROM_EUI64(ip6, eui64) do { \
1235 eui64_copy(eui64, ip6.addr[2]); \

Completed in 12 milliseconds