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

/bind-9.11.3/lib/dns/
H A Dportlist.c130 dns_element_t *el; local
138 el = find_port(portlist->list, portlist->active, port);
139 if (el != NULL) {
141 el->flags |= DNS_PL_INET;
143 el->flags |= DNS_PL_INET6;
152 el = isc_mem_get(portlist->mctx, sizeof(*el) * allocated);
153 if (el == NULL) {
158 memmove(el, portlist->list,
159 portlist->allocated * sizeof(*el));
181 dns_element_t *el; local
207 dns_element_t *el; local
[all...]

Completed in 10 milliseconds