Searched defs:tls (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfvprintf.c114 char *tls[2], **ls; /* for %..[separ]s */ local
196 tls[1] = NIL(char*);
691 ls = tls; tls[0] = sp;
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h324 void *tls; /* TLS state information */ member in struct:__anon4296
/illumos-gate/usr/src/lib/libc_db/common/
H A Dthread_db.c2280 tls_t tls; local
2298 &tls, sizeof (tls)) != PS_OK)
2300 else if (moduleid >= tls.tls_size)
2303 (psaddr_t)((tls_t *)tls.tls_data + moduleid),
2304 &tls, sizeof (tls)) != PS_OK)
2306 else if (tls.tls_size == 0)
2309 *base = (psaddr_t)tls.tls_data;
2315 tls32_t tls; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c1312 q->ntries = 0; // Reset ntries so that tcp/tls connection failures don't affect sendChallengeResponse failures
1428 mDNSBool tls; local
1446 if (sock->flags & kTCPSocketFlags_UseTLS) tls = mDNStrue;
1447 else tls = mDNSfalse;
1455 mDNSCoreReceive(m, reply, end, &Addr, Port, tls ? (mDNSAddr *)1 : mDNSNULL, srcPort, 0);
1755 mDNSlocal const domainname *PRIVATE_UPDATE_SERVICE_TYPE = (const domainname*)"\x0F_dns-update-tls" "\x04_tcp";
1756 mDNSlocal const domainname *PRIVATE_QUERY_SERVICE_TYPE = (const domainname*)"\x0E_dns-query-tls" "\x04_tcp";
1757 mDNSlocal const domainname *PRIVATE_LLQ_SERVICE_TYPE = (const domainname*)"\x0C_dns-llq-tls" "\x04_tcp";
1986 // the _dns-query-tls SRV record for the zone, and we can't do *that* privately because to do so
1987 // we'd need to already know the _dns-query-tls SR
[all...]

Completed in 66 milliseconds