HomeSort by: relevance | last modified time | path
    Searched defs:tlvs (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/bind/dist/tests/isc/
proxyheader_test.c 41 size_t tlvs; member in struct:dummy_handler_cbarg
82 arg->tlvs++;
234 assert_true(cbarg->tlvs == 0);
267 assert_true(cbarg->tlvs == 1);
304 assert_true(cbarg->tlvs == 1);
604 assert_true(cbarg.tlvs == 0); /* in unspec mode we ignore TLVs */
630 assert_true(cbarg.tlvs == 1); /* ISC_PROXY2_TLV_TYPE_NOOP */
693 assert_true(cbarg.tlvs == 2);
  /src/external/bsd/wpa/dist/src/eap_server/
eap_server.c 799 const u8 *pos, *end, *start, *tlvs, *hdr; local
837 tlvs = pos;
840 * Parse TVs/TLVs. Since we do not yet know the length of the
845 if (erp_parse_tlvs(tlvs, end, &parse, 1) < 0)
973 * Parse TVs/TLVs again now that we know the exact part of the buffer
976 wpa_hexdump(MSG_DEBUG, "EAP: EAP-Initiate/Re-Auth TVs/TLVs",
977 tlvs, end - tlvs);
978 if (erp_parse_tlvs(tlvs, end, &parse, 0) < 0)
  /src/external/bsd/wpa/dist/wpa_supplicant/
p2p_supplicant_sd.c 690 u16 update_indic, const u8 *tlvs, size_t tlvs_len)
693 const u8 *pos = tlvs;
694 const u8 *end = tlvs + tlvs_len;
702 wpa_hexdump(MSG_MSGDUMP, "P2P: Service Discovery Request TLVs",
703 tlvs, tlvs_len);
707 wpa_snprintf_hex(buf, buf_len, tlvs, tlvs_len);
717 update_indic, tlvs, tlvs_len);
806 update_indic, tlvs, tlvs_len);
889 const u8 *tlvs, size_t tlvs_len)
892 const u8 *pos = tlvs;
970 struct wpabuf *tlvs; local
990 struct wpabuf *tlvs; local
1069 struct wpabuf *tlvs; local
    [all...]
ctrl_iface.c 6582 struct wpabuf *tlvs; local
6650 tlvs = wpabuf_alloc(len);
6651 if (tlvs == NULL)
6653 if (hexstr2bin(pos, wpabuf_put(tlvs, len), len) < 0) {
6654 wpabuf_free(tlvs);
6658 ref = wpas_p2p_sd_request(wpa_s, dst, tlvs);
6659 wpabuf_free(tlvs);
  /src/external/mpl/bind/dist/lib/isc/
proxy2.c 21 ISC_PROXY2_STATE_WAITING_PAYLOAD, /* Addresses and TLVs */
545 * Handle the PROXYv2 header payload - addresses and TLVs.
715 isc_buffer_t tlvs = { 0 }; local
732 isc_buffer_init(&tlvs, tlv_data->base, tlv_data->length);
733 isc_buffer_add(&tlvs, tlv_data->length);
735 while ((remaining = isc_buffer_remaininglength(&tlvs)) > 0) {
747 type = isc_buffer_getuint8(&tlvs);
748 len = isc_buffer_getuint16(&tlvs);
755 current_tlv_data.base = isc_buffer_current(&tlvs);
757 isc_buffer_forward(&tlvs, len)
    [all...]
  /src/external/bsd/wpa/dist/src/p2p/
p2p_i.h 160 struct wpabuf *tlvs; member in struct:p2p_sd_query

Completed in 23 milliseconds