Searched defs:h_errnop (Results 1 - 3 of 3) sorted by relevance
/systemd/src/nss-myhostname/ |
H A D | nss-myhostname.c | 51 int *errnop, int *h_errnop, 71 assert(h_errnop); 85 *h_errnop = HOST_NOT_FOUND; 95 *h_errnop = NO_RECOVERY; 102 *h_errnop = HOST_NOT_FOUND; 121 *h_errnop = NO_RECOVERY; 181 *h_errnop = NETDB_SUCCESS; 194 int *errnop, int *h_errnop, 207 assert(h_errnop); 226 *h_errnop 47 _nss_myhostname_gethostbyname4_r( const char *name, struct gaih_addrtuple **pat, char *buffer, size_t buflen, int *errnop, int *h_errnop, int32_t *ttlp) argument 187 fill_in_hostent( const char *canonical, const char *additional, int af, struct local_address *addresses, unsigned n_addresses, uint32_t local_address_ipv4, struct hostent *result, char *buffer, size_t buflen, int *errnop, int *h_errnop, int32_t *ttlp, char **canonp) argument 316 _nss_myhostname_gethostbyname3_r( const char *name, int af, struct hostent *host, char *buffer, size_t buflen, int *errnop, int *h_errnop, int32_t *ttlp, char **canonp) argument 398 _nss_myhostname_gethostbyaddr2_r( const void* addr, socklen_t len, int af, struct hostent *host, char *buffer, size_t buflen, int *errnop, int *h_errnop, int32_t *ttlp) argument [all...] |
/systemd/src/nss-mymachines/ |
H A D | nss-mymachines.c | 86 int *errnop, int *h_errnop, 105 assert(h_errnop); 146 *h_errnop = HOST_NOT_FOUND; 154 *h_errnop = TRY_AGAIN; 221 *h_errnop = NETDB_SUCCESS; 228 *h_errnop = NO_DATA; 237 int *errnop, int *h_errnop, 255 assert(h_errnop); 298 *h_errnop = HOST_NOT_FOUND; 309 *h_errnop 82 _nss_mymachines_gethostbyname4_r( const char *name, struct gaih_addrtuple **pat, char *buffer, size_t buflen, int *errnop, int *h_errnop, int32_t *ttlp) argument 232 _nss_mymachines_gethostbyname3_r( const char *name, int af, struct hostent *result, char *buffer, size_t buflen, int *errnop, int *h_errnop, int32_t *ttlp, char **canonp) argument [all...] |
/systemd/src/nss-resolve/ |
H A D | nss-resolve.c | 117 int *errnop, int *h_errnop, 124 int *errnop, int *h_errnop, 142 assert(h_errnop); 170 *h_errnop = HOST_NOT_FOUND; 187 *h_errnop = HOST_NOT_FOUND; 198 *h_errnop = TRY_AGAIN; 272 *h_errnop = NETDB_SUCCESS; 281 int *errnop, int *h_errnop, 286 return fallback(name, pat, buffer, buflen, errnop, h_errnop, ttlp); 290 *h_errnop 113 _nss_resolve_gethostbyname4_r( const char *name, struct gaih_addrtuple **pat, char *buffer, size_t buflen, int *errnop, int *h_errnop, int32_t *ttlp) argument 294 _nss_resolve_gethostbyname3_r( const char *name, int af, struct hostent *result, char *buffer, size_t buflen, int *errnop, int *h_errnop, int32_t *ttlp, char **canonp) argument 500 _nss_resolve_gethostbyaddr2_r( const void* addr, socklen_t len, int af, struct hostent *result, char *buffer, size_t buflen, int *errnop, int *h_errnop, int32_t *ttlp) argument [all...] |
Completed in 21 milliseconds