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

  /src/sys/external/bsd/ipf/netinet/
ip_dns_pxy.c 32 int ipf_p_dns_allow_query(ipf_dns_softc_t *, dnsinfo_t *);
175 dnsinfo_t *di;
189 aps->aps_psiz = sizeof(dnsinfo_t);
190 KMALLOCS(di, dnsinfo_t *, sizeof(dnsinfo_t));
213 dnsinfo_t *di = aps->aps_data;
301 ipf_p_dns_allow_query(ipf_dns_softc_t *softd, dnsinfo_t *dnsi)
321 dnsinfo_t *di;
366 dnsinfo_t *di = aps->aps_data;
ip_proxy.h 225 } dnsinfo_t; typedef in typeref:struct:dnsinfo

Completed in 19 milliseconds