Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din.h491 #define IP_DEFAULT_MULTICAST_TTL 1 /* normally limit m'casts to 1 hop */ macro
/f-stack/freebsd/netinet/
H A Din.h508 #define IP_DEFAULT_MULTICAST_TTL 1 /* normally limit m'casts to 1 hop */ macro
H A Din_mcast.c1607 imo->imo_multicast_ttl = IP_DEFAULT_MULTICAST_TTL; in inp_findmoptions()
1846 optval = coptval = IP_DEFAULT_MULTICAST_TTL; in inp_getmoptions()
H A Dip_output.c575 ip->ip_ttl = IP_DEFAULT_MULTICAST_TTL; in ip_output()