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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
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);
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 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 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 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...]
/illumos-gate/usr/src/uts/common/io/
H A Dmultidata.c1268 mmd_addpattr(multidata_t *mmd, pdesc_t *pd, pattrinfo_t *pai, argument
1280 ASSERT(pai != NULL);
1302 bkt = &(tbl[PATTBL_HASH(pai->type, tbl->pbkt_tbl_sz)]);
1305 if ((pa = mmd_find_pattr(bkt, pai->type)) != NULL)
1308 size = sizeof (*pa) + pai->len;
1316 pa->pat_type = pai->type;
1317 pai->buf = pai->len > 0 ? ((uchar_t *)(pa + 1)) : NULL;
1421 pattrinfo_t pai; local
1443 pai
1523 mmd_getpattr(multidata_t *mmd, pdesc_t *pd, pattrinfo_t *pai) argument
[all...]

Completed in 68 milliseconds