Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Draw_ip.c98 int (*ip_dn_ctl_ptr)(struct sockopt *); variable
670 if (ip_dn_ctl_ptr != NULL) in rip_ctloutput()
671 error = ip_dn_ctl_ptr(sopt); in rip_ctloutput()
737 if (ip_dn_ctl_ptr != NULL) in rip_ctloutput()
738 error = ip_dn_ctl_ptr(sopt); in rip_ctloutput()
H A Dip_var.h337 extern int (*ip_dn_ctl_ptr)(struct sockopt *);
/freebsd/sys/netpfil/ipfw/
H A Dip_dummynet.c2648 ip_dn_ctl_ptr = NULL; in ip_dn_destroy()
2667 ip_dn_ctl_ptr = ip_dn_ctl; in dummynet_modevent()