Home
last modified time | relevance | path

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

/external/qemu/
Dsockets.c1117 socket_setoption(int fd, int domain, int option, int _flag) in socket_setoption() function
1135 return socket_setoption(fd, SOL_SOCKET, SO_EXCLUSIVEADDRUSE, 1); in socket_set_xreuseaddr()
1137 return socket_setoption(fd, SOL_SOCKET, SO_REUSEADDR, 1); in socket_set_xreuseaddr()
1144 return socket_setoption(fd, SOL_SOCKET, SO_OOBINLINE, 1); in socket_set_oobinline()
1150 return socket_setoption(fd, IPPROTO_TCP, TCP_NODELAY, 1); in socket_set_nodelay()
1161 return socket_setoption(fd, IPPROTO_IPV6, IPV6_V6ONLY, 1); in socket_set_ipv6only()
1525 return socket_setoption( s, IPPROTO_IP, IP_MULTICAST_LOOP, !!enabled ); in socket_mcast_inet_set_loop()
1531 return socket_setoption( s, IPPROTO_IP, IP_MULTICAST_TTL, ttl ); in socket_mcast_inet_set_ttl()