Searched refs:rescode (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/ntp/include/
H A Dintreswork.h17 extern void gai_test_callback(int rescode, int gai_errno,
22 extern void gni_test_callback(int rescode, int gni_errno,
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_intres.c604 void gai_test_callback(int rescode, int gai_errno, void *context, const char *name, const char *service, const struct addrinfo *hints, const struct addrinfo *ai_res) argument
608 if (rescode) {
609 TRACE(1, ("gai_test_callback context %p error rescode %d %s serv %s\n",
610 context, rescode, name, service));
613 while (!rescode && NULL != ai_res) {
884 void gni_test_callback(int rescode, int gni_errno, sockaddr_u *psau, int flags, const char *host, const char *service, void *context) argument
886 if (!rescode)
890 TRACE(1, ("gni_test_callback context %p rescode %d gni_errno %d flags 0x%x addr %s\n",
891 context, rescode, gni_errno, flags, stoa(psau)));
1095 int rescode,
1094 should_retry_dns( int rescode, int res_errno ) argument
[all...]
/freebsd-11-stable/usr.sbin/ypldap/
H A Daldap.h58 long long rescode; member in struct:aldap_message::__anon14154::__anon14155
H A Daldap.c283 &m->body.res.rescode, &m->dn, &m->body.res.diagmsg, &a) != 0)
285 if (m->body.res.rescode == LDAP_REFERRAL)
373 return msg->body.res.rescode;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-forces.c1220 uint32_t rescode; local
1234 rescode = EXTRACT_32BITS(pptr);
1235 if (rescode > ASTMCD) {
1236 ND_PRINT((ndo, "illegal ASTresult result code: %d!\n", rescode));
1242 switch (rescode) {
1262 ND_PRINT((ndo, "(%x)\n%s", rescode, ib));
1278 uint32_t rescode; local
1292 rescode = EXTRACT_32BITS(pptr);
1294 if (rescode > ASRMCD) {
1295 ND_PRINT((ndo, "illegal ASRresult result code: %d!\n", rescode));
[all...]
/freebsd-11-stable/contrib/ntp/sntp/
H A Dmain.c442 int rescode,
463 if (rescode) {
465 if (EAI_SYSTEM == rescode) {
472 dctx->name, gai_strerror(rescode));
441 sntp_name_resolved( int rescode, int gai_errno, void * context, const char * name, const char * service, const struct addrinfo * hints, const struct addrinfo * addr ) argument
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c3785 int rescode,
3802 if (rescode) {
3805 name, gai_strerror(rescode), rescode);
4388 int rescode,
4407 DPRINTF(1, ("peer_name_resolved(%s) rescode %d\n", name, rescode));
4409 if (rescode) {
4413 name, gai_strerror(rescode), rescode);
3784 trap_name_resolved( int rescode, int gai_errno, void * context, const char * name, const char * service, const struct addrinfo * hints, const struct addrinfo * res ) argument
4387 peer_name_resolved( int rescode, int gai_errno, void * context, const char * name, const char * service, const struct addrinfo * hints, const struct addrinfo * res ) argument
4564 unpeer_name_resolved( int rescode, int gai_errno, void * context, const char * name, const char * service, const struct addrinfo * hints, const struct addrinfo * res ) argument
[all...]
H A Dntp_proto.c4897 int rescode,
4909 if (rescode) {
4912 name, gai_strerror(rescode), rescode);
4896 pool_name_resolved( int rescode, int gai_errno, void * context, const char * name, const char * service, const struct addrinfo * hints, const struct addrinfo * res ) argument

Completed in 119 milliseconds