Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din.h453 #define IP_DUMMYNET_GET 64 /* get entire dummynet pipes */ macro
/f-stack/freebsd/netinet/
H A Din.h470 #define IP_DUMMYNET_GET 64 /* get entire dummynet pipes */ macro
H A Draw_ip.c680 case IP_DUMMYNET_GET: in rip_ctloutput()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_glue.c825 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
/f-stack/tools/ipfw/
H A Dipfw2.c596 if (optname == IP_FW_GET || optname == IP_DUMMYNET_GET || in do_cmd()