Searched refs:getpeername (Results 1 – 6 of 6) sorted by relevance
/curl/lib/ |
H A D | setup-os400.h | 144 #define getpeername Curl_os400_getpeername macro
|
H A D | curl_config.h.cmake | 285 /* Define to 1 if you have the `getpeername' function. */
|
H A D | cf-socket.c | 2066 if(getpeername(ctx->sock, (struct sockaddr*) &ssrem, &plen)) { in cf_tcp_set_accepted_remote_ip()
|
/curl/m4/ |
H A D | curl-functions.m4 | 1873 dnl Verify if getpeername is available, prototyped, and 1890 AC_MSG_CHECKING([if getpeername can be linked]) 1897 if(0 != getpeername(0, (void *)0, (void *)0)) 1909 AC_MSG_CHECKING([if getpeername is prototyped]) 1910 AC_EGREP_CPP([getpeername],[ 1924 AC_MSG_CHECKING([if getpeername is compilable]) 1931 if(0 != getpeername(0, (void *)0, (void *)0)) 1944 AC_MSG_CHECKING([if getpeername usage allowed]) 1954 AC_MSG_CHECKING([if getpeername might be used]) 1961 [Define to 1 if you have the getpeername function.])
|
/curl/packages/OS400/ |
H A D | os400sys.c | 945 int retcode = getpeername(sd, (struct sockaddr *) &laddr, &laddrlen); in Curl_os400_getpeername()
|
/curl/ |
H A D | CMakeLists.txt | 1600 check_symbol_exists("getpeername" "${CURL_INCLUDES}" HAVE_GETPEERNAME) # winsock2.h unistd.h p…
|
Completed in 46 milliseconds