Searched refs:AuthInfo (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | uDNS.c | 362 if (q->AuthInfo == info) in GetAuthInfoForName_internal() 364 q->AuthInfo = GetAuthInfoForName_direct(m, &q->qname); in GetAuthInfoForName_internal() 366 …info->domain.c, q->AuthInfo ? q->AuthInfo->domain.c : mDNSNULL, q->qname.c, DNSTypeName(q->qtype)); in GetAuthInfoForName_internal() 443 if (q->AuthInfo != newinfo) in mDNS_SetSecretForDomain() 446 q->AuthInfo ? q->AuthInfo->domain.c : mDNSNULL, in mDNS_SetSecretForDomain() 448 q->AuthInfo = newinfo; in mDNS_SetSecretForDomain() 1264 DomainAuthInfo *AuthInfo; in tcpCallback() local 1273 … AuthInfo = tcpInfo->rr ? GetAuthInfoForName(m, tcpInfo->rr->resrec.name) : mDNSNULL; in tcpCallback() 1297 AuthInfo = q->AuthInfo; // Need to add TSIG to this message in tcpCallback() 1313 AuthInfo = q->AuthInfo; // Need to add TSIG to this message in tcpCallback() [all …]
|
H A D | mDNSEmbeddedAPI.h | 1624 #define PrivateQuery(Q) ((Q)->AuthInfo && (Q)->AuthInfo->AutoTunnel) 1915 …DomainAuthInfo *AuthInfo; // Non-NULL if query is currently being done using Private… member
|
H A D | mDNS.c | 904 DomainAuthInfo *AuthInfo = GetAuthInfoForName_internal(m, rr->resrec.name); in SetUnicastTargetToHostName() local 905 if (!AuthInfo || !AuthInfo->AutoTunnel) rr->AutoTarget = Target_AutoHostAndNATMAP; in SetUnicastTargetToHostName() 10379 …(!q->AuthInfo || question->AuthInfo) && // to avoid deadlock, don't make public query … in FindDuplicateQuestion() 10924 DomainAuthInfo *AuthInfo; in IsPrivateDomain() local 10926 AuthInfo = GetAuthInfoForName_internal(m, &q->qname); in IsPrivateDomain() 10927 if (AuthInfo && !AuthInfo->deltime && AuthInfo->AutoTunnel) in IsPrivateDomain() 11476 question->AuthInfo = GetAuthInfoForQuestion(m, question); in InitCommonState() 11718 question->AuthInfo = question->DuplicateOf->AuthInfo; in mDNS_StartQuery_internal()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 186 } AuthInfo; typedef 188 static AuthInfo auth_list[] = { 198 static AuthInfo NoAuth = {0, 0, NULL}; 200 static AuthInfo *authenticated = NULL; 359 auth_finished(AuthInfo *ap, int result) in auth_finished() 408 reply_to_client(AuthInfo *ap, int type, void *data, int len) in reply_to_client() 531 kerberos5_is(AuthInfo *ap, uchar_t *data, int cnt) in kerberos5_is() 912 AuthInfo *aptr = auth_list; in auth_is()
|
/titanic_50/usr/src/cmd/sendmail/cf/m4/ |
H A D | proto.m4 | 2944 R$* $: <$(authinfo AuthInfo:$&{server_name} $: ? $)> 2945 R<?> $: <$(authinfo AuthInfo:$&{server_addr} $: ? $)> 2946 R<?> $: <$(authinfo AuthInfo: $: ? $)> 2951 R$* $: $1 $| $>D <$&{server_name}> <?> <! AuthInfo> <> 2952 R$* $| <?>$* $: $1 $| $>A <$&{server_addr}> <?> <! AuthInfo> <> 2953 R$* $| <?>$* $: $1 $| <$(access AuthInfo`'_TAG_DELIM_ $: ? $)> <>
|