Searched refs:getsockopt (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h103 int getsockopt(int, int, int, char *, int *);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock11/
H A Ddllstub.c118 getsockopt(SOCKET a0, int a1, int a2, char* a3, int* a4) function
123 idnLogPrintf(idn_log_level_trace, "stub getsockopt() called\n");
127 if ((p = GetProcAddress(DLLHANDLE, "getsockopt")) == NULL) {
128 FATAL("cannot find entry getsockopt (%d)\n", GetLastError());
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/wsock/wsock20/
H A Ddllstub.c118 getsockopt(SOCKET a0, int a1, int a2, char* a3, int* a4) function
123 idnLogPrintf(idn_log_level_trace, "stub getsockopt() called\n");
127 if ((p = GetProcAddress(DLLHANDLE, "getsockopt")) == NULL) {
128 FATAL("cannot find entry getsockopt (%d)\n", GetLastError());
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c2339 if (getsockopt(sock->fd, SOL_SOCKET, SO_RCVBUF,
5153 if (getsockopt(sock->fd, SOL_SOCKET, SO_ERROR,
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dsocket.c1771 if (getsockopt(sock->fd, SOL_SOCKET, SO_RCVBUF,

Completed in 41 milliseconds