Searched refs:ext (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/dns/resolv/ |
D | res_init.c | 236 statp->_u._ext.ext = malloc(sizeof(*statp->_u._ext.ext)); in __res_vinit() 237 if (statp->_u._ext.ext != NULL) { in __res_vinit() 238 memset(statp->_u._ext.ext, 0, sizeof(*statp->_u._ext.ext)); in __res_vinit() 239 statp->_u._ext.ext->nsaddrs[0].sin = statp->nsaddr; in __res_vinit() 240 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa"); in __res_vinit() 241 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int"); in __res_vinit() 356 sizeof(statp->_u._ext.ext->nsaddrs[0]); in __res_vinit() 370 if (statp->_u._ext.ext != NULL) { in __res_vinit() 371 memcpy(&statp->_u._ext.ext->nsaddrs[nserv], in __res_vinit() 496 struct __res_state_ext *ext = statp->_u._ext.ext; in res_setoptions() local [all …]
|
D | res_send.c | 253 if (EXT(statp).ext == NULL) in res_ourserver_p() 429 (struct sockaddr *)(void *)&EXT(statp).ext->nsaddrs[ns])) { in res_nsend() 463 EXT(statp).ext->nsaddrs[ns].sin = in res_nsend() 481 if (EXT(statp).ext != NULL) in res_nsend() 482 inu = EXT(statp).ext->nsaddrs[0]; in res_nsend() 487 if (EXT(statp).ext != NULL) in res_nsend() 488 EXT(statp).ext->nsaddrs[ns] = in res_nsend() 489 EXT(statp).ext->nsaddrs[ns + 1]; in res_nsend() 494 if (EXT(statp).ext != NULL) in res_nsend() 495 EXT(statp).ext->nsaddrs[lastns] = inu; in res_nsend() [all …]
|
D | res_cache.c | 2071 if ((size_t) ai->ai_addrlen <= sizeof(statp->_u._ext.ext->nsaddrs[0])) { in _resolv_populate_res_for_net() 2072 if (statp->_u._ext.ext != NULL) { in _resolv_populate_res_for_net() 2073 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 | 70 } ext; member 79 #define pn_e_submsg_id pn_msg_u.ext.pn_e_submsg_id 80 #define pn_e_res_id pn_msg_u.ext.pn_e_res_id 82 #define pn_e_data pn_msg_u.ext.pn_e_data
|
/bionic/libc/kernel/tools/ |
D | update_all.py | 59 base, ext = os.path.splitext(file) variable 60 if ext == ".h":
|
D | utils.py | 101 r, ext = os.path.splitext(f) 102 if ext in [ ".h", ".c", ".cpp", ".S" ]:
|
/bionic/libc/kernel/uapi/sound/ |
D | asequencer.h | 217 struct snd_seq_ev_ext ext; member
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 192 struct __res_state_ext *ext; /* extention for IPv6 */ member
|