Home
last modified time | relevance | path

Searched refs:MSG_MCAST (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs507 pub const MSG_MCAST: ::c_int = 0x200; constant
/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c272 if ((destAddr.NotAnInteger == 0) && (flags & MSG_MCAST)) in SocketDataReady()
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs862 pub const MSG_MCAST: ::c_int = 0x0200; constant
/external/python/cpython3/Modules/
Dsocketmodule.c7689 #ifdef MSG_MCAST
7690 PyModule_AddIntMacro(m, MSG_MCAST);