diff options
| author | Ishan Agrawal <iagrawal9990@gmail.com> | 2026-06-01 12:24:05 +0000 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2026-06-03 08:52:06 +0000 |
| commit | 017690e509134422dbfa80316eab56d8d3f87065 (patch) | |
| tree | e8ca7506e78381e2a8b3c3490bfd32c8c9da0259 /lib/libsysdecode/flags.c | |
| parent | 309fc9f765917fa032cdae7043bafffb6da5713b (diff) | |
Diffstat (limited to 'lib/libsysdecode/flags.c')
| -rw-r--r-- | lib/libsysdecode/flags.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libsysdecode/flags.c b/lib/libsysdecode/flags.c index f8e26e6a9dae..8009a7a2f97e 100644 --- a/lib/libsysdecode/flags.c +++ b/lib/libsysdecode/flags.c @@ -69,6 +69,7 @@ #include <netgraph/bluetooth/include/ng_hci.h> #include <netgraph/bluetooth/include/ng_l2cap.h> #include <netgraph/bluetooth/include/ng_btsocket.h> +#include <netpfil/pf/pf_nl.h> #include "support.h" @@ -1207,3 +1208,10 @@ sysdecode_itimer(int which) return (lookup_value(itimerwhich, which)); } + +const char * +sysdecode_pfnl_cmd(int cmd) +{ + + return (lookup_value(pfnl_cmd, cmd)); +} |
