Searched refs:ipstr (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.sbin/ppp/
H A Diplist.c44 char ipstr[16]; local
50 strncpy(ipstr, start, end-start);
51 ipstr[end-start] = '\0';
52 return inet_aton(ipstr, ip);
/freebsd-9.3-release/contrib/pf/authpf/
H A Dauthpf.c753 char *fdpath = NULL, *userstr = NULL, *ipstr = NULL; local
775 if (asprintf(&ipstr, "user_ip=%s", ip_src) == -1)
791 pargv[9] = ipstr;
837 free(ipstr);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drpz.c558 char ipstr[DNS_NAME_FORMATSIZE]; local
585 dns_name_format(ipname, ipstr, sizeof(ipstr));
586 end = &ipstr[strlen(ipstr)+1];
587 prefix_str = ipstr;

Completed in 91 milliseconds