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

1 2 34

  /external/iputils/
rarpd.c 314 if (hp->h_addrtype != AF_INET) {
  /external/netperf/
nettest_xti.c 587 server.sin_family = hp->h_addrtype;
    [all...]
  /external/iproute2/misc/
ss.c 938 if (he->h_addrtype == AF_INET)
940 else if (he->h_addrtype == AF_INET6)
957 b->addr.family = he->h_addrtype;
    [all...]
  /system/core/adb/
sysdeps_win32.c 682 addr.sin_family = hp->h_addrtype;
686 s = socket(hp->h_addrtype, type, 0);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc     [all...]
  /external/tcpdump/missing/
getaddrinfo.c 623 af = hp->h_addrtype;
  /external/chromium/third_party/libevent/
http.c 163 ai->ai_family = he ? he->h_addrtype : AF_INET;
172 sa->sin_family = he->h_addrtype;
    [all...]
  /external/chromium_org/third_party/libevent/
http.c 163 ai->ai_family = he ? he->h_addrtype : AF_INET;
172 sa->sin_family = he->h_addrtype;
    [all...]
  /external/iptables/iptables/
xtables.c 1226 if (host->h_addrtype != AF_INET ||
    [all...]
  /external/libppp/src/
ipcp.c 462 if (hp && hp->h_addrtype == AF_INET && hp->h_length == sizeof host.s_addr)
    [all...]
  /external/ppp/pppd/
auth.c     [all...]

Completed in 1028 milliseconds

1 2 34