/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 | 341 union wpa_event_data edata; local 342 os_memset(&edata, 0, sizeof(edata)); 343 edata.ft_ies.ies = data->auth.ies; 344 edata.ft_ies.ies_len = data->auth.ies_len; 345 os_memcpy(edata.ft_ies.target_ap, data->auth.peer, ETH_ALEN); 346 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; 694 static void free_echo_data(struct hdp_echo_data *edata) 696 if (!edata) 699 if (edata->tid) 700 g_source_remove(edata->tid); 702 if (edata->buf) 703 g_free(edata->buf); 706 g_free(edata); 1491 struct hdp_echo_data *edata = hdp_conn->hdp_chann->edata; local 1554 struct hdp_echo_data *edata; local [all...] |