Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Din.h498 #define IP_DEFAULT_MULTICAST_LOOP 1 /* normally hear sends if a member */ macro
H A Din_mcast.c163 int in_mcast_loop = IP_DEFAULT_MULTICAST_LOOP;
1990 optval = coptval = IP_DEFAULT_MULTICAST_LOOP; in inp_getmoptions()
H A Dip_output.c911 u_int8_t loop = IP_DEFAULT_MULTICAST_LOOP; in ip_output_list()