IP_addr_b2a      790 modules/ac/access_control.c     if( IP_addr_b2a(&(node->prefix.ip), adstr, IP_ADDRSTR_MAX) != IP_OK ) {
IP_addr_b2a      778 modules/ip/ip.c   if( (err=IP_addr_b2a (&(prefptr->ip), ascaddr, strmax)) != IP_OK) {
IP_addr_b2a      806 modules/ip/ip.c   if( (err=IP_addr_b2a (&(rangptr->begin), ascaddr, strleft)) != IP_OK) {
IP_addr_b2a      819 modules/ip/ip.c   if( (err=IP_addr_b2a (&(rangptr->end), ascaddr+strl, strleft)) != IP_OK) {
IP_addr_b2a      205 modules/qc/query_command.c   if( IP_addr_b2a( &(qe.pIP), str2, IP_ADDRSTR_MAX) != IP_OK ) {
IP_addr_b2a       58 tests/ip/test_ip.c   IP_addr_b2a(&myaddr, buf, 32);
IP_addr_b2a       65 tests/ip/test_ip.c   IP_addr_b2a( &(myrange.begin), buf, 32);
IP_addr_b2a       68 tests/ip/test_ip.c   IP_addr_b2a( &(myrange.end), buf, 32);
IP_addr_b2a       74 tests/ip/test_ip.c   IP_addr_b2a( &myaddr, buf, 32);
IP_addr_b2a      110 tests/ip/test_ip.c       && IP_addr_b2a(&myaddr, buf, 128) == IP_OK