IP_addr_b2a       74 bin/dbupdate/process.c     IP_addr_b2a(peerip, netupdclientIP, 64);
IP_addr_b2a      162 include/iproutines.h er_ret_t IP_addr_b2a(ip_addr_t *binaddr, char *ascaddr, unsigned strmax );
IP_addr_b2a     1393 modules/ac/access_control.c   dieif( IP_addr_b2a(&(node->prefix.ip), adstr, IP_ADDRSTR_MAX) != IP_OK );
IP_addr_b2a      890 modules/ip/ip.c   if( (err=IP_addr_b2a (&(prefptr->ip), ascaddr, strmax)) != IP_OK) {
IP_addr_b2a      919 modules/ip/ip.c   if( (err=IP_addr_b2a (&(rangptr->begin), ascaddr, strleft)) != IP_OK) {
IP_addr_b2a      932 modules/ip/ip.c   if( (err=IP_addr_b2a (&(rangptr->end), ascaddr+strl, strleft)) != IP_OK) {
IP_addr_b2a      162 modules/ip/iproutines.h er_ret_t IP_addr_b2a(ip_addr_t *binaddr, char *ascaddr, unsigned strmax );
IP_addr_b2a      117 modules/qc/query_command.c   if( IP_addr_b2a( &(qe.pIP), passed_addr, IP_ADDRSTR_MAX) != IP_OK ) {
IP_addr_b2a       60 tests/ip/test_ip.c   IP_addr_b2a(&myaddr, buf, 32);
IP_addr_b2a       67 tests/ip/test_ip.c   IP_addr_b2a( &(myrange.begin), buf, 32);
IP_addr_b2a       70 tests/ip/test_ip.c   IP_addr_b2a( &(myrange.end), buf, 32);
IP_addr_b2a       76 tests/ip/test_ip.c   IP_addr_b2a( &myaddr, buf, 32);
IP_addr_b2a      134 tests/ip/test_ip.c       && IP_addr_b2a(&myaddr, buf, 128) == IP_OK