HomeSort by relevance Sort by last modified time
    Searched defs:he (Results 26 - 32 of 32) sorted by null

12

  /external/wpa_supplicant_8/src/p2p/
p2p.h 107 * he - Indicates if IEEE 802.11ax HE is enabled
109 int he; member in struct:p2p_go_neg_results
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 522 int he; member in struct:wpa_ssid
ctrl_iface.c 5589 int he; local
6260 int ht40, vht, he, max_oper_chwidth, chwidth = 0, freq2 = 0; local
6384 int he = wpa_s->conf->p2p_go_he; local
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 962 #define EXPECT_HOSTENT_NOT_POISONED(he) \
964 EXPECT_NOT_POISONED(*(he)); \
965 ASSERT_NE((void *) 0, (he)->h_name); \
966 ASSERT_NE((void *) 0, (he)->h_aliases); \
967 ASSERT_NE((void *) 0, (he)->h_addr_list); \
968 EXPECT_NOT_POISONED(strlen((he)->h_name)); \
969 char **p = (he)->h_aliases; \
974 char **q = (he)->h_addr_list; \
983 struct hostent *he = gethostent(); local
984 ASSERT_NE((void *)NULL, he);
991 struct hostent *he = gethostbyname("localhost"); local
1069 struct hostent *he = gethostbyname2("localhost", AF_INET); local
1077 struct hostent *he = gethostbyaddr(&addr, sizeof(addr), AF_INET); local
1084 struct hostent he; local
1097 struct hostent he; local
1110 struct hostent he; local
1120 struct hostent he; local
1130 struct hostent he; local
1144 struct hostent he; local
    [all...]
  /external/iproute2/misc/
ss.c 1419 static int remember_he(struct aafilter *a, struct hostent *he)
1421 char **ptr = he->h_addr_list;
1425 if (he->h_addrtype == AF_INET)
1427 else if (he->h_addrtype == AF_INET6)
1444 b->addr.family = he->h_addrtype;
1455 struct hostent *he; local
1462 he = gethostbyname2(addr, fam == AF_UNSPEC ? AF_INET : fam);
1463 if (he)
1464 cnt = remember_he(a, he);
1466 he = gethostbyname2(addr, AF_INET6)
    [all...]
  /external/libevent/
evdns.c 4145 struct hosts_entry *he; local
    [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 7103 milliseconds

12