Home
last modified time | relevance | path

Searched refs:IP_DUMMYNET3 (Results 1 – 5 of 5) sorted by relevance

/freebsd/sbin/ipfw/
H A Ddummynet.c242 ret = do_cmd(-IP_DUMMYNET3, ep, (uintptr_t)&l); in get_extra_parms()
680 i = do_cmd(IP_DUMMYNET3, &cmd, cmd.oid.len); in ipfw_delete_pipe()
1863 i = do_cmd(IP_DUMMYNET3, base, (char *)buf - (char *)base); in ipfw_config_pipe()
1874 do_cmd(IP_DUMMYNET3, &oid, oid.len); in dummynet_flush()
1993 ret = do_cmd(-IP_DUMMYNET3, oid, (uintptr_t)&l); in dummynet_list()
2004 ret = do_cmd(-IP_DUMMYNET3, x, (uintptr_t)&l); in dummynet_list()
/freebsd/sys/netinet/
H A Din.h480 #define IP_DUMMYNET3 49 /* generic dummynet v.3 sockopts */ macro
H A Draw_ip.c668 case IP_DUMMYNET3: /* generic dummynet v.3 functions */ in rip_ctloutput()
733 case IP_DUMMYNET3: /* generic dummynet v.3 functions */ in rip_ctloutput()
/freebsd/sys/netpfil/ipfw/
H A Ddummynet.txt273 for the IP_DUMMYNET3 sockopt (others are provided only for backward
516 New dummynet uses a new socket option: IP_DUMMYNET3, used for both set and get.
H A Dip_dummynet.c2530 case IP_DUMMYNET3: in ip_dn_ctl()