Home
last modified time | relevance | path

Searched refs:sll_pkttype (Results 1 - 15 of 15) sorted by relevance

/third_party/toybox/toys/pending/
H A Darping.c140 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 Dpacket.h12 unsigned char sll_pkttype, sll_halen; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netpacket/
H A Dpacket.h12 unsigned char sll_pkttype, sll_halen; member
/third_party/musl/porting/liteos_a/kernel/include/netpacket/
H A Dpacket.h12 unsigned char sll_pkttype, sll_halen; member
/third_party/musl/porting/liteos_m/kernel/include/netpacket/
H A Dpacket.h12 unsigned char sll_pkttype, sll_halen; member
/third_party/musl/include/netpacket/
H A Dpacket.h12 unsigned char sll_pkttype, sll_halen; member
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-icmpv6_sender.c185 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 Dns-common.c271 ll->sll_pkttype = PACKET_OTHERHOST; /* Packet type */ in eth_pton()
H A Dns-icmpv4_sender.c325 fake_p->saddr_ll.sll_pkttype = PACKET_HOST; /* Packet type */ in complete_eth_addrs()
/third_party/musl/src/network/
H A Dgetifaddrs.c26 unsigned char sll_pkttype, sll_halen; member
/third_party/musl/src/network/liteos_a/
H A Dgetifaddrs.c25 unsigned char sll_pkttype, sll_halen; member
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetifaddrs.c25 unsigned char sll_pkttype, sll_halen; member
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs86 pub sll_pkttype: ::c_uchar,
/third_party/python/Modules/
H A Dsocketmodule.c1479 a->sll_pkttype, in makesockaddr()
2072 addr->sll_pkttype = pkttype; in getsockaddrarg()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs377 pub sll_pkttype: ::c_uchar,

Completed in 29 milliseconds