Home
last modified time | relevance | path

Searched refs:getnetbyname_r (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/libpcap/
H A Dnametoaddr.c270 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 Dcmakeconfig.h.in12 /* 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 Dconfig.h.in15 /* 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 Dconfigure.ac283 # 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 DCMakeLists.txt924 # 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 Dconfigure6123 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 DSymbol.map36 getnetbyname_r;
H A Dgetnetnamadr.c337 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 DMakefile.inc85 getnetent.3 getnetbyname_r.3 \
/freebsd/include/
H A Dnetdb.h274 int getnetbyname_r(const char *, struct netent *, char *, size_t,
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1899 fun:getnetbyname_r=uninstrumented