/third_party/toybox/toys/pending/ |
H A D | arping.c | 106 arp_h->ar_hln = src_pk.sll_halen; in send_packet() 111 ptr = mempcpy(ptr, &src_pk.sll_addr, src_pk.sll_halen); in send_packet() 115 src_pk.sll_halen); in send_packet() 144 || (arp_hdr->ar_hln != src_pk.sll_halen) in recv_from() 154 if (!memcmp(p, &src_pk.sll_addr, src_pk.sll_halen)) return; in recv_from() 176 memcpy(dst_pk.sll_addr, p, src_pk.sll_halen); in recv_from() 264 if (!src_pk.sll_halen) { in arping_main() 276 memset(dst_pk.sll_addr, -1, dst_pk.sll_halen); in arping_main()
|
H A D | dhcpd.c | 873 dest_sll.sll_halen = ETH_ALEN; in send_packet6() 923 dest_sll.sll_halen = 6; in send_packet()
|
H A D | dhcp.c | 737 dest_sll.sll_halen = 6; in send_raw()
|
/third_party/musl/porting/uniproton/kernel/include/netpacket/ |
H A D | packet.h | 12 unsigned char sll_pkttype, sll_halen; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netpacket/ |
H A D | packet.h | 12 unsigned char sll_pkttype, sll_halen; member
|
/third_party/musl/porting/liteos_a/kernel/include/netpacket/ |
H A D | packet.h | 12 unsigned char sll_pkttype, sll_halen; member
|
/third_party/musl/porting/liteos_m/kernel/include/netpacket/ |
H A D | packet.h | 12 unsigned char sll_pkttype, sll_halen; member
|
/third_party/musl/include/netpacket/ |
H A D | packet.h | 12 unsigned char sll_pkttype, sll_halen; member
|
/third_party/musl/src/network/ |
H A D | getifaddrs.c | 26 unsigned char sll_pkttype, sll_halen; member 104 sa->ll.sll_halen = addrlen; in copy_lladdr()
|
/third_party/ltp/testcases/kernel/syscalls/sendto/ |
H A D | sendto03.c | 59 addr.sll_halen = ETH_ALEN; in setup()
|
/third_party/musl/src/network/liteos_a/ |
H A D | getifaddrs.c | 25 unsigned char sll_pkttype, sll_halen; member 109 sa->ll.sll_halen = addrlen; in copy_lladdr()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | getifaddrs.c | 25 unsigned char sll_pkttype, sll_halen; member 109 sa->ll.sll_halen = addrlen; in copy_lladdr()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-icmpv6_sender.c | 186 lladdr_p->sll_halen = ETH_ALEN; /* Length of address */ in specify_hw_addr() 218 lladdr_p->sll_halen = ETH_ALEN; /* Length of address */ in calc_hd_mcastaddr()
|
H A D | ns-common.c | 272 ll->sll_halen = ETH_ALEN; /* Length of address */ in eth_pton()
|
H A D | ns-icmpv4_sender.c | 326 fake_p->saddr_ll.sll_halen = ETH_ALEN; /* Length of address */ in complete_eth_addrs()
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-sockets.c | 457 sll.sll_halen = 6; in lws_plat_rawudp_broadcast()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
H A D | l2_packet_linux.c | 141 ll.sll_halen = ETH_ALEN; in l2_packet_send()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/ |
H A D | l2_packet_linux.c | 149 ll.sll_halen = ETH_ALEN; in l2_packet_send()
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 1482 (Py_ssize_t)a->sll_halen); in makesockaddr() 2076 addr->sll_halen = haddr.len; in getsockaddrarg() 2079 addr->sll_halen = 0; in getsockaddrarg()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 87 pub sll_halen: ::c_uchar,
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 378 pub sll_halen: ::c_uchar,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211.c | 5065 ll.sll_halen = ETH_ALEN; in nl80211_send_eapol_data()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211.c | 5934 ll.sll_halen = ETH_ALEN; in nl80211_send_eapol_data()
|