HomeSort by relevance Sort by last modified time
    Searched refs:in_dst (Results 1 - 2 of 2) sorted by null

  /system/core/libnetutils/
ifc_utils.c 579 struct in_addr in_dst, in_gw; local
581 in_dst.s_addr = 0;
584 int ret = ifc_act_on_ipv4_route(SIOCADDRT, name, in_dst, 0, in_gw);
  /external/v8/src/base/platform/
platform-win32.cc 391 bool in_dst = false; local
404 in_dst = offset == dstofs;
407 return in_dst;
    [all...]

Completed in 64 milliseconds