Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Din.h470 #define IP_DUMMYNET_GET 64 /* get entire dummynet pipes */ macro
H A Draw_ip.c653 case IP_DUMMYNET_GET: in rip_ctloutput()
/freebsd-12.1/sys/netpfil/ipfw/
H A Dip_dn_glue.c828 case IP_DUMMYNET_GET: { in ip_dummynet_compat()
H A Dip_dummynet.c2479 case IP_DUMMYNET_GET: in ip_dn_ctl()
H A Ddummynet.txt558 - IP_DUMMYNET_GET: The get command should send to the ipfw the correct buffer
/freebsd-12.1/sbin/ipfw/
H A Dipfw2.c580 if (optname == IP_FW_GET || optname == IP_DUMMYNET_GET || in do_cmd()