Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din.h497 #define IP_DUMMYNET_GET 64 /* get entire dummynet pipes */ macro
H A Draw_ip.c669 case IP_DUMMYNET_GET: in rip_ctloutput()
/freebsd/sys/netpfil/ipfw/
H A Dip_dn_glue.c837 case IP_DUMMYNET_GET: { in ip_dummynet_compat()
H A Dip_dummynet.c2525 case IP_DUMMYNET_GET: in ip_dn_ctl()
H A Ddummynet.txt557 - IP_DUMMYNET_GET: The get command should send to the ipfw the correct buffer
/freebsd/sbin/ipfw/
H A Dipfw2.c623 if (optname == IP_FW_GET || optname == IP_DUMMYNET_GET || in do_cmd()