Home
last modified time | relevance | path

Searched defs:GETSOCKOPT (Results 1 – 8 of 8) sorted by relevance

/dports/net/clash/clash-1.6.0/proxy/redir/
H A Dtcp_linux_386.go8 const GETSOCKOPT = 15 // https://golang.org/src/syscall/syscall_linux_386.go#L183 const
H A Dtcp_linux_other.go7 const GETSOCKOPT = syscall.SYS_GETSOCKOPT const
/dports/net/clash/clash-1.6.0/vendor/github.com/Dreamacro/go-shadowsocks2/
H A Dtcp_linux_386.go8 const GETSOCKOPT = 15 // https://golang.org/src/syscall/syscall_linux_386.go#L183 const
H A Dtcp_linux_other.go7 const GETSOCKOPT = syscall.SYS_GETSOCKOPT const
/dports/irc/irc/irc2.11.2p3/ircd/
H A Dsys_def.h32 #define GETSOCKOPT(fd, o1, o2, p1, p2) getsockopt(fd, o1, o2, (char *)p1,\ macro
/dports/net/beacon/beacon-1.4/common/src/
H A Dnet_udp.c122 #define GETSOCKOPT winsock_versions_getsockopt macro
125 #define GETSOCKOPT getsockopt macro
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/clsocket/src/
H A DHost.h173 #define GETSOCKOPT(a, b, c, d, e) getsockopt(a, b, c, (char *)d, (int *)e) macro
196 #define GETSOCKOPT(a, b, c, d, e) getsockopt((int)a, (int)b, (int)c, (void *)d, (socklen_t *)e) macro
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/clsocket/src/
H A DHost.h173 #define GETSOCKOPT(a, b, c, d, e) getsockopt(a, b, c, (char *)d, (int *)e) macro
196 #define GETSOCKOPT(a, b, c, d, e) getsockopt((int)a, (int)b, (int)c, (void *)d, (socklen_t *)e) macro