OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_addrs
(Results
1 - 3
of
3
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
nethelpers.cc
77
int num_aliases = 0,
num_addrs
= 0;
local
85
while (ent->h_addr_list[
num_addrs
]) {
87
++
num_addrs
;
115
p += (
num_addrs
+ 1) * sizeof(char*);
116
for (int i = 0; i <
num_addrs
; ++i) {
121
result->h_addr_list[
num_addrs
] = NULL;
/system/netd/
CommandListener.cpp
582
int
num_addrs
= argc - 2;
local
585
in_addr *addrs = (in_addr *)malloc(sizeof(in_addr) *
num_addrs
);
586
while (array_index <
num_addrs
) {
593
rc = sTetherCtrl->startTethering(
num_addrs
, addrs);
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h
4373
uint32
num_addrs
;
member in struct:__anon20520
[
all
...]
Completed in 744 milliseconds