Searched refs:ext (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/dns/resolv/ |
D | res_init.c | 235 statp->_u._ext.ext = malloc(sizeof(*statp->_u._ext.ext)); in __res_vinit() 236 if (statp->_u._ext.ext != NULL) { in __res_vinit() 237 memset(statp->_u._ext.ext, 0, sizeof(*statp->_u._ext.ext)); in __res_vinit() 238 statp->_u._ext.ext->nsaddrs[0].sin = statp->nsaddr; in __res_vinit() 239 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa"); in __res_vinit() 240 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int"); in __res_vinit() 357 sizeof(statp->_u._ext.ext->nsaddrs[0]); in __res_vinit() 371 if (statp->_u._ext.ext != NULL) { in __res_vinit() 372 memcpy(&statp->_u._ext.ext->nsaddrs[nserv], in __res_vinit() 497 struct __res_state_ext *ext = statp->_u._ext.ext; in res_setoptions() local [all …]
|
D | res_send.c | 241 if (EXT(statp).ext == NULL) in res_ourserver_p() 404 (struct sockaddr *)(void *)&EXT(statp).ext->nsaddrs[ns])) { in res_nsend() 439 EXT(statp).ext->nsaddrs[ns].sin = in res_nsend() 457 if (EXT(statp).ext != NULL) in res_nsend() 458 inu = EXT(statp).ext->nsaddrs[0]; in res_nsend() 463 if (EXT(statp).ext != NULL) in res_nsend() 464 EXT(statp).ext->nsaddrs[ns] = in res_nsend() 465 EXT(statp).ext->nsaddrs[ns + 1]; in res_nsend() 470 if (EXT(statp).ext != NULL) in res_nsend() 471 EXT(statp).ext->nsaddrs[lastns] = inu; in res_nsend() [all …]
|
D | res_cache.c | 2182 if ((size_t) ai->ai_addrlen <= sizeof(statp->_u._ext.ext->nsaddrs[0])) { in _resolv_populate_res_for_net() 2183 if (statp->_u._ext.ext != NULL) { in _resolv_populate_res_for_net() 2184 memcpy(&statp->_u._ext.ext->nsaddrs[nserv], ai->ai_addr, ai->ai_addrlen); in _resolv_populate_res_for_net()
|
/bionic/libc/kernel/uapi/linux/ |
D | phonet.h | 48 } ext; member 55 #define pn_e_submsg_id pn_msg_u.ext.pn_e_submsg_id 56 #define pn_e_res_id pn_msg_u.ext.pn_e_res_id 58 #define pn_e_data pn_msg_u.ext.pn_e_data
|
D | wmi.h | 30 struct dell_wmi_extensions ext; member
|
D | bpf.h | 834 __u16 ext; member
|
/bionic/tests/libs/ |
D | ns_hidden_child_helper.cpp | 67 android_dlextinfo ext = { in main() local 71 void* app_lib = android_dlopen_ext("libns_hidden_child_app.so", RTLD_NOW | RTLD_LOCAL, &ext); in main()
|
/bionic/libc/kernel/tools/ |
D | update_all.py | 47 _, ext = os.path.splitext(file) 48 if ext != ".h":
|
/bionic/libc/kernel/uapi/sound/ |
D | asequencer.h | 160 struct snd_seq_ev_ext ext; member
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 187 struct __res_state_ext *ext; /* extention for IPv6 */ member
|