Searched refs:ipf_dns_softc_t (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/ipf/dist/
H A Dip_dns_pxy.c30 } ipf_dns_softc_t; typedef in typeref:struct:ipf_dns_softc_s
32 int ipf_p_dns_allow_query __P((ipf_dns_softc_t *, dnsinfo_t *));
35 int ipf_p_dns_get_name __P((ipf_dns_softc_t *, char *, int, char *, int));
66 ipf_dns_softc_t *softd;
68 KMALLOC(softd, ipf_dns_softc_t *);
84 ipf_dns_softc_t *softd = arg;
106 ipf_dns_softc_t *softd = arg;
277 ipf_dns_softc_t *softd;
321 ipf_dns_softc_t *softd;
344 ipf_dns_softc_t *soft
[all...]
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_dns_pxy.c30 } ipf_dns_softc_t; typedef in typeref:struct:ipf_dns_softc_s
32 int ipf_p_dns_allow_query(ipf_dns_softc_t *, dnsinfo_t *);
35 int ipf_p_dns_get_name(ipf_dns_softc_t *, char *, int, char *, int);
65 ipf_dns_softc_t *softd;
67 KMALLOC(softd, ipf_dns_softc_t *);
81 ipf_dns_softc_t *softd = arg;
100 ipf_dns_softc_t *softd = arg;
261 ipf_p_dns_get_name(ipf_dns_softc_t *softd, char *start, int len, char *buffer,
301 ipf_p_dns_allow_query(ipf_dns_softc_t *softd, dnsinfo_t *dnsi)
319 ipf_dns_softc_t *soft
[all...]

Completed in 134 milliseconds