Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl.c140 static char *src_node_kill[2]; variable
619 pfctl_addrprefix(src_node_kill[0], &psnk.psnk_src.addr.v.a.mask); in pfctl_kill_src_nodes()
621 if ((ret_ga = getaddrinfo(src_node_kill[0], NULL, NULL, &res[0]))) { in pfctl_kill_src_nodes()
651 pfctl_addrprefix(src_node_kill[1], in pfctl_kill_src_nodes()
653 if ((ret_ga = getaddrinfo(src_node_kill[1], NULL, NULL, in pfctl_kill_src_nodes()
2976 src_node_kill[src_node_killers++] = optarg; in main()