HomeSort by: relevance | last modified time | path
    Searched refs: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);
  /src/usr.sbin/npf/npftest/libnpftest/
npf_table_test.c 66 check_ip4(const npf_addr_t *addr, const char *ipstr)
70 test_addr->word32[0] = inet_addr(ipstr);

Completed in 31 milliseconds