HomeSort by relevance Sort by last modified time
    Searched defs:edata (Results 1 - 4 of 4) sorted by null

  /bionic/libc/netbsd/nameser/
ns_print.c 63 static int charstr(const u_char *rdata, const u_char *edata,
121 const u_char *edata = rdata + rdlen; local
186 T(len = charstr(rdata, edata, &buf, &buflen));
194 if (type == ns_t_isdn && rdata == edata)
197 T(len = charstr(rdata, edata, &buf, &buflen));
215 if ((edata - rdata) != 5*NS_INT32SZ)
309 T(len = charstr(rdata, edata, &buf, &buflen));
316 while (rdata < edata) {
317 T(len = charstr(rdata, edata, &buf, &buflen));
321 if (rdata < edata)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 345 union wpa_event_data edata; local
346 os_memset(&edata, 0, sizeof(edata));
347 edata.ft_ies.ies = data->auth.ies;
348 edata.ft_ies.ies_len = data->auth.ies_len;
349 os_memcpy(edata.ft_ies.target_ap, data->auth.peer, ETH_ALEN);
350 wpa_supplicant_event(wpa_s, EVENT_FT_RESPONSE, &edata);
  /external/bluetooth/bluez/health/
hdp_types.h 125 struct hdp_echo_data *edata; /* private data used by echo channels */ member in struct:hdp_channel
hdp.c 63 static void free_echo_data(struct hdp_echo_data *edata);
104 free_echo_data(chan->edata);
105 chan->edata = NULL;
708 static void free_echo_data(struct hdp_echo_data *edata)
710 if (!edata)
713 if (edata->tid)
714 g_source_remove(edata->tid);
716 if (edata->buf)
717 g_free(edata->buf);
720 g_free(edata);
1505 struct hdp_echo_data *edata = hdp_conn->hdp_chann->edata; local
1568 struct hdp_echo_data *edata; local
    [all...]

Completed in 245 milliseconds