Home
last modified time | relevance | path

Searched refs:ttls (Results 1 – 11 of 11) sorted by relevance

/third_party/node/lib/internal/dns/
Dpromises.js170 function onresolve(err, result, ttls) { argument
176 if (ttls && this.ttl)
178 result, (address, index) => ({ address, ttl: ttls[index] }));
/third_party/node/lib/
Ddns.js204 function onresolve(err, result, ttls) { argument
205 if (ttls && this.ttl)
207 result, (address, index) => ({ address, ttl: ttls[index] }));
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dhostapd.eap_user69 "ttls" TTLS
92 "ttls-user" TTLS-PAP,TTLS-CHAP,TTLS-MSCHAP,TTLS-MSCHAPV2 "password" [2]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dhostapd.eap_user69 "ttls" TTLS
92 "ttls-user" TTLS-PAP,TTLS-CHAP,TTLS-MSCHAP,TTLS-MSCHAPV2 "password" [2]
/third_party/node/src/
Dcares_wrap.cc192 MaybeStackBuffer<Local<Value>, 8> ttls(naddrttls); in AddrTTLToArray() local
194 ttls[i] = Integer::NewFromUnsigned(env->isolate(), addrttls[i].ttl); in AddrTTLToArray()
196 return Array::New(env->isolate(), ttls.out(), naddrttls); in AddrTTLToArray()
1085 Local<Array> ttls = AddrTTLToArray<ares_addrttl>(env, addrttls, naddrttls); in Parse() local
1087 wrap->CallOnComplete(ret, ttls); in Parse()
1119 Local<Array> ttls = AddrTTLToArray<ares_addr6ttl>(env, addrttls, naddrttls); in Parse() local
1121 wrap->CallOnComplete(ret, ttls); in Parse()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dtodo.txt62 * could need to modify eap_{ttls,peap,fast}_decrypt to do same
Dinterworking.c1443 struct wpa_cred *cred, int ttls) in interworking_set_eap_params() argument
1446 ttls = cred->eap_method->vendor == EAP_VENDOR_IETF && in interworking_set_eap_params()
1460 if (ttls && cred->username && cred->username[0]) { in interworking_set_eap_params()
1490 if (!ttls && cred->username && cred->username[0] && cred->realm && in interworking_set_eap_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dtodo.txt62 * could need to modify eap_{ttls,peap,fast}_decrypt to do same
Dinterworking.c1433 struct wpa_cred *cred, int ttls) in interworking_set_eap_params() argument
1436 ttls = cred->eap_method->vendor == EAP_VENDOR_IETF && in interworking_set_eap_params()
1450 if (ttls && cred->username && cred->username[0]) { in interworking_set_eap_params()
1480 if (!ttls && cred->username && cred->username[0] && cred->realm && in interworking_set_eap_params()
/third_party/node/deps/cares/
DCHANGES535 If there are more ttls returned than the maximum provided by the requestor, then
1156 * fix segfault when wanted ttls count lesser than count of result records
1182 * Private ares_addrinfo structure with useful extensions such as ttls (including cname ttls),
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h86778 unsigned char ttls[32]; member