Searched refs:pai (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgetaddrinfo.c227 /* external reference: pai, error, and label free */ \
228 (ai) = get_ai(pai, (afd), (addr)); \
245 /* external reference: pai, error and label free */ \
246 error = get_canonname(pai, (ai), (str)); \
329 struct addrinfo *pai; local
334 pai = &ai;
335 pai->ai_flags = 0;
336 pai->ai_family = PF_UNSPEC;
337 pai->ai_socktype = ANY;
338 pai
[all...]
H A Dirp_ho.c83 const struct addrinfo *pai);
397 ho_addrinfo(struct irs_ho *this, const char *name, const struct addrinfo *pai) argument
401 UNUSED(pai);
H A Ddns_ho.c160 const struct addrinfo *pai);
170 const struct addrinfo *pai);
553 ho_addrinfo(struct irs_ho *this, const char *name, const struct addrinfo *pai) argument
579 switch (pai->ai_family) {
642 pai->ai_family, /*%< XXX: meaningless */
643 0, &ai, pai);
681 struct addrinfo **ret_aip, const struct addrinfo *pai)
697 if (pai == NULL) abort();
915 ai = *pai;
1000 if ((pai
678 gethostans(struct irs_ho *this, const u_char *ansbuf, int anslen, const char *qname, int qtype, int af, int size, struct addrinfo **ret_aip, const struct addrinfo *pai) argument
[all...]
H A Dlcl_ho.c141 const struct addrinfo *pai);
495 const struct addrinfo *pai));
498 ho_addrinfo(struct irs_ho *this, const char *name, const struct addrinfo *pai) argument
510 switch(pai->ai_family) {
541 ai = hostent2addrinfo(hp, pai);
H A Dgen_ho.c72 const struct addrinfo *pai);
335 ho_addrinfo(struct irs_ho *this, const char *name, const struct addrinfo *pai) argument
353 rval = (*ho->addrinfo)(ho, name, pai);
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c1327 s10_auditpinfo_t pai; member in union:s10_asys_types
1337 struct auditpinfo pai; member in union:native_asys_types
1389 sizeof (t10.pai)) != 0)
1391 t->pai.ap_pid = t10.pai.ap_pid;
1392 t->pai.ap_auid = t10.pai.ap_auid;
1393 t->pai.ap_asid = t10.pai.ap_asid;
1394 t->pai
[all...]

Completed in 26 milliseconds