Lines Matching refs:gaih_servtuple
101 struct gaih_servtuple struct
103 struct gaih_servtuple *next; argument
109 static const struct gaih_servtuple nullserv; argument
159 const struct addrinfo *req, struct gaih_servtuple *st, in gaih_inet_serv()
332 struct gaih_servtuple *st = (struct gaih_servtuple *) &nullserv; in gaih_inet()
372 st = (struct gaih_servtuple *) in gaih_inet()
373 alloca_account (sizeof (struct gaih_servtuple), alloca_used); in gaih_inet()
381 struct gaih_servtuple **pst = &st; in gaih_inet()
384 struct gaih_servtuple *newp; in gaih_inet()
397 newp = (struct gaih_servtuple *) in gaih_inet()
398 alloca_account (sizeof (struct gaih_servtuple), in gaih_inet()
408 if (st == (struct gaih_servtuple *) &nullserv) in gaih_inet()
424 st = alloca_account (sizeof (struct gaih_servtuple), alloca_used); in gaih_inet()
435 struct gaih_servtuple **lastp = &st; in gaih_inet()
439 struct gaih_servtuple *newp; in gaih_inet()
441 newp = alloca_account (sizeof (struct gaih_servtuple), in gaih_inet()
968 struct gaih_servtuple *st2; in gaih_inet()