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

/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Deui64.c45 * eui64_ntoa - Make an ascii representation of an interface identifier
47 char *eui64_ntoa(eui64_t e) { function
/barrelfish-master/include/lwip2/netif/ppp/
H A Deui64.c45 * eui64_ntoa - Make an ascii representation of an interface identifier
47 char *eui64_ntoa(eui64_t e) { function
H A Deui64.h91 char *eui64_ntoa(eui64_t); /* Returns ascii representation of id */
/barrelfish-master/lib/libc/tests/net/
H A Deui64_ntoa_test.c45 ATF_REQUIRE_MSG(eui64_ntoa(&test_eui64_id, a, sizeof(a)) == 0,
46 "eui64_ntoa failed");
H A Deui64_aton_test.c51 eui64_ntoa(&e, buf, sizeof(buf));
54 "String obtained form eui64_ntoa was: `%s`",
/barrelfish-master/lib/libc/net/
H A Deui64.c202 eui64_ntoa(const struct eui64 *id, char *a, size_t len) function
240 eui64_ntoa(id, eui64_a, sizeof(eui64_a));
H A DMakefile.inc58 eui64.3 eui64_ntoa.3 eui64.3 eui64_ntohost.3

Completed in 68 milliseconds