Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dip_fw_nat64.c67 error = sysctl_handle_32(oidp, &value, 0, req); in sysctl_direct_output()
/f-stack/freebsd/sys/
H A Dsysctl.h212 int sysctl_handle_32(SYSCTL_HANDLER_ARGS);
505 ptr, val, sysctl_handle_32, "I", descr); \
517 __ptr, val, sysctl_handle_32, "I", __DESCR(descr), NULL); \
525 ptr, val, sysctl_handle_32, "IU", descr); \
537 __ptr, val, sysctl_handle_32, "IU", __DESCR(descr), NULL); \
/f-stack/freebsd/net/route/
H A Droute_tables.c129 error = sysctl_handle_32(oidp, &new_fibs, 0, req); in sysctl_fibs()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c395 error = sysctl_handle_32(oidp, &nstates, 0, req); in sysctl_dyn_max()
412 error = sysctl_handle_32(oidp, &nstates, 0, req); in sysctl_dyn_parent_max()
429 error = sysctl_handle_32(oidp, &nbuckets, 0, req); in sysctl_dyn_buckets()
/f-stack/freebsd/kern/
H A Dkern_sysctl.c1568 sysctl_handle_32(SYSCTL_HANDLER_ARGS) in sysctl_handle_32() function
2520 sysctl_handle_32,