Searched refs:IP_MULTICAST_LOOP (Results 1 – 6 of 6) sorted by relevance
/external/kernel-headers/original/linux/ |
D | in.h | 87 #define IP_MULTICAST_LOOP 34 macro
|
/external/quake/quake/src/WinQuake/ |
D | mpdosock.h | 324 #define IP_MULTICAST_LOOP 4 /* set/get IP multicast loopback */ macro
|
/external/strace/ |
D | net.c | 797 #ifdef IP_MULTICAST_LOOP 798 { IP_MULTICAST_LOOP, "IP_MULTICAST_LOOP" },
|
/external/ping/ |
D | ping.c | 497 if (setsockopt(icmp_sock, IPPROTO_IP, IP_MULTICAST_LOOP, in main()
|
/external/qemu/ |
D | sockets.c | 1546 return socket_setoption( s, IPPROTO_IP, IP_MULTICAST_LOOP, !!enabled ); in socket_mcast_inet_set_loop()
|
D | net.c | 1640 ret=setsockopt(fd, IPPROTO_IP, IP_MULTICAST_LOOP, in net_socket_mcast_create()
|