Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-netfilter-linux.c331 nflog_send_config_cmd(const pcap_t *handle, u_int16_t group_id, u_int8_t cmd, u_int8_t family) in nflog_send_config_cmd() function
515 if (nflog_send_config_cmd(handle, 0, NFULNL_CFG_CMD_PF_UNBIND, AF_INET) < 0) { in netfilter_activate()
520 if (nflog_send_config_cmd(handle, 0, NFULNL_CFG_CMD_PF_BIND, AF_INET) < 0) { in netfilter_activate()
527 if (nflog_send_config_cmd(handle, groups[i], NFULNL_CFG_CMD_BIND, AF_UNSPEC) < 0) { in netfilter_activate()