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

/bind-9.6-ESV-R11/lib/dns/
H A Dportlist.c139 dns_element_t *el; local
147 el = find_port(portlist->list, portlist->active, port);
148 if (el != NULL) {
150 el->flags |= DNS_PL_INET;
152 el->flags |= DNS_PL_INET6;
161 el = isc_mem_get(portlist->mctx, sizeof(*el) * allocated);
162 if (el == NULL) {
167 memmove(el, portlist->list,
168 portlist->allocated * sizeof(*el));
190 dns_element_t *el; local
216 dns_element_t *el; local
[all...]

Completed in 1018 milliseconds