Searched refs:ether_addr (Results 1 – 15 of 15) sorted by relevance
/external/libpcap/ |
D | nametoaddr.c | 466 struct ether_addr { struct 470 extern int ether_hostton(const char *, struct ether_addr *); 481 if (ether_hostton(name, (struct ether_addr *)a) == 0) { in pcap_ether_hostton()
|
D | config.h.in | 175 /* Define to 1 if the system has the type `struct ether_addr'. */
|
D | configure.in | 246 # Do we have "struct ether_addr"? 248 AC_CHECK_TYPES(struct ether_addr,,,
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 70 struct ether_addr; 72 struct ether_addr *ether_aton(const char *);
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 70 struct ether_addr; 72 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 | 45 struct ether_addr { struct 49 extern int ether_ntohost(char *, const struct ether_addr *); 491 if (ether_ntohost(buf2, (struct ether_addr *)ep) == 0) { in etheraddr_string() 890 if (ether_ntohost(name, (struct ether_addr *)el->addr) == 0) { in init_etherarray()
|
D | configure.in | 662 ether_ntohost(name, (struct ether_addr *)ea); 730 # Do we have "struct ether_addr"? 732 AC_CHECK_TYPES(struct ether_addr,,,
|
D | config.h.in | 211 /* Define to 1 if the system has the type `struct ether_addr'. */
|
D | configure | 6315 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 | 161 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 | 1115 CHECK_TYPE_SIZE(ether_addr);
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 2156 struct ether_addr *paddr = ether_aton(asc); in TEST() 2159 struct ether_addr addr; in TEST()
|