Searched refs:socket_setoption (Results 1 – 1 of 1) sorted by relevance
/external/qemu/ |
D | sockets.c | 1137 socket_setoption(int fd, int domain, int option, int _flag) in socket_setoption() function 1155 return socket_setoption(fd, SOL_SOCKET, SO_EXCLUSIVEADDRUSE, 1); in socket_set_xreuseaddr() 1157 return socket_setoption(fd, SOL_SOCKET, SO_REUSEADDR, 1); in socket_set_xreuseaddr() 1164 return socket_setoption(fd, SOL_SOCKET, SO_OOBINLINE, 1); in socket_set_oobinline() 1170 return socket_setoption(fd, IPPROTO_TCP, TCP_NODELAY, 1); in socket_set_nodelay() 1181 return socket_setoption(fd, IPPROTO_IPV6, IPV6_V6ONLY, 1); in socket_set_ipv6only() 1545 return socket_setoption( s, IPPROTO_IP, IP_MULTICAST_LOOP, !!enabled ); in socket_mcast_inet_set_loop() 1551 return socket_setoption( s, IPPROTO_IP, IP_MULTICAST_TTL, ttl ); in socket_mcast_inet_set_ttl()
|