Searched refs:socket_setoption (Results 1 – 1 of 1) sorted by relevance
/external/qemu/android/ |
D | sockets.c | 1140 socket_setoption(int fd, int domain, int option, int _flag) in socket_setoption() function 1158 return socket_setoption(fd, SOL_SOCKET, SO_EXCLUSIVEADDRUSE, 1); in socket_set_xreuseaddr() 1160 return socket_setoption(fd, SOL_SOCKET, SO_REUSEADDR, 1); in socket_set_xreuseaddr() 1167 return socket_setoption(fd, SOL_SOCKET, SO_OOBINLINE, 1); in socket_set_oobinline() 1173 return socket_setoption(fd, SOL_TCP, TCP_CORK, v); in socket_set_cork() 1181 return socket_setoption(fd, IPPROTO_TCP, TCP_NODELAY, 1); in socket_set_nodelay() 1192 return socket_setoption(fd, IPPROTO_IPV6, IPV6_V6ONLY, 1); in socket_set_ipv6only() 1554 return socket_setoption( s, IPPROTO_IP, IP_MULTICAST_LOOP, !!enabled ); in socket_mcast_inet_set_loop() 1560 return socket_setoption( s, IPPROTO_IP, IP_MULTICAST_TTL, ttl ); in socket_mcast_inet_set_ttl()
|