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

  /external/iptables/extensions/
libxt_socket.c 8 #include <linux/netfilter/xt_socket.h>
  /external/iptables/iptables/
xshared.c 248 int i = 0, ret, xt_socket; local
254 xt_socket = socket(AF_UNIX, SOCK_STREAM, 0);
256 if (xt_socket < 0)
260 ret = bind(xt_socket, (struct sockaddr*)&xt_addr,

Completed in 629 milliseconds