Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Din.h347 #define IP_DEFAULT_MULTICAST_LOOP 1 /* normally hear sends if a member */ macro
H A Dip_output.c1417 imo->imo_loop = IP_DEFAULT_MULTICAST_LOOP; in ip_setmoptions()
1672 imo->imo_loop == IP_DEFAULT_MULTICAST_LOOP && in ip_setmoptions()
1720 *loop = (imo == NULL) ? IP_DEFAULT_MULTICAST_LOOP in ip_getmoptions()