HomeSort by: relevance | last modified time | path
    Searched defs:host_setsockopt (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/librumpclient/
rumpclient.c 92 int (*host_setsockopt)(int, int, int, const void *, socklen_t); variable in typeref:typename:int (*)(int,int,int,const void *,socklen_t)
  /src/lib/librumpuser/
sp_common.c 92 #define host_setsockopt setsockopt macro
632 host_setsockopt(s, IPPROTO_TCP, TCP_NODELAY, &x, sizeof(x));

Completed in 13 milliseconds