Searched refs:fdpath (Results 1 – 2 of 2) sorted by relevance
156 char *fdpath; in configure_pf() local170 if (asprintf(&fdpath, "/dev/fd/%d", pfdev) == -1) in configure_pf()172 pargv[2] = fdpath; in configure_pf()175 free(fdpath); in configure_pf()176 fdpath = NULL; in configure_pf()183 free(fdpath); in configure_pf()184 fdpath = NULL; in configure_pf()202 free(fdpath); in configure_pf()203 fdpath = NULL; in configure_pf()
750 char *fdpath = NULL, *userstr = NULL, *ipstr = NULL; in change_filter() 777 if (asprintf(&fdpath, "/dev/fd/%d", dev) == -1) in change_filter() 797 pargv[2] = fdpath; in change_filter() 844 free(fdpath);741 char *fdpath = NULL, *userstr = NULL, *ipstr = NULL; change_filter() local