Searched refs:sd_sz (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/ipf/ipsd/
H A Dipsd.h17 u_int sd_sz; member in struct:__anon822
H A Dipsd.c89 if (ihp->sd_sz == 4) {
129 if (++ihp->sd_cnt == ihp->sd_sz)
131 ihp->sd_sz += 8;
132 sh = realloc(sh, ihp->sd_sz * sizeof(*sh));
163 iphits[i]->sd_sz = 4;
194 write(fd, ips->sd_hit, sizeof(sdhit_t) * ips->sd_sz);
H A Dipsdr.c99 if (ihp->sd_sz == 4) {
140 if (++ihp->sd_cnt == ihp->sd_sz)
142 ihp->sd_sz += 8;
143 sh = realloc(sh, ihp->sd_sz * sizeof(*sh));
174 iphits[i]->sd_sz = 4;
200 sz = ips->sd_sz * sizeof(*hp);

Completed in 109 milliseconds