Home
last modified time | relevance | path

Searched refs:PACKET_HOST (Results 1 - 10 of 10) 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()
159 from->sll_pkttype == PACKET_HOST ? "Uni" : "Broad", in recv_from()
172 if (from->sll_pkttype != PACKET_HOST) TT.brd_rcv++; in recv_from()
H A Ddhcp6.c253 if (setsockopt(TT.sock, SOL_PACKET, PACKET_HOST,&constone, sizeof(int)) < 0) { in mode_raw()
/third_party/musl/porting/uniproton/kernel/include/netpacket/
H A Dpacket.h22 #define PACKET_HOST 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netpacket/
H A Dpacket.h22 #define PACKET_HOST 0 macro
/third_party/musl/porting/liteos_a/kernel/include/netpacket/
H A Dpacket.h22 #define PACKET_HOST 0 macro
/third_party/musl/porting/liteos_m/kernel/include/netpacket/
H A Dpacket.h22 #define PACKET_HOST 0 macro
/third_party/musl/include/netpacket/
H A Dpacket.h22 #define PACKET_HOST 0 macro
/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()
H A Dns-icmpv4_sender.c325 fake_p->saddr_ll.sll_pkttype = PACKET_HOST; /* Packet type */ in complete_eth_addrs()
/third_party/python/Modules/
H A Dsocketmodule.c2022 int pkttype = PACKET_HOST; in getsockaddrarg()
7514 #ifdef PACKET_HOST
7515 PyModule_AddIntMacro(m, PACKET_HOST);

Completed in 13 milliseconds