Searched refs:ttl (Results 1 – 2 of 2) sorted by relevance
426 int socket_mcast_inet_set_ttl( int s, int ttl );
1532 socket_mcast_inet_set_ttl( int s, int ttl ) in socket_mcast_inet_set_ttl() argument1534 return socket_setoption( s, IPPROTO_IP, IP_MULTICAST_TTL, ttl ); in socket_mcast_inet_set_ttl()