Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_dummynet.h78 DN_CMD_CONFIG = 0x80, /* objects follow */ enumerator
/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_glue.c520 o_next(&buf, sizeof(struct dn_id), DN_CMD_CONFIG); in dn_compat_configure()
H A Ddummynet.txt279 The obj.type is DN_CMD_CONFIG (followed by actual objects),
283 DN_CMD_CONFIG is followed by objects to add/reconfigure. In general,
H A Dip_dummynet.c2026 case DN_CMD_CONFIG: /* simply a header */ in do_config()
/f-stack/tools/ipfw/
H A Ddummynet.c1317 o_next(&buf, sizeof(struct dn_id), DN_CMD_CONFIG); in ipfw_config_pipe()