Home
last modified time | relevance | path

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

/haiku/headers/private/firewire/
H A Deui64.h52 int eui64_ntoa(const struct eui64 *, char *, size_t);
/haiku/src/bin/fwcontrol/
H A Deui64.c212 eui64_ntoa(const struct eui64 *id, char *a, size_t len) in eui64_ntoa() function
251 eui64_ntoa(id, eui64_a, sizeof(eui64_a)); in eui64_ntohost()
H A Dfwcontrol.c206 eui64_ntoa(&eui, addr, sizeof(addr)); in list_dev()
363 eui64_ntoa(&eui, addr, sizeof(addr)); in set_pri_req()
389 eui64_ntoa(&eui, addr, sizeof(addr)); in parse_bus_info_block()