/external/netperf/ |
nettest_xti.h | 30 int dev_name_len; /* the length of the device name string. this */ member in struct:xti_tcp_stream_request_struct 75 int dev_name_len; /* the length of the device name string. this */ member in struct:xti_tcp_rr_request_struct 120 int dev_name_len; /* the length of the device name string. this */ member in struct:xti_tcp_conn_rr_request_struct 162 int dev_name_len; /* the length of the device name string. this */ member in struct:xti_udp_stream_request_struct 205 int dev_name_len; /* the length of the device name string. this */ member in struct:xti_udp_rr_request_struct
|
nettest_dlpi.h | 32 int dev_name_len; /* the length of the device name string. this */ member in struct:dlpi_co_stream_request_struct 79 int dev_name_len; /* the length of the device name string. this */ member in struct:dlpi_co_rr_request_struct 122 int dev_name_len; /* the length of the device name string. this */ member in struct:dlpi_cl_stream_request_struct 168 int dev_name_len; /* the length of the device name string. this */ member in struct:dlpi_cl_rr_request_struct
|
nettest_dlpi.c | 325 dlpi_co_stream_request->dev_name_len = strlen(rem_dlpi_device); 771 lastword = initword + ((dlpi_co_stream_request->dev_name_len + 3) / 4); [all...] |
nettest_xti.c | [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_attr_parse.h | 71 size_t dev_name_len; member in struct:wps_parse_attr
|
wps.c | 614 char *str = os_malloc(attr.dev_name_len + 1); 618 for (i = 0; i < attr.dev_name_len; i++) {
|
wps_validate.c | 1157 wps_validate_dev_name(attr.dev_name, attr.dev_name_len, probe) || 1212 wps_validate_dev_name(attr.dev_name, attr.dev_name_len, wps2) || 1318 wps_validate_dev_name(attr.dev_name, attr.dev_name_len, 1) || 1373 wps_validate_dev_name(attr.dev_name, attr.dev_name_len, 1) || [all...] |
wps_enrollee.c | 952 attr->dev_name, attr->dev_name_len); 970 m2d->dev_name_len = attr->dev_name_len; [all...] |
wps_dev_attr.c | 378 wps_process_dev_name(dev, attr->dev_name, attr->dev_name_len))
|
wps_attr_parse.c | 471 attr->dev_name_len = len;
|
wps.h | 495 size_t dev_name_len; member in struct:wps_event_data::wps_event_m2d
|
wps_registrar.c | 1118 dev_name = os_zalloc(attr.dev_name_len + 1); 1121 attr.dev_name_len); [all...] |
wps_er.c | 823 sta->dev_name = dup_binstr(attr->dev_name, attr->dev_name_len); [all...] |
/external/wpa_supplicant_8/src/p2p/ |
p2p_parse.c | 330 if (attr.dev_name && attr.dev_name_len < sizeof(msg->device_name) && 332 os_memcpy(msg->device_name, attr.dev_name, attr.dev_name_len); 526 cli->dev_name_len = count; 587 os_memcpy(name, cli->dev_name, cli->dev_name_len); 588 name[cli->dev_name_len] = '\0'; 589 count = (int) cli->dev_name_len - 1;
|
p2p_i.h | 561 size_t dev_name_len; member in struct:p2p_group_info::p2p_client_info
|
p2p.c | 450 os_memcpy(dev->info.device_name, cli->dev_name, cli->dev_name_len); 451 dev->info.device_name[cli->dev_name_len] = '\0'; [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new.c | 683 m2d->dev_name_len) || [all...] |