Searched refs:ipname (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drpz.c557 dns_name_t *ipname; local
582 ipname = dns_fixedname_name(&fname);
584 ipname, NULL);
585 dns_name_format(ipname, ipstr, sizeof(ipstr));
695 type, NULL, ipname);
696 if (result != ISC_R_SUCCESS || !dns_name_equal(src_name, ipname)) {
/freebsd-9.3-release/usr.sbin/rarpd/
H A Drarpd.c596 char ipname[9]; local
599 (void)sprintf(ipname, "%08X", (in_addr_t)ntohl(addr));
619 if (strncmp(dent->d_name, ipname, 8) == 0)

Completed in 99 milliseconds