Home
last modified time | relevance | path

Searched refs:eui64_ntohost (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Deui64.h53 int eui64_ntohost(char *, size_t, const struct eui64 *);
/freebsd/lib/libc/net/
H A DSymbol.map13 eui64_ntohost;
H A Deui64.c215 eui64_ntohost(char *hostname, size_t len, const struct eui64 *id) in eui64_ntohost() function
H A DMakefile.inc65 eui64.3 eui64_ntohost.3
/freebsd/usr.sbin/fwcontrol/
H A Dfwcontrol.c192 if (eui64_ntohost(hostname, sizeof(hostname), &eui)) in list_dev()