Home
last modified time | relevance | path

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

/sdk/emulator/opengl/tests/event_injector/
Dsockets.h426 int socket_mcast_inet_set_ttl( int s, int ttl );
Dsockets.c1532 socket_mcast_inet_set_ttl( int s, int ttl ) in socket_mcast_inet_set_ttl() argument
1534 return socket_setoption( s, IPPROTO_IP, IP_MULTICAST_TTL, ttl ); in socket_mcast_inet_set_ttl()