Searched refs:getnetbyname_r (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/libpcap/ |
H A D | nametoaddr.c | 270 err = getnetbyname_r(name, &result_buf, buf, sizeof buf, &np, in pcap_nametonetaddr() 286 np = getnetbyname_r(name, &result_buf, buf, (int)sizeof buf); in pcap_nametonetaddr() 294 if (getnetbyname_r(name, &result_buf, &net_data) == -1) in pcap_nametonetaddr()
|
H A D | cmakeconfig.h.in | 12 /* define if we have the AIX getnetbyname_r() */ 81 /* define if we have the Linux getnetbyname_r() */ 156 /* define if we have the Solaris/IRIX getnetbyname_r() */
|
H A D | config.h.in | 15 /* define if we have the AIX getnetbyname_r() */ 90 /* define if we have the Linux getnetbyname_r() */ 162 /* define if we have the Solaris/IRIX getnetbyname_r() */
|
H A D | configure.ac | 283 # Check for reentrant versions of getnetbyname_r(), as provided by 290 # Only do the check if we have a declaration of getnetbyname_r(); 295 AC_CHECK_DECL(getnetbyname_r, 297 AC_MSG_CHECKING([for the Linux getnetbyname_r()]) 306 return getnetbyname_r((const char *)0, &netent_buf, buf, sizeof buf, &resultp, &h_errnoval); 311 [define if we have the Linux getnetbyname_r()]) 316 AC_MSG_CHECKING([for Solaris/IRIX getnetbyname_r()]) 323 return getnetbyname_r((const char *)0, &netent_buf, buf, (int)sizeof buf) != NULL; 328 [define if we have the Solaris/IRIX getnetbyname_r()]) 333 AC_MSG_CHECKING([for AIX getnetbyname_r()]) [all …]
|
H A D | CMakeLists.txt | 924 # Check for reentrant versions of getnetbyname_r(), as provided by 931 # Only do the check if we have a declaration of getnetbyname_r(); 938 check_symbol_exists(getnetbyname_r netdb.h NETDB_H_DECLARES_GETNETBYNAME_R) 951 return getnetbyname_r((const char *)0, &netent_buf, buf, sizeof buf, &resultp, &h_errnoval); 965 return getnetbyname_r((const char *)0, &netent_buf, buf, (int)sizeof buf) != NULL; 979 return getnetbyname_r((const char *)0, &netent_buf, &net_data);
|
H A D | configure | 6123 return getnetbyname_r((const char *)0, &netent_buf, buf, sizeof buf, &resultp, &h_errnoval); 6155 return getnetbyname_r((const char *)0, &netent_buf, buf, (int)sizeof buf) != NULL; 6187 return getnetbyname_r((const char *)0, &netent_buf, &net_data);
|
/freebsd/lib/libc/net/ |
H A D | Symbol.map | 36 getnetbyname_r;
|
H A D | getnetnamadr.c | 337 getnetbyname_r(const char *name, struct netent *ne, char *buffer, in getnetbyname_r() function 409 if (getnetbyname_r(name, &nd->net, nd->data, sizeof(nd->data), &rval, in getnetbyname()
|
H A D | Makefile.inc | 85 getnetent.3 getnetbyname_r.3 \
|
/freebsd/include/ |
H A D | netdb.h | 274 int getnetbyname_r(const char *, struct netent *, char *, size_t,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 1899 fun:getnetbyname_r=uninstrumented
|