Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din.h536 #define IP_DEFAULT_MULTICAST_LOOP 1 /* normally hear sends if a member */ macro
H A Din_mcast.c184 int in_mcast_loop = IP_DEFAULT_MULTICAST_LOOP;
1804 optval = coptval = IP_DEFAULT_MULTICAST_LOOP; in inp_getmoptions()