OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MULTICAST
(Results
1 - 2
of
2
) sorted by null
/external/jmdns/src/javax/jmdns/impl/
DNSMessage.java
24
public static final boolean
MULTICAST
= true;
53
* @param
multicast
55
protected DNSMessage(int flags, int id, boolean
multicast
) {
59
_multicast =
multicast
;
114
* @return true if
multicast
/external/kernel-headers/original/linux/
in.h
43
IPPROTO_PIM = 103, /* Protocol Independent
Multicast
*/
110
/* Request struct for
multicast
socket ops */
114
struct in_addr imr_multiaddr; /* IP
multicast
address of group */
120
struct in_addr imr_multiaddr; /* IP
multicast
address of group */
159
struct __kernel_sockaddr_storage gf_group; /*
multicast
address */
235
/* Defines for
Multicast
INADDR */
248
#define
MULTICAST
(x) (((x) & htonl(0xf0000000)) == htonl(0xe0000000))
Completed in 553 milliseconds