host_setsockopt
int (*host_setsockopt)(int, int, int, const void *, socklen_t);
host_setsockopt(s, IPPROTO_TCP, TCP_NODELAY, &x, sizeof(x));