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

/haiku-fatelf/src/kits/network/libbind/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.c161 const struct addrinfo *pai);
171 const struct addrinfo *pai);
566 ho_addrinfo(struct irs_ho *this, const char *name, const struct addrinfo *pai) argument
592 switch (pai->ai_family) {
658 pai->ai_family, /*%< XXX: meaningless */
659 0, &ai, pai);
697 struct addrinfo **ret_aip, const struct addrinfo *pai)
713 if (pai == NULL) abort();
931 ai = *pai;
1016 if ((pai
694 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.c140 const struct addrinfo *pai);
518 const struct addrinfo *pai));
521 ho_addrinfo(struct irs_ho *this, const char *name, const struct addrinfo *pai) argument
533 switch(pai->ai_family) {
564 ai = hostent2addrinfo(hp, pai);
H A Dnis_ho.c113 const struct addrinfo *pai);
356 const struct addrinfo *pai));
359 ho_addrinfo(struct irs_ho *this, const char *name, const struct addrinfo *pai) argument
371 switch(pai->ai_family) {
401 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);
/haiku-fatelf/src/bin/network/tcpdump/libpcap/Win32/Src/
H A Dgetaddrinfo.c219 /* external reference: pai, error, and label free */ \
220 (ai) = get_ai(pai, (afd), (addr)); \
237 /* external reference: pai, error and label free */ \
238 error = get_canonname(pai, (ai), (str)); \
303 struct addrinfo *pai; local
321 pai = &ai;
322 pai->ai_flags = 0;
323 pai->ai_family = PF_UNSPEC;
324 pai->ai_socktype = ANY;
325 pai
[all...]
/haiku-fatelf/src/bin/network/tcpdump/missing/
H A Dgetaddrinfo.c215 /* external reference: pai, error, and label free */ \
216 (ai) = get_ai(pai, (afd), (addr)); \
233 /* external reference: pai, error and label free */ \
234 error = get_canonname(pai, (ai), (str)); \
299 struct addrinfo *pai; local
317 pai = &ai;
318 pai->ai_flags = 0;
319 pai->ai_family = PF_UNSPEC;
320 pai->ai_socktype = ANY;
321 pai
[all...]

Completed in 111 milliseconds