Home | History | Annotate | Download | only in c-ares

Lines Matching defs:in

7  * notice appear in all copies and that both that copyright
8 * notice and this permission notice appear in supporting
9 * documentation, and that the name of M.I.T. not be used in
23 # include <netinet/in.h>
65 int want_family; /* this family is what is asked for in the API */
107 /* Allocate and fill in the host query structure. */
165 that can occur, as that is in fact no longer the case */
247 struct in_addr in;
271 result = ((in.s_addr = inet_addr(name)) == INADDR_NONE ? 0 : 1);
285 addrs[0] = (char *)&in;
300 /* Fill in the rest of the host structure and terminate the query. */
429 * to the left of i1 is sorted. In the loop body, the value at i1 is moved
430 * back through the list (via i2) until it is in sorted order.
448 /* Find the first entry in sortlist which matches addr. Return nsort
485 * to the left of i1 is sorted. In the loop body, the value at i1 is moved
486 * back through the list (via i2) until it is in sorted order.
504 /* Find the first entry in sortlist which matches addr. Return nsort