Home
last modified time | relevance | path

Searched refs:eui64_hostton (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Deui64.h54 int eui64_hostton(const char *, struct eui64 *);
/freebsd/lib/libc/net/
H A DSymbol.map14 eui64_hostton;
H A Deui64.c266 eui64_hostton(const char *hostname, struct eui64 *id) in eui64_hostton() function
H A DMakefile.inc63 eui64.3 eui64_hostton.3 \
/freebsd/usr.sbin/fwcontrol/
H A Dfwcontrol.c144 if (eui64_hostton(nodestr, &eui) != 0 && eui64_aton(nodestr, &eui) != 0) in str2node()
851 if (eui64_hostton(optarg, &target) != 0 && in main()
/freebsd/usr.sbin/dconschat/
H A Ddconschat.c1031 if (eui64_hostton(optarg, &target) != 0 && in main()