Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_dummynet.h76 DN_CMD_CONFIG = 0x80, /* objects follow */ enumerator
/freebsd/sys/netpfil/ipfw/
H A Dip_dn_glue.c522 o_next(&buf, sizeof(struct dn_id), DN_CMD_CONFIG); in dn_compat_configure()
H A Ddummynet.txt278 The obj.type is DN_CMD_CONFIG (followed by actual objects),
282 DN_CMD_CONFIG is followed by objects to add/reconfigure. In general,
H A Dip_dummynet.c2049 case DN_CMD_CONFIG: /* simply a header */ in do_config()
/freebsd/sbin/ipfw/
H A Ddummynet.c1324 o_next(&buf, sizeof(struct dn_id), DN_CMD_CONFIG); in ipfw_config_pipe()