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

  /src/sys/external/bsd/ipf/netinet/
ip_dns_pxy.c 82 ipf_dns_filter_t *idns; local in function:ipf_p_dns_soft_destroy
84 while ((idns = softd->ipf_p_dns_list) != NULL) {
85 KFREES(idns->idns_name, idns->idns_namelen);
86 idns->idns_name = NULL;
87 idns->idns_namelen = 0;
88 softd->ipf_p_dns_list = idns->idns_next;
89 KFREE(idns);
101 ipf_dns_filter_t *tmp, *idns, **idnsp; local in function:ipf_p_dns_ctl
110 for (idnsp = &softd->ipf_p_dns_list; (idns = *idnsp) != NULL
303 ipf_dns_filter_t *idns; local in function:ipf_p_dns_allow_query
    [all...]
ip_dns_pxy.c 82 ipf_dns_filter_t *idns; local in function:ipf_p_dns_soft_destroy
84 while ((idns = softd->ipf_p_dns_list) != NULL) {
85 KFREES(idns->idns_name, idns->idns_namelen);
86 idns->idns_name = NULL;
87 idns->idns_namelen = 0;
88 softd->ipf_p_dns_list = idns->idns_next;
89 KFREE(idns);
101 ipf_dns_filter_t *tmp, *idns, **idnsp; local in function:ipf_p_dns_ctl
110 for (idnsp = &softd->ipf_p_dns_list; (idns = *idnsp) != NULL
303 ipf_dns_filter_t *idns; local in function:ipf_p_dns_allow_query
    [all...]

Completed in 47 milliseconds