HomeSort by: relevance | last modified time | path
    Searched defs:ipstr (Results 1 - 2 of 2) sorted by relevancy

  /src/dist/pf/usr.sbin/authpf/
authpf.c 649 char *fdpath = NULL, *userstr = NULL, *ipstr = NULL; local in function:change_filter
664 if (asprintf(&ipstr, "user_ip=%s", ipsrc) == -1)
684 pargv[9] = ipstr;
727 free(ipstr);
authpf.c 649 char *fdpath = NULL, *userstr = NULL, *ipstr = NULL; local in function:change_filter
664 if (asprintf(&ipstr, "user_ip=%s", ipsrc) == -1)
684 pargv[9] = ipstr;
727 free(ipstr);

Completed in 22 milliseconds