Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDraw_ip.c101 int (*ip_dn_ctl_ptr)(struct sockopt *); variable
596 if (ip_dn_ctl_ptr != NULL) in rip_ctloutput()
597 error = ip_dn_ctl_ptr(sopt); in rip_ctloutput()
661 if (ip_dn_ctl_ptr != NULL) in rip_ctloutput()
662 error = ip_dn_ctl_ptr(sopt); in rip_ctloutput()
HDip_var.h300 extern int (*ip_dn_ctl_ptr)(struct sockopt *);
/NextBSD/sys/netpfil/ipfw/
HDip_dummynet.c2192 ip_dn_ctl_ptr = NULL; in ip_dn_destroy()
2220 ip_dn_ctl_ptr = ip_dn_ctl; in dummynet_modevent()