Searched refs:C_IN (Results 1 - 13 of 13) sorted by relevance
/third_party/cares/include/ |
H A D | ares_nameser.h | 293 #ifndef C_IN 294 # define C_IN 1 /* ns_c_in */ macro
|
/third_party/node/deps/cares/include/ |
H A D | ares_nameser.h | 319 #ifndef C_IN 320 # define C_IN 1 /* ns_c_in */ macro
|
/third_party/musl/libc-test/src/functionalext/supplement/manual/network/ |
H A D | res_send.c | 22 const int class = C_IN;
|
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
H A D | network_res_search_test.cpp | 24 int result = res_search(domain, C_IN, T_A, answer, anslen); in HWTEST_F()
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | res_querydomain.c | 23 const int class = C_IN;
|
H A D | res_query.c | 22 const int class = C_IN;
|
H A D | res_mkquery.c | 23 const int class = C_IN;
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_getaddrinfo.c | 722 ares_query_qid(hquery->channel, s, C_IN, T_A, host_callback, hquery, in next_dns_lookup() 727 ares_query_qid(hquery->channel, s, C_IN, T_AAAA, host_callback, hquery, in next_dns_lookup() 732 ares_query_qid(hquery->channel, s, C_IN, T_A, host_callback, hquery, in next_dns_lookup() 734 ares_query_qid(hquery->channel, s, C_IN, T_AAAA, host_callback, hquery, in next_dns_lookup()
|
H A D | ares_gethostbyaddr.c | 141 ares_query(aquery->channel, name, C_IN, T_PTR, addr_callback, aquery); in next_lookup()
|
/third_party/musl/porting/liteos_m/kernel/include/arpa/ |
H A D | nameser.h | 440 #define C_IN ns_c_in macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/ |
H A D | nameser.h | 440 #define C_IN ns_c_in macro
|
/third_party/musl/porting/uniproton/kernel/include/arpa/ |
H A D | nameser.h | 440 #define C_IN ns_c_in macro
|
/third_party/musl/include/arpa/ |
H A D | nameser.h | 511 #define C_IN ns_c_in macro
|
Completed in 10 milliseconds