Searched refs:ether_addr (Results 1 – 15 of 15) sorted by relevance
/external/libpcap/ |
D | nametoaddr.c | 471 struct ether_addr { struct 475 extern int ether_hostton(const char *, struct ether_addr *); 486 if (ether_hostton(name, (struct ether_addr *)a) == 0) { in pcap_ether_hostton()
|
D | config.h.in | 169 /* Define to 1 if the system has the type `struct ether_addr'. */
|
D | configure.in | 237 # Do we have "struct ether_addr"? 239 AC_CHECK_TYPES(struct ether_addr,,,
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 72 struct ether_addr; 74 struct ether_addr *ether_aton(const char *);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 72 struct ether_addr; 74 struct ether_addr *ether_aton(const char *);
|
/external/dnsmasq/contrib/dnslist/ |
D | dhcp.css | 53 .ether_addr { width: 15em; }
|
D | dnslist.pl | 115 $ether = $host{ether_addr};
|
/external/tcpdump/ |
D | addrtoname.c | 48 struct ether_addr { struct 52 extern int ether_ntohost(char *, const struct ether_addr *); 494 if (ether_ntohost(buf2, (struct ether_addr *)ep) == 0) { in etheraddr_string() 893 if (ether_ntohost(name, (struct ether_addr *)el->addr) == 0) { in init_etherarray()
|
D | configure.in | 639 ether_ntohost(name, (struct ether_addr *)ea); 707 # Do we have "struct ether_addr"? 709 AC_CHECK_TYPES(struct ether_addr,,,
|
D | config.h.in | 187 /* Define to 1 if the system has the type `struct ether_addr'. */
|
D | configure | 6376 ether_ntohost(name, (struct ether_addr *)ea);
|
/external/ppp/pppd/ |
D | sys-solaris.c | 473 struct ether_addr *eth_addr = (struct ether_addr *)&s_eth_addr.sa_data; in get_if_hwaddr() 537 struct ether_addr *eth_addr = (struct ether_addr *)&s_eth_addr.sa_data; in ether_to_eui64()
|
/external/toybox/toys/pending/ |
D | arping.c | 167 inet_ntoa(s_ip), ether_ntoa((struct ether_addr *) p)); in recv_from()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 1063 CHECK_TYPE_SIZE(ether_addr);
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 2146 struct ether_addr *paddr = ether_aton(asc); in TEST() 2149 struct ether_addr addr; in TEST()
|