Searched refs:socket_setoption (Results 1 – 1 of 1) sorted by relevance
/external/qemu/ |
D | sockets.c | 1138 socket_setoption(int fd, int domain, int option, int _flag) in socket_setoption() function 1156 return socket_setoption(fd, SOL_SOCKET, SO_EXCLUSIVEADDRUSE, 1); in socket_set_xreuseaddr() 1158 return socket_setoption(fd, SOL_SOCKET, SO_REUSEADDR, 1); in socket_set_xreuseaddr() 1165 return socket_setoption(fd, SOL_SOCKET, SO_OOBINLINE, 1); in socket_set_oobinline() 1171 return socket_setoption(fd, IPPROTO_TCP, TCP_NODELAY, 1); in socket_set_nodelay() 1182 return socket_setoption(fd, IPPROTO_IPV6, IPV6_V6ONLY, 1); in socket_set_ipv6only() 1546 return socket_setoption( s, IPPROTO_IP, IP_MULTICAST_LOOP, !!enabled ); in socket_mcast_inet_set_loop() 1552 return socket_setoption( s, IPPROTO_IP, IP_MULTICAST_TTL, ttl ); in socket_mcast_inet_set_ttl()
|