Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/pfctl/
H A Dpfctl.c134 static char *state_kill[2]; variable
709 pfctl_addrprefix(state_kill[0], &kill.src.addr.v.a.mask); in pfctl_net_kill_states()
744 pfctl_addrprefix(state_kill[1], in pfctl_net_kill_states()
746 if ((ret_ga = getaddrinfo(state_kill[1], NULL, NULL, in pfctl_net_kill_states()
808 if (state_killers != 2 || (strlen(state_kill[1]) == 0)) { in pfctl_gateway_kill_states()
882 errx(1, "label too long: %s", state_kill[1]); in pfctl_label_kill_states()
909 if ((sscanf(state_kill[1], "%jx/%x", in pfctl_id_kill_states()
2364 state_kill[state_killers++] = optarg; in main()
2643 if (!strcmp(state_kill[0], "label")) in main()
2645 else if (!strcmp(state_kill[0], "id")) in main()
[all …]