Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Deui64.h52 int eui64_ntoa(const struct eui64 *, char *, size_t);
/freebsd/lib/libc/net/
H A Deui64.c199 eui64_ntoa(const struct eui64 *id, char *a, size_t len) in eui64_ntoa() function
237 eui64_ntoa(id, eui64_a, sizeof(eui64_a)); in eui64_ntohost()
H A DSymbol.map12 eui64_ntoa;
H A DMakefile.inc64 eui64.3 eui64_ntoa.3 \
/freebsd/lib/libc/tests/net/
H A Deui64_ntoa_test.c43 ATF_REQUIRE_MSG(eui64_ntoa(&test_eui64_id, a, sizeof(a)) == 0, in test_str()
H A Deui64_aton_test.c49 eui64_ntoa(&e, buf, sizeof(buf)); in test_str()
/freebsd/usr.sbin/fwcontrol/
H A Dfwcontrol.c191 eui64_ntoa(&eui, addr, sizeof(addr)); in list_dev()
351 eui64_ntoa(&eui, addr, sizeof(addr)); in set_pri_req()
377 eui64_ntoa(&eui, addr, sizeof(addr)); in parse_bus_info_block()