Searched refs:sll_pkttype (Results 1 - 15 of 15) sorted by relevance
/third_party/toybox/toys/pending/ |
H A D | arping.c | 140 if (from->sll_pkttype != PACKET_HOST && from->sll_pkttype != PACKET_BROADCAST in recv_from() 141 && from->sll_pkttype != PACKET_MULTICAST) return; in recv_from() 159 from->sll_pkttype == PACKET_HOST ? "Uni" : "Broad", in recv_from() 172 if (from->sll_pkttype != PACKET_HOST) TT.brd_rcv++; in recv_from()
|
/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/ltp/testcases/network/stress/ns-tools/ |
H A D | ns-icmpv6_sender.c | 185 lladdr_p->sll_pkttype = PACKET_HOST; /* Packet type */ in specify_hw_addr() 217 lladdr_p->sll_pkttype = PACKET_MULTICAST; /* Packet type */ in calc_hd_mcastaddr()
|
H A D | ns-common.c | 271 ll->sll_pkttype = PACKET_OTHERHOST; /* Packet type */ in eth_pton()
|
H A D | ns-icmpv4_sender.c | 325 fake_p->saddr_ll.sll_pkttype = PACKET_HOST; /* Packet type */ in complete_eth_addrs()
|
/third_party/musl/src/network/ |
H A D | getifaddrs.c | 26 unsigned char sll_pkttype, sll_halen; member
|
/third_party/musl/src/network/liteos_a/ |
H A D | getifaddrs.c | 25 unsigned char sll_pkttype, sll_halen; member
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | getifaddrs.c | 25 unsigned char sll_pkttype, sll_halen; member
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 86 pub sll_pkttype: ::c_uchar,
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 1479 a->sll_pkttype, in makesockaddr() 2072 addr->sll_pkttype = pkttype; in getsockaddrarg()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 377 pub sll_pkttype: ::c_uchar,
|
Completed in 29 milliseconds