Searched defs:server (Results 151 - 153 of 153) sorted by relevance

1234567

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dk5-int.h316 #define KDC_ERR_SERVER_NOMATCH 26 /* Requested server and */
358 /* PKINIT server-reported errors */
472 krb5_timestamp stime; /* time on server, for replay detection */
2589 char *server; /* null-terminated */ member in struct:_krb5_donot_replay
H A Dkrb5.h499 * For example keys issued by the KDC in the application server.
952 #define KRB5_TGS_REQ ((krb5_msgtype)12) /* TGS request to server */
954 #define KRB5_AP_REQ ((krb5_msgtype)14) /* application request to server */
1085 krb5_principal server; /* server name/realm */ member in struct:_krb5_ticket
1115 krb5_principal server; /* server's principal identifier */ member in struct:_krb5_creds
1151 krb5_principal server; /* includes realm (only used if no member in struct:_krb5_kdc_req
1176 krb5_principal server; /* server' member in struct:_krb5_enc_kdc_rep_part
1205 krb5_principal server; /* server's principal identifier */ member in struct:_krb5_error
1243 krb5_principal server; /* server name/realm, optional */ member in struct:_krb5_cred_info
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c715 // Suppose real record has TTL of 3600, and our local caching server has held it for 3500 seconds, so it returns an aged TTL of 100.
716 // If we do our normal refresh at 80% of the TTL, our local caching server will return 20 seconds, so we'll do another
717 // 80% refresh after 16 seconds, and then the server will return 4 seconds, and so on, in the fashion of Zeno's paradox.
720 // the cached copy at our local caching server will already have expired, so the server will be forced
721 // to fetch a fresh copy from the authoritative server, and then return a fresh record with the full TTL of 3600 seconds.
1046 // The records might already be registered with the server and hence could have NAT state.
1709 // from the server. In that case, if the records have been part of a group update, clear the
2882 // For Unicast, when we get the response from the server, we will call CompleteDeregistration
3893 // Reset unansweredQueries so that we don't penalize this server late
10540 PenaltyTimeForServer(mDNS *m, DNSServer *server) argument
[all...]

Completed in 99 milliseconds

1234567