Lines Matching refs:ip
2043 struct permitted_ip *ip;
2064 ip = (struct permitted_ip *) malloc((n + 1) * sizeof(struct permitted_ip));
2065 if (ip == 0)
2080 ip[n].permit = 1;
2081 ip[n].base = ip[n].mask = 0;
2086 ip[n].permit = 1;
2088 ip[n].permit = 0;
2156 ip[n].mask = lwip_htonl(mask);
2157 ip[n].base = a & ip[n].mask;
2164 ip[n].permit = 0; /* make the last entry forbid all addresses */
2165 ip[n].base = 0; /* to terminate the list */
2166 ip[n].mask = 0;
2168 addresses[unit] = ip;