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

/netbsd-current/external/bsd/ipf/dist/iplang/
H A Diplang_y.y677 aniphdr_t *aip, *oip = canip;
680 aip = (aniphdr_t *)calloc(1, sizeof(*aip));
681 *aniptail = aip;
682 aniptail = &aip->ah_next;
683 aip->ah_p = type;
684 aip->ah_prev = oip;
685 canip = aip;
704 for (aip = aniphead; aip; ai
[all...]
/netbsd-current/sbin/umount/
H A Dumount.c408 struct addrinfo *aip; local
414 aip = nfshost_ai;
415 while (aip != NULL) {
416 if (sacmp(ai->ai_addr, aip->ai_addr) == 0)
418 aip = aip->ai_next;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/irs/
H A Dgetaddrinfo.c178 resolve_name(int family, const char *hostname, int flags, struct addrinfo **aip,
182 add_ipv4(const char *hostname, int flags, struct addrinfo **aip, int socktype,
185 add_ipv6(const char *hostname, int flags, struct addrinfo **aip, int socktype,
967 resolve_name(int family, const char *hostname, int flags, struct addrinfo **aip, argument
1056 if (*aip == NULL) {
1070 *aip = ai_concat(sentinel4, sentinel6);
1105 if (*aip == NULL) {
1177 add_ipv4(const char *hostname, int flags, struct addrinfo **aip, int socktype, argument
1184 ai = ai_clone(*aip, AF_INET); /* don't use ai_clone() */
1189 *aip
1200 add_ipv6(const char *hostname, int flags, struct addrinfo **aip, int socktype, int port) argument
[all...]
/netbsd-current/external/bsd/libbind/dist/irs/
H A Ddns_ho.c950 struct addrinfo *aip = cur->ai_next; local
952 for (aip = cur->ai_next; aip;
953 aip = aip->ai_next) {
956 m = add_hostent(pvt, bp, hap, aip);
/netbsd-current/tests/lib/libc/sys/
H A Dt_ptrace_bytetransfer_wait.h81 AuxInfo ai[513], *aip; local
380 for (aip = ai; aip->a_type != AT_NULL; aip++)
382 (long long int)aip->a_type,
383 (long long int)aip->a_v);
/netbsd-current/lib/libc/net/
H A Dgetaddrinfo.c704 struct addrinfo *ai, **aip; local
743 for (i = 0, aip = &sentinel->ai_next; i < n; i++) {
744 *aip = aio[i].aio_ai;
745 aip = &aio[i].aio_ai->ai_next;
747 *aip = NULL;
1706 struct addrinfo ai, *aip; local
1969 aip = _dns_query(&q, pai, res, 0);
1971 if (aip != NULL) {
1972 cur->ai_next = aip;
/netbsd-current/sys/kern/
H A Dkern_exec.c1585 void *aip; local
1593 aip = &arginfo32;
1599 aip = &data->ed_arginfo;
1602 if ((error = copyout(aip, (void *)p->p_psstrp, data->ed_ps_strings_sz))
1605 __func__, aip, (void *)p->p_psstrp, data->ed_ps_strings_sz));
/netbsd-current/sys/netinet/
H A Dsctp_pcb.c4183 struct sctp_adaption_layer_indication ai, *aip; local
4187 aip = (struct sctp_adaption_layer_indication *)phdr;
4189 stcb, ntohl(aip->indication), NULL);

Completed in 142 milliseconds