HomeSort by: relevance | last modified time | path
    Searched refs:aip (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/ipf/dist/iplang/
iplang_y.y 677 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; aip = aip->ah_next)
    [all...]
  /src/sbin/umount/
umount.c 438 struct addrinfo *aip; local
444 aip = nfshost_ai;
445 while (aip != NULL) {
446 if (sacmp(ai->ai_addr, aip->ai_addr) == 0)
448 aip = aip->ai_next;
  /src/external/mpl/dhcp/bind/dist/lib/irs/
getaddrinfo.c 178 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,
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,
1184 ai = ai_clone(*aip, AF_INET); /* don't use ai_clone() */
1189 *aip = ai
    [all...]
  /src/tests/lib/libc/sys/
t_ptrace_bytetransfer_wait.h 80 AuxInfo ai[513], *aip; local
379 for (aip = ai; aip->a_type != AT_NULL; aip++)
381 (long long int)aip->a_type,
382 (long long int)aip->a_v);
  /src/external/bsd/libbind/dist/irs/
dns_ho.c 950 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);
  /src/lib/libc/net/
getaddrinfo.c 704 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;
1709 struct addrinfo ai, *aip; local
1972 aip = _dns_query(&q, pai, res, 0);
1974 if (aip != NULL) {
1975 cur->ai_next = aip;
  /src/sys/kern/
kern_exec.c 1590 void *aip; local
1598 aip = &arginfo32;
1604 aip = &data->ed_arginfo;
1607 if ((error = copyout(aip, (void *)p->p_psstrp, data->ed_ps_strings_sz))
1610 __func__, aip, (void *)p->p_psstrp, data->ed_ps_strings_sz));
  /src/sys/netinet/
sctp_pcb.c 4161 struct sctp_adaption_layer_indication ai, *aip; local
4165 aip = (struct sctp_adaption_layer_indication *)phdr;
4167 stcb, ntohl(aip->indication), NULL);

Completed in 24 milliseconds