Home
last modified time | relevance | path

Searched refs:PACKET_BROADCAST (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/netpacket/
Dpacket.h23 #define PACKET_BROADCAST 1 macro
/third_party/musl/include/netpacket/
Dpacket.h23 #define PACKET_BROADCAST 1 macro
/third_party/musl/porting/liteos_m/kernel/include/netpacket/
Dpacket.h23 #define PACKET_BROADCAST 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netpacket/
Dpacket.h23 #define PACKET_BROADCAST 1 macro
/third_party/musl/ndk_musl_include/netpacket/
Dpacket.h23 #define PACKET_BROADCAST 1 macro
/third_party/musl/porting/liteos_a/kernel/include/netpacket/
Dpacket.h23 #define PACKET_BROADCAST 1 macro
/third_party/toybox/toys/pending/
Darping.c140 if (from->sll_pkttype != PACKET_HOST && from->sll_pkttype != PACKET_BROADCAST in recv_from()
/third_party/python/Modules/
Dsocketmodule.c7385 #ifdef PACKET_BROADCAST
7386 PyModule_AddIntMacro(m, PACKET_BROADCAST);
/third_party/python/Doc/library/
Dsocket.rst190 - ``PACKET_BROADCAST`` - Physical-layer broadcast packet.