HomeSort by relevance Sort by last modified time
    Searched refs:h_length (Results 76 - 83 of 83) sorted by null

1 2 34

  /external/chromium/third_party/libevent/test/
regress_http.c 128 memcpy(&sin.sin_addr, he->h_addr_list[0], he->h_length);
  /external/chromium_org/third_party/libevent/test/
regress_http.c 128 memcpy(&sin.sin_addr, he->h_addr_list[0], he->h_length);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc     [all...]
  /external/iptables/iptables/
xtables.c 1227 host->h_length != sizeof(struct in_addr))
    [all...]
  /external/libppp/src/
ipcp.c 462 if (hp && hp->h_addrtype == AF_INET && hp->h_length == sizeof host.s_addr)
    [all...]
  /system/core/adb/
sysdeps_win32.c 684 memcpy(&addr.sin_addr, hp->h_addr, hp->h_length);
    [all...]
  /external/chromium/third_party/libevent/
http.c 173 memcpy(&sa->sin_addr, he->h_addr_list[0], he->h_length);
    [all...]
  /external/chromium_org/third_party/libevent/
http.c 173 memcpy(&sa->sin_addr, he->h_addr_list[0], he->h_length);
    [all...]

Completed in 498 milliseconds

1 2 34