Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl.c141 static int state_killers; variable
726 if (state_killers == 2 && (strcmp(state_kill[0], "nat") == 0)) { in pfctl_net_kill_states()
729 state_killers = 1; in pfctl_net_kill_states()
762 if (state_killers > 1) { in pfctl_net_kill_states()
831 if (state_killers != 2 || (strlen(state_kill[1]) == 0)) { in pfctl_gateway_kill_states()
892 if (state_killers != 2 || (strlen(state_kill[1]) == 0)) { in pfctl_label_kill_states()
924 if (state_killers != 2 || (strlen(state_kill[1]) == 0)) { in pfctl_id_kill_states()
2962 if (state_killers >= 2) { in main()
2967 state_kill[state_killers++] = optarg; in main()
3268 if (state_killers) { in main()