Home
last modified time | relevance | path

Searched refs:NETDB_SUCCESS (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/ntp/lib/isc/win32/
H A Dnetdb.h53 #undef NETDB_SUCCESS
61 #define NETDB_SUCCESS 0 /* no problem */ macro
/freebsd-13.1/lib/libc/net/
H A Dgethostbydns.c348 RES_SET_H_ERRNO(statp, NETDB_SUCCESS); in gethostanswer()
425 RES_SET_H_ERRNO(statp, NETDB_SUCCESS); in gethostanswer()
550 RES_SET_H_ERRNO(statp, NETDB_SUCCESS); in _dns_gethostbyname()
709 RES_SET_H_ERRNO(statp, NETDB_SUCCESS); in _dns_gethostbyaddr()
H A Dgethostbyht.c173 RES_SET_H_ERRNO(statp, NETDB_SUCCESS); in gethostent_p()
H A Dgethostnamadr.c482 RES_SET_H_ERRNO(statp, NETDB_SUCCESS); in fakeaddr()
H A Dgetaddrinfo.c2179 RES_SET_H_ERRNO(res, NETDB_SUCCESS); in getanswer()
/freebsd-13.1/include/
H A Dnetdb.h154 #define NETDB_SUCCESS 0 /* no problem */ macro
/freebsd-13.1/lib/libbluetooth/
H A Dbluetooth.c150 h_errno = NETDB_SUCCESS; in bt_gethostent()
/freebsd-13.1/contrib/sendmail/src/
H A Dsm_resolve.c490 case NETDB_SUCCESS: