Home
last modified time | relevance | path

Searched refs:PACKET_MULTICAST (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/netpacket/
Dpacket.h24 #define PACKET_MULTICAST 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netpacket/
Dpacket.h24 #define PACKET_MULTICAST 2 macro
/third_party/musl/porting/uniproton/kernel/include/netpacket/
Dpacket.h24 #define PACKET_MULTICAST 2 macro
/third_party/musl/include/netpacket/
Dpacket.h24 #define PACKET_MULTICAST 2 macro
/third_party/musl/porting/liteos_a/kernel/include/netpacket/
Dpacket.h24 #define PACKET_MULTICAST 2 macro
/third_party/toybox/toys/pending/
Darping.c141 && from->sll_pkttype != PACKET_MULTICAST) return; in recv_from()
/third_party/ltp/testcases/network/stress/ns-tools/
Dns-icmpv6_sender.c217 lladdr_p->sll_pkttype = PACKET_MULTICAST; /* Packet type */ in calc_hd_mcastaddr()
/third_party/python/Modules/
Dsocketmodule.c7388 #ifdef PACKET_MULTICAST
7389 PyModule_AddIntMacro(m, PACKET_MULTICAST);