Searched refs:eui64_ntoa (Results 1 – 3 of 3) sorted by relevance
/haiku/headers/private/firewire/ |
H A D | eui64.h | 52 int eui64_ntoa(const struct eui64 *, char *, size_t);
|
/haiku/src/bin/fwcontrol/ |
H A D | eui64.c | 212 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 D | fwcontrol.c | 206 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()
|