Home
last modified time | relevance | path

Searched refs:PACKET_ADD_MEMBERSHIP (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/netpacket/
Dpacket.h30 #define PACKET_ADD_MEMBERSHIP 1 macro
/third_party/musl/include/netpacket/
Dpacket.h30 #define PACKET_ADD_MEMBERSHIP 1 macro
/third_party/musl/porting/liteos_m/kernel/include/netpacket/
Dpacket.h30 #define PACKET_ADD_MEMBERSHIP 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netpacket/
Dpacket.h30 #define PACKET_ADD_MEMBERSHIP 1 macro
/third_party/musl/ndk_musl_include/netpacket/
Dpacket.h30 #define PACKET_ADD_MEMBERSHIP 1 macro
/third_party/musl/porting/liteos_a/kernel/include/netpacket/
Dpacket.h30 #define PACKET_ADD_MEMBERSHIP 1 macro
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpsrc.c240 res = setsockopt (fd, SOL_PACKET, PACKET_ADD_MEMBERSHIP, &mreq, in gst_avtp_src_start()
Dgstavtpcrfbase.c222 res = setsockopt (fd, SOL_PACKET, PACKET_ADD_MEMBERSHIP, &mreq, in setup_socket()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_wired_common.c155 add ? PACKET_ADD_MEMBERSHIP : PACKET_DROP_MEMBERSHIP, in wired_multicast_membership()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_wired_common.c155 add ? PACKET_ADD_MEMBERSHIP : PACKET_DROP_MEMBERSHIP, in wired_multicast_membership()
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt1631 PACKET_ADD_MEMBERSHIP
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2514 pub const PACKET_ADD_MEMBERSHIP: ::c_int = 1; constant