Searched defs:ether_addr (Results 1 - 3 of 3) sorted by relevance

/external/libpcap/
H A Dnametoaddr.c471 struct ether_addr { struct
475 extern int ether_hostton(const char *, struct ether_addr *);
486 if (ether_hostton(name, (struct ether_addr *)a) == 0) {
/external/tcpdump/
H A Daddrtoname.c48 struct ether_addr { struct
52 extern int ether_ntohost(char *, const struct ether_addr *);
489 * We don't cast it to "const struct ether_addr *"
494 if (ether_ntohost(buf2, (struct ether_addr *)ep) == 0) {
888 * We don't cast it to "const struct ether_addr *"
893 if (ether_ntohost(name, (struct ether_addr *)el->addr) == 0) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc1033 CHECK_TYPE_SIZE(ether_addr); variable

Completed in 111 milliseconds