Searched refs:eui64_ntoa (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/sys/ |
H A D | eui64.h | 52 int eui64_ntoa(const struct eui64 *, char *, size_t);
|
/freebsd/lib/libc/net/ |
H A D | eui64.c | 199 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 D | Symbol.map | 12 eui64_ntoa;
|
H A D | Makefile.inc | 64 eui64.3 eui64_ntoa.3 \
|
/freebsd/lib/libc/tests/net/ |
H A D | eui64_ntoa_test.c | 43 ATF_REQUIRE_MSG(eui64_ntoa(&test_eui64_id, a, sizeof(a)) == 0, in test_str()
|
H A D | eui64_aton_test.c | 49 eui64_ntoa(&e, buf, sizeof(buf)); in test_str()
|
/freebsd/usr.sbin/fwcontrol/ |
H A D | fwcontrol.c | 191 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()
|