HomeSort by relevance Sort by last modified time
    Searched refs:nflog_send_config_cmd (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
pcap-netfilter-linux-android.c 24 return nflog_send_config_cmd(&handle, group_id, cmd, family);
pcap-netfilter-linux.c 333 nflog_send_config_cmd(const pcap_t *handle, u_int16_t group_id, u_int8_t cmd, u_int8_t family) function
517 if (nflog_send_config_cmd(handle, 0, NFULNL_CFG_CMD_PF_UNBIND, AF_INET) < 0) {
522 if (nflog_send_config_cmd(handle, 0, NFULNL_CFG_CMD_PF_BIND, AF_INET) < 0) {
529 if (nflog_send_config_cmd(handle, groups[i], NFULNL_CFG_CMD_BIND, AF_UNSPEC) < 0) {

Completed in 301 milliseconds