Searched refs:ether_addr (Results 1 – 25 of 28) sorted by relevance
12
/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/iptables/extensions/ |
D | libebt_dnat.c | 50 struct ether_addr *addr; in brdnat_parse() 104 ether_ntoa((struct ether_addr *)natinfo->mac), in brdnat_xlate()
|
D | libebt_snat.c | 54 struct ether_addr *addr; in brsnat_parse() 117 ether_ntoa((struct ether_addr *)natinfo->mac)); in brsnat_xlate()
|
D | libebt_arpreply.c | 53 struct ether_addr *addr; in brarpreply_parse()
|
D | libarpt_mangle.c | 57 struct ether_addr *macaddr; in arpmangle_parse()
|
D | libebt_among.c | 63 struct ether_addr *ether; in parse_nft_among_pair()
|
D | libebt_arp.c | 168 struct ether_addr *addr = NULL; in brarp_get_mac_and_mask()
|
D | libebt_stp.c | 157 struct ether_addr *addr = NULL; in brstp_get_mac_and_mask()
|
/external/tcpdump/lbl/ |
D | os-sunos4.h | 70 struct ether_addr; 72 struct ether_addr *ether_aton(const char *);
|
/external/libpcap/lbl/ |
D | os-sunos4.h | 69 struct ether_addr; 71 struct ether_addr *ether_aton(const char *);
|
/external/libpcap/ |
D | nametoaddr.c | 106 struct ether_addr { struct 122 extern int ether_hostton(const char *, struct ether_addr *); 755 if (ether_hostton(name, (struct ether_addr *)a) == 0) { in pcap_ether_hostton()
|
D | cmakeconfig.h.in | 201 /* Define to 1 if the system has the type `struct ether_addr'. */
|
D | config.h.in | 207 /* Define to 1 if the system has the type `struct ether_addr'. */
|
D | configure.ac | 420 # Do we have "struct ether_addr" if we include 423 AC_CHECK_TYPES(struct ether_addr,,,
|
D | CMakeLists.txt | 784 # Do we have "struct ether_addr" if we include <netinet/if_ether.h>? 792 check_type_size("struct ether_addr" STRUCT_ETHER_ADDR)
|
/external/tcpdump/ |
D | addrtoname.c | 44 struct ether_addr { struct 48 extern int ether_ntohost(char *, const struct ether_addr *); 507 if (ether_ntohost(buf2, (const struct ether_addr *)ep) == 0) { in etheraddr_string() 945 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 | 220 /* Define to 1 if the system has the type `struct ether_addr'. */
|
/external/iptables/iptables/ |
D | nft-bridge.h | 126 struct ether_addr ether;
|
D | xtables-arp.c | 152 struct ether_addr *addr; in getmac_and_mask()
|
D | xtables-eb.c | 72 struct ether_addr *addr = NULL; in ebt_get_mac_and_mask()
|
/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/iproute2/ip/ |
D | iplink_bridge.c | 78 ether_ntoa_r((const struct ether_addr *)id->addr, eaddr); in br_dump_bridge_id()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 1127 CHECK_TYPE_SIZE(ether_addr);
|
12