/external/musl/src/network/ |
D | ether.c | 5 struct ether_addr *ether_aton_r (const char *x, struct ether_addr *p_a) in ether_aton_r() 7 struct ether_addr a; in ether_aton_r() 25 struct ether_addr *ether_aton (const char *x) in ether_aton() 27 static struct ether_addr a; in ether_aton() 31 char *ether_ntoa_r (const struct ether_addr *p_a, char *x) { in ether_ntoa_r() 40 char *ether_ntoa (const struct ether_addr *p_a) { in ether_ntoa() 45 int ether_line(const char *l, struct ether_addr *e, char *hostname) in ether_line() 50 int ether_ntohost(char *hostname, const struct ether_addr *e) in ether_ntohost() 55 int ether_hostton(const char *hostname, struct ether_addr *e) in ether_hostton()
|
/external/musl/include/netinet/ |
D | ether.h | 10 char *ether_ntoa (const struct ether_addr *); 11 struct ether_addr *ether_aton (const char *); 12 char *ether_ntoa_r (const struct ether_addr *, char *); 13 struct ether_addr *ether_aton_r (const char *, struct ether_addr *); 14 int ether_line(const char *, struct ether_addr *, char *); 15 int ether_ntohost(char *, const struct ether_addr *); 16 int ether_hostton(const char *, struct ether_addr *);
|
/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 | 64 struct ether_addr *ether; in parse_nft_among_pair()
|
/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/libpcap/ |
D | nametoaddr.c | 106 struct ether_addr { struct 122 extern int ether_hostton(const char *, struct ether_addr *); 795 if (ether_hostton(namebuf, (struct ether_addr *)a) == 0) { in pcap_ether_hostton()
|
D | cmakeconfig.h.in | 186 /* Define to 1 if the system has the type `struct ether_addr'. */
|
D | config.h.in | 192 /* Define to 1 if the system has the type `struct ether_addr'. */
|
D | pcap-dpdk.c | 126 #define ETHER_ADDR_TYPE struct ether_addr
|
/external/musl/include/net/ |
D | ethernet.h | 12 struct ether_addr { struct
|
/external/tcpdump/ |
D | addrtoname.c | 72 struct ether_addr { struct 94 extern int ether_ntohost(char *, const struct ether_addr *); 607 struct ether_addr ea; in etheraddr_string() 986 struct ether_addr ea; in init_etherarray()
|
D | configure.ac | 465 ether_ntohost(name, (struct ether_addr *)ea); 612 # Do we have "struct ether_addr" if we include 615 AC_CHECK_TYPES(struct ether_addr,,,
|
D | config.h.in | 201 /* Define to 1 if the system has the type `struct ether_addr'. */
|
D | cmakeconfig.h.in | 201 /* Define to 1 if the system has the type `struct ether_addr'. */
|
D | CMakeLists.txt | 565 # Do we have "struct ether_addr" if we include<netinet/if_ether.h>? 567 …check_struct_has_member("struct ether_addr" octet "sys/types.h;sys/socket.h;net/if.h;netinet/in.h;…
|
/external/iptables/iptables/ |
D | nft-bridge.h | 126 struct ether_addr ether;
|
/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/rust/crates/nix/src/sys/socket/ |
D | addr.rs | 2160 let ether_addr = in from_libc_sockaddr() localVariable 2162 if ether_addr.is_empty() { in from_libc_sockaddr() 2165 Some(SockAddr::Link(ether_addr)) in from_libc_sockaddr() 2309 SockAddr::Link(ref ether_addr) => ether_addr.fmt(f), in fmt()
|
/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);
|