Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-netfilter-linux-android.c24 return nflog_send_config_cmd(&handle, group_id, cmd, family); in android_nflog_send_config_cmd()
Dpcap-netfilter-linux.c333 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
517 if (nflog_send_config_cmd(handle, 0, NFULNL_CFG_CMD_PF_UNBIND, AF_INET) < 0) { in netfilter_activate()
522 if (nflog_send_config_cmd(handle, 0, NFULNL_CFG_CMD_PF_BIND, AF_INET) < 0) { in netfilter_activate()
529 if (nflog_send_config_cmd(handle, groups[i], NFULNL_CFG_CMD_BIND, AF_UNSPEC) < 0) { in netfilter_activate()