Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Draw_ip.c105 int (*ip_dn_ctl_ptr)(struct sockopt *); variable
681 if (ip_dn_ctl_ptr != NULL) in rip_ctloutput()
682 error = ip_dn_ctl_ptr(sopt); in rip_ctloutput()
746 if (ip_dn_ctl_ptr != NULL) in rip_ctloutput()
747 error = ip_dn_ctl_ptr(sopt); in rip_ctloutput()
H A Dip_var.h301 extern int (*ip_dn_ctl_ptr)(struct sockopt *);
/f-stack/tools/compat/include/netinet/
H A Dip_var.h301 extern int (*ip_dn_ctl_ptr)(struct sockopt *);
/f-stack/freebsd/netpfil/ipfw/
H A Dip_dummynet.c2573 ip_dn_ctl_ptr = NULL; in ip_dn_destroy()
2601 ip_dn_ctl_ptr = ip_dn_ctl; in dummynet_modevent()