Searched defs:ext (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/dns/resolv/
H A Dres_init.c236 statp->_u._ext.ext = malloc(sizeof(*statp->_u._ext.ext));
237 if (statp->_u._ext.ext != NULL) {
238 memset(statp->_u._ext.ext, 0, sizeof(*statp->_u._ext.ext));
239 statp->_u._ext.ext->nsaddrs[0].sin = statp->nsaddr;
240 strcpy(statp->_u._ext.ext->nsuffix, "ip6.arpa");
241 strcpy(statp->_u._ext.ext->nsuffix2, "ip6.int");
356 sizeof(statp->_u._ext.ext->nsaddrs[0]);
370 if (statp->_u._ext.ext !
496 struct __res_state_ext *ext = statp->_u._ext.ext; local
[all...]
/bionic/libc/kernel/uapi/linux/
H A Dphonet.h70 } ext; member in union:phonetmsg::__anon597
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/dns/include/
H A Dresolv_private.h192 struct __res_state_ext *ext; /* extention for IPv6 */ member in struct:__res_state::__anon16::__anon17
/bionic/libc/kernel/uapi/sound/
H A Dasequencer.h217 struct snd_seq_ev_ext ext; member in union:snd_seq_event::__anon848

Completed in 242 milliseconds