Searched refs:state_kill (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sbin/pfctl/ |
| H A D | pfctl.c | 130 static char *state_kill[2]; variable 657 pfctl_addrprefix(state_kill[0], &psk.psk_src.addr.v.a.mask); in pfctl_net_kill_states() 689 pfctl_addrprefix(state_kill[1], in pfctl_net_kill_states() 691 if ((ret_ga = getaddrinfo(state_kill[1], NULL, NULL, in pfctl_net_kill_states() 748 if (state_killers != 2 || (strlen(state_kill[1]) == 0)) { in pfctl_label_kill_states() 759 errx(1, "label too long: %s", state_kill[1]); in pfctl_label_kill_states() 775 if (state_killers != 2 || (strlen(state_kill[1]) == 0)) { in pfctl_id_kill_states() 781 if ((sscanf(state_kill[1], "%jx/%x", in pfctl_id_kill_states() 2160 state_kill[state_killers++] = optarg; in main() 2436 if (!strcmp(state_kill[0], "label")) in main() [all …]
|