Home
last modified time | relevance | path

Searched refs:ipsd_t (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/ipsd/
H A Dipsd.c64 ipsd_t *iphits[NPORTS];
80 ipsd_t *ihp; in findhit()
116 ipsd_t *ihp;
160 iphits[i] = (ipsd_t *)malloc(sizeof(ipsd_t)); in setuphits()
184 ipsd_t **ipsd, *ips;
193 write(fd, ips, sizeof(ipsd_t));
H A Dipsdr.c55 ipsd_t *iphits[NPORTS];
90 ipsd_t *ihp; in findhit()
127 ipsd_t *ihp;
171 iphits[i] = (ipsd_t *)malloc(sizeof(ipsd_t)); in setuphits()
186 ipsd_t ipsd, *ips = &ipsd;
269 ipsd_t *ips; in collectips()
H A Dipsd.h21 } ipsd_t; typedef