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

/freebsd-current/lib/libc/net/
H A Dgetaddrinfo.c319 /* external reference: pai, error, and label free */ \
320 (ai) = get_ai(pai, (afd), (addr)); \
337 /* external reference: pai, error and label free */ \
338 error = get_canonname(pai, (ai), (str)); \
396 struct addrinfo *pai; local
414 pai = &ai;
415 pai->ai_flags = 0;
416 pai->ai_family = PF_UNSPEC;
417 pai->ai_socktype = ANY;
418 pai
1151 explore_copy(const struct addrinfo *pai, const struct addrinfo *src0, struct addrinfo **res) argument
1191 explore_null(const struct addrinfo *pai, const char *servname, struct addrinfo **res) argument
1241 explore_numeric(const struct addrinfo *pai, const char *hostname, const char *servname, struct addrinfo **res, const char *canonname) argument
1332 explore_numeric_scope(const struct addrinfo *pai, const char *hostname, const char *servname, struct addrinfo **res) argument
1395 get_canonname(const struct addrinfo *pai, struct addrinfo *ai, const char *str) argument
1406 get_ai(const struct addrinfo *pai, const struct afd *afd, const char *addr) argument
1444 copy_ai(const struct addrinfo *pai) argument
1607 addrconfig(struct addrinfo *pai) argument
1911 explore_fqdn(const struct addrinfo *pai, const char *hostname, const char *servname, struct addrinfo **res) argument
1981 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, const struct addrinfo *pai, res_state res) argument
2264 const struct addrinfo *pai; local
2399 _gethtent(FILE **hostf, const char *name, const struct addrinfo *pai) argument
2477 _getht(FILE **hostf, const char *name, const struct addrinfo *pai, struct addrinfo *cur) argument
2495 const struct addrinfo *pai; local
2530 _yphostent(char *line, const struct addrinfo *pai) argument
2616 const struct addrinfo *pai; local
[all...]
/freebsd-current/usr.sbin/pppctl/
H A Dpppctl.c475 struct addrinfo hints, *res, *pai; local
514 for (pai = res; pai != NULL; pai = pai->ai_next) {
515 if (fd = socket(pai->ai_family, pai->ai_socktype,
516 pai->ai_protocol), fd < 0) {
528 if (connect(fd, pai->ai_addr, pai
[all...]
/freebsd-current/sys/fs/cuse/
H A Dcuse.c1112 struct cuse_alloc_info *pai; local
1213 pai = (void *)data;
1215 if (pai->alloc_nr >= CUSE_ALLOC_UNIT_MAX) {
1219 if (pai->page_count > CUSE_ALLOC_PAGES_MAX) {
1224 pai->alloc_nr, pai->page_count);
1228 pai = (void *)data;
1230 if (pai->alloc_nr >= CUSE_ALLOC_UNIT_MAX) {
1234 error = cuse_server_free_memory(pcs, pai->alloc_nr);
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_config.c2642 struct addrinfo * pai; local
2884 pai = NULL;
2946 pai = ai_list;
2947 INSIST(pai->ai_addr != NULL);
2948 INSIST(sizeof(addr) >= pai->ai_addrlen);
2949 memcpy(&addr, pai->ai_addr,
2950 pai->ai_addrlen);
3016 if (pai != NULL &&
3017 NULL != (pai = pai
[all...]

Completed in 185 milliseconds