libnl 3.7.0
|
Functions | |
int | nfnlmsg_log_msg_parse (struct nlmsghdr *nlh, struct nfnl_log_msg **result) |
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) |
int nfnl_log_build_pf_bind | ( | uint8_t | pf, |
struct nl_msg ** | result | ||
) |
int nfnl_log_build_pf_unbind | ( | uint8_t | pf, |
struct nl_msg ** | result | ||
) |
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 | ||
) |