Searched defs:tls (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sfvprintf.c | 114 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 D | http.h | 324 void *tls; /* TLS state information */ member in struct:__anon4296
|
/illumos-gate/usr/src/lib/libc_db/common/ |
H A D | thread_db.c | 2280 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 D | uDNS.c | 1312 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 87 milliseconds