Searched refs:PACKET_ADD_MEMBERSHIP (Results 1 – 12 of 12) sorted by relevance
/third_party/musl/porting/uniproton/kernel/include/netpacket/ |
D | packet.h | 30 #define PACKET_ADD_MEMBERSHIP 1 macro
|
/third_party/musl/include/netpacket/ |
D | packet.h | 30 #define PACKET_ADD_MEMBERSHIP 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netpacket/ |
D | packet.h | 30 #define PACKET_ADD_MEMBERSHIP 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netpacket/ |
D | packet.h | 30 #define PACKET_ADD_MEMBERSHIP 1 macro
|
/third_party/musl/ndk_musl_include/netpacket/ |
D | packet.h | 30 #define PACKET_ADD_MEMBERSHIP 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/netpacket/ |
D | packet.h | 30 #define PACKET_ADD_MEMBERSHIP 1 macro
|
/third_party/gstreamer/gstplugins_bad/ext/avtp/ |
D | gstavtpsrc.c | 240 res = setsockopt (fd, SOL_PACKET, PACKET_ADD_MEMBERSHIP, &mreq, in gst_avtp_src_start()
|
D | gstavtpcrfbase.c | 222 res = setsockopt (fd, SOL_PACKET, PACKET_ADD_MEMBERSHIP, &mreq, in setup_socket()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_wired_common.c | 155 add ? PACKET_ADD_MEMBERSHIP : PACKET_DROP_MEMBERSHIP, in wired_multicast_membership()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_wired_common.c | 155 add ? PACKET_ADD_MEMBERSHIP : PACKET_DROP_MEMBERSHIP, in wired_multicast_membership()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 1631 PACKET_ADD_MEMBERSHIP
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 2514 pub const PACKET_ADD_MEMBERSHIP: ::c_int = 1; constant
|