Searched refs:ether_addr (Results 1 – 22 of 22) sorted by relevance
/external/tcpdump/win32/src/ |
D | ether_ntohost.c | 36 typedef struct ether_addr { struct 108 int parse_ether_buf (const char *buf, char **result, struct ether_addr *e) in parse_ether_buf() 202 int ether_ntohost (char *name, struct ether_addr *e) in ether_ntohost()
|
/external/libpcap/ |
D | nametoaddr.c | 508 struct ether_addr { struct 512 extern int ether_hostton(const char *, struct ether_addr *); 523 if (ether_hostton(name, (struct ether_addr *)a) == 0) { in pcap_ether_hostton()
|
D | cmakeconfig.h.in | 172 /* Define to 1 if the system has the type `struct ether_addr'. */
|
D | config.h.in | 175 /* Define to 1 if the system has the type `struct ether_addr'. */
|
D | configure.ac | 253 # Do we have "struct ether_addr"? 255 AC_CHECK_TYPES(struct ether_addr,,,
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 69 struct ether_addr; 71 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/iptables/iptables/ |
D | nft-bridge.c | 54 printf("%s", ether_ntoa((struct ether_addr *) mac)); in ebt_print_mac() 182 addr = ether_ntoa((struct ether_addr *) fw->sourcemac); in nft_bridge_add() 190 addr = ether_ntoa((struct ether_addr *) fw->destmac); in nft_bridge_add() 470 addr = ether_ntoa((struct ether_addr *) cs.fw.sourcemac); in nft_bridge_print_firewall() 479 addr = ether_ntoa((struct ether_addr *) cs.fw.destmac); in nft_bridge_print_firewall()
|
D | xtables-eb.c | 76 struct ether_addr *addr = NULL; in ebt_get_mac_and_mask()
|
D | xtables-arp.c | 251 struct ether_addr *addr; in getmac_and_mask()
|
/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 | 44 struct ether_addr { struct 48 extern int ether_ntohost(char *, const struct ether_addr *); 495 if (ether_ntohost(buf2, (const struct ether_addr *)ep) == 0) { in etheraddr_string() 933 if (ether_ntohost(name, (const struct ether_addr *)el->addr) == 0) { in init_etherarray()
|
D | configure.in | 451 ether_ntohost(name, (struct ether_addr *)ea); 519 # Do we have "struct ether_addr"? 521 AC_CHECK_TYPES(struct ether_addr,,,
|
D | config.h.in | 217 /* Define to 1 if the system has the type `struct ether_addr'. */
|
D | configure | 5863 ether_ntohost(name, (struct ether_addr *)ea);
|
/external/iptables/extensions/ |
D | libarpt_mangle.c | 57 struct ether_addr *macaddr; in arpmangle_parse()
|
D | libxt_mangle.c | 184 struct ether_addr *macaddr; in mangle_parse()
|
/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 | 1127 CHECK_TYPE_SIZE(ether_addr);
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 2163 struct ether_addr *paddr = ether_aton(asc); in TEST() 2166 struct ether_addr addr; in TEST()
|