Lines Matching refs:recvfrom
1075 dnl Test if the socket recvfrom() function is available,
1090 AC_MSG_CHECKING([for recvfrom])
1115 recvfrom(0, 0, 0, 0, 0, 0);
1126 AC_CACHE_CHECK([types of args and return type for recvfrom],
1163 recvfrom($recvfrom_arg1, $recvfrom_arg2,
1174 res = recvfrom(s, buf, len, flags, addr, addrlen);
1190 [Define to 1 if you have the recvfrom function.])
1194 AC_MSG_WARN([Cannot find proper types to use for recvfrom args])
1206 [Define to the type of arg 1 for recvfrom.])
1208 [Define to the type of arg 3 for recvfrom.])
1210 [Define to the type of arg 4 for recvfrom.])
1212 [Define to the function return type for recvfrom.])
1240 [Define to the type pointed by arg 2 for recvfrom.])
1242 [Define to the type qualifier pointed by arg 5 for recvfrom.])
1244 [Define to the type pointed by arg 5 for recvfrom.])
1246 [Define to the type pointed by arg 6 for recvfrom.])
1250 [Define to 1 if the type pointed by arg 2 for recvfrom is void.])
1254 [Define to 1 if the type pointed by arg 5 for recvfrom is void.])
1258 [Define to 1 if the type pointed by arg 6 for recvfrom is void.])
1270 [Define to 1 if you have the recvfrom function.])
1274 AC_MSG_WARN([Unable to link function recvfrom])