Home
last modified time | relevance | path

Searched refs:ether_addr (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/network/
H A Dether.c10 struct ether_addr *ether_aton_r (const char *x, struct ether_addr *p_a) in ether_aton_r()
12 struct ether_addr a; in ether_aton_r()
30 struct ether_addr *ether_aton (const char *x) in ether_aton()
32 static struct ether_addr a; in ether_aton()
36 char *ether_ntoa_r (const struct ether_addr *p_a, char *x) { in ether_ntoa_r()
45 char *ether_ntoa (const struct ether_addr *p_a) { in ether_ntoa()
50 int ether_line(const char *line, struct ether_addr *addr, char *hostname) in ether_line()
84 int ether_ntohost(char *hostname, const struct ether_addr *addr) in ether_ntohost()
89 struct ether_addr *temp_add in ether_ntohost()
[all...]
/third_party/musl/src/network/
H A Dether.c13 struct ether_addr *ether_aton_r (const char *x, struct ether_addr *p_a) in ether_aton_r()
15 struct ether_addr a; in ether_aton_r()
33 struct ether_addr *ether_aton (const char *x) in ether_aton()
35 static struct ether_addr a; in ether_aton()
39 char *ether_ntoa_r (const struct ether_addr *p_a, char *x) { in ether_ntoa_r()
48 char *ether_ntoa (const struct ether_addr *p_a) { in ether_ntoa()
53 int ether_line(const char *line, struct ether_addr *addr, char *hostname) in ether_line()
91 int ether_ntohost(char *hostname, const struct ether_addr *addr) in ether_ntohost()
97 struct ether_addr *temp_add in ether_ntohost()
[all...]
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dether.h10 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 *);
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dether.h10 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 *);
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dether.h10 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 *);
/third_party/musl/include/netinet/
H A Dether.h10 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 *);
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dlayout_arp.rs27 pub struct ether_addr { structure names
33 const UNINIT: ::std::mem::MaybeUninit<ether_addr> = in bindgen_test_layout_ether_addr()
37 ::std::mem::size_of::<ether_addr>(), in bindgen_test_layout_ether_addr()
39 concat!("Size of: ", stringify!(ether_addr)) in bindgen_test_layout_ether_addr()
42 ::std::mem::align_of::<ether_addr>(), in bindgen_test_layout_ether_addr()
44 concat!("Alignment of ", stringify!(ether_addr)) in bindgen_test_layout_ether_addr()
53 stringify!(ether_addr), in bindgen_test_layout_ether_addr()
64 pub arp_sha: ether_addr,
68 pub arp_tha: ether_addr,
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H A Dnetinet_ether_test.cpp19 ether_addr* a = ether_aton("ef:cd:ab:89:67:45"); in HWTEST_F()
37 ether_addr* a = ether_aton("ef:cd:ab:89:67:45"); in HWTEST_F()
50 ether_addr addr; in HWTEST_F()
52 ether_addr* a = ether_aton_r("ef:cd:ab:89:67:45", &addr); in HWTEST_F()
70 ether_addr pa; in HWTEST_F()
72 ether_addr* a = ether_aton_r("ef:cd:ab:89:67:45", &pa); in HWTEST_F()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_arp.h19 struct ether_addr { struct
27 struct ether_addr arp_sha; /**< sender hardware address */
29 struct ether_addr arp_tha; /**< target hardware address */
/third_party/musl/porting/liteos_a/kernel/include/net/
H A Dethernet.h12 struct ether_addr { struct
/third_party/musl/porting/uniproton/kernel/include/net/
H A Dethernet.h12 struct ether_addr { struct
/third_party/musl/porting/liteos_m/kernel/include/net/
H A Dethernet.h12 struct ether_addr { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
H A Dethernet.h12 struct ether_addr { struct
/third_party/musl/include/net/
H A Dethernet.h12 struct ether_addr { struct
/third_party/toybox/toys/pending/
H A Darping.c161 inet_ntoa(s_ip), ether_ntoa((struct ether_addr *) p)); in recv_from()
/third_party/rust/crates/libc/src/
H A Dpsp.rs3277 pub fn sceWlanGetEtherAddr(ether_addr: *mut u8) -> i32; in sceWlanGetEtherAddr()

Completed in 18 milliseconds