Home
last modified time | relevance | path

Searched refs:IP_DEFAULT_MULTICAST_LOOP (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/netinet/
HDin.h501 #define IP_DEFAULT_MULTICAST_LOOP 1 /* normally hear sends if a member */ macro
HDin_mcast.c180 int in_mcast_loop = IP_DEFAULT_MULTICAST_LOOP;
1826 optval = coptval = IP_DEFAULT_MULTICAST_LOOP; in inp_getmoptions()