Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Daccf_dns.c40 static int sohasdns(struct socket *so, void *arg, int waitflag);
42 ACCEPT_FILTER_DEFINE(accf_dns, "dnsready", sohasdns, NULL, NULL, 1);
60 sohasdns(struct socket *so, void *arg, int waitflag) in sohasdns() function