HomeSort by relevance Sort by last modified time
    Searched refs:num_addrs (Results 1 - 5 of 5) 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/
TetherController.h 40 int startTethering(int num_addrs, struct in_addr* addrs);
TetherController.cpp 99 int TetherController::startTethering(int num_addrs, struct in_addr* addrs) {
137 int num_processed_args = 7 + (num_addrs/2) + 1; // 1 null for termination
150 for (int addrIndex=0; addrIndex < num_addrs;) {
CommandListener.cpp 754 int num_addrs = argc - 2; local
757 in_addr *addrs = (in_addr *)malloc(sizeof(in_addr) * num_addrs);
758 while (array_index < num_addrs) {
765 rc = sTetherCtrl->startTethering(num_addrs, addrs);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 4373 uint32 num_addrs; member in struct:__anon32729
    [all...]

Completed in 350 milliseconds