Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din.h492 #define IP_DEFAULT_MULTICAST_LOOP 1 /* normally hear sends if a member */ macro
/f-stack/freebsd/netinet/
H A Din.h509 #define IP_DEFAULT_MULTICAST_LOOP 1 /* normally hear sends if a member */ macro
H A Din_mcast.c194 int in_mcast_loop = IP_DEFAULT_MULTICAST_LOOP;
1858 optval = coptval = IP_DEFAULT_MULTICAST_LOOP; in inp_getmoptions()