Searched refs:do_config (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_dn_glue.c | 404 return do_config(&cmd, cmd.oid.len); in dn_compat_del() 552 error = do_config(base, (char *)buf - (char *)base); in dn_compat_configure() 804 do_config(&oid, oid.len); in ip_dummynet_compat()
|
| H A D | ip_dn_private.h | 446 int do_config(void *p, int l);
|
| H A D | ip_dummynet.c | 1983 do_config(void *p, int l) in do_config() function 2498 error = do_config(p, l); in ip_dn_ctl()
|
| H A D | dummynet.txt | 275 compatibility). Modifications to the configuration call do_config().
|
| /f-stack/freebsd/ddb/ |
| H A D | db_textdump.c | 155 SYSCTL_INT(_debug_ddb_textdump, OID_AUTO, do_config, CTLFLAG_RW,
|