swrap_setsockopt   49 lib/socket_wrapper/socket_wrapper.h int swrap_setsockopt(int s, int  level,  int  optname,  const  void  *optval, socklen_t optlen);
swrap_setsockopt   99 lib/socket_wrapper/socket_wrapper.h #define setsockopt(s,level,optname,optval,optlen) swrap_setsockopt(s,level,optname,optval,optlen)