Searched refs:IP_MULTICAST_ALL (Results 1 – 4 of 4) sorted by relevance
53 #ifndef IP_MULTICAST_ALL54 #define IP_MULTICAST_ALL 49 macro280 if ((setsockopt(fd, level, IP_MULTICAST_ALL, (char*)&arg, sizeof(arg)) < 0) && in Java_sun_nio_ch_Net_socket0()
41 import static android.system.OsConstants.IP_MULTICAST_ALL;109 IPPROTO_IP, IP_MULTICAST_ALL) == 1; in test_Constructor()
330 /** @hide */ public static final int IP_MULTICAST_ALL = placeholder(); field in OsConstants
342 initConstant(env, c, "IP_MULTICAST_ALL", IP_MULTICAST_ALL); in OsConstants_initConstants()