#include <sys/types.h>
#include <linux/netfilter/nfnetlink_log.h>
#include <netlink-local.h>
#include <netlink/attr.h>
#include <netlink/netfilter/nfnl.h>
#include <netlink/netfilter/log.h>
Functions | |
Log Commands | |
int | nfnl_log_build_pf_bind (uint8_t pf, struct nl_msg **result) |
int | nfnl_log_pf_bind (struct nl_sock *nlh, uint8_t pf) |
int | nfnl_log_build_pf_unbind (uint8_t pf, struct nl_msg **result) |
int | nfnl_log_pf_unbind (struct nl_sock *nlh, uint8_t pf) |
int | nfnl_log_build_create_request (const struct nfnl_log *log, struct nl_msg **result) |
int | nfnl_log_create (struct nl_sock *nlh, const struct nfnl_log *log) |
int | nfnl_log_build_change_request (const struct nfnl_log *log, struct nl_msg **result) |
int | nfnl_log_change (struct nl_sock *nlh, const struct nfnl_log *log) |
int | nfnl_log_build_delete_request (const struct nfnl_log *log, struct nl_msg **result) |
int | nfnl_log_delete (struct nl_sock *nlh, const struct nfnl_log *log) |