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

/freebsd-10.1-release/sys/netinet/
H A Draw_ip.c97 int (*ip_dn_ctl_ptr)(struct sockopt *); variable
591 if (ip_dn_ctl_ptr != NULL)
592 error = ip_dn_ctl_ptr(sopt);
656 if (ip_dn_ctl_ptr != NULL)
657 error = ip_dn_ctl_ptr(sopt);
H A Dip_var.h302 extern int (*ip_dn_ctl_ptr)(struct sockopt *);
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Dip_dummynet.c2183 ip_dn_ctl_ptr = NULL;
2209 ip_dn_ctl_ptr = ip_dn_ctl;

Completed in 103 milliseconds