Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Din.h411 #define IP_DEFAULT_MULTICAST_TTL 1 /* normally limit m'casts to 1 hop */ macro
H A Dip_output.c365 ip->ip_ttl = IP_DEFAULT_MULTICAST_TTL; in ip_output()
1470 imo->imo_multicast_ttl = IP_DEFAULT_MULTICAST_TTL; in ip_setmoptions()
1817 optval = coptval = IP_DEFAULT_MULTICAST_TTL; in ip_getmoptions()