Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/pfctl/
H A Dpfctl.c142 static char *state_kill[2]; variable
724 pfctl_addrprefix(state_kill[0], &kill.src.addr.v.a.mask); in pfctl_net_kill_states()
759 pfctl_addrprefix(state_kill[1], in pfctl_net_kill_states()
761 if ((ret_ga = getaddrinfo(state_kill[1], NULL, NULL, in pfctl_net_kill_states()
823 if (state_killers != 2 || (strlen(state_kill[1]) == 0)) { in pfctl_gateway_kill_states()
897 errx(1, "label too long: %s", state_kill[1]); in pfctl_label_kill_states()
924 if ((sscanf(state_kill[1], "%jx/%x", in pfctl_id_kill_states()
2923 state_kill[state_killers++] = optarg; in main()
3219 if (!strcmp(state_kill[0], "label")) in main()
3221 else if (!strcmp(state_kill[0], "id")) in main()
[all …]