Home
last modified time | relevance | path

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

/trueos/sbin/pfctl/
HDpfctl_osfp.c344 char *ptr, *wr_name; in pfctl_get_fingerprint() local
359 if ((wr_name = strdup(name)) == NULL) in pfctl_get_fingerprint()
361 if ((ptr = strchr(wr_name, ' ')) == NULL) { in pfctl_get_fingerprint()
362 free(wr_name); in pfctl_get_fingerprint()
368 if ((class_nm = lookup_name_list(&classes, wr_name)) == NULL) { in pfctl_get_fingerprint()
369 free(wr_name); in pfctl_get_fingerprint()
379 free(wr_name); in pfctl_get_fingerprint()
417 free(wr_name); in pfctl_get_fingerprint()
422 free(wr_name); in pfctl_get_fingerprint()