IP_addr_t2b       265 modules/ip/ip.c     if( (err=IP_addr_t2b( &(prefptr->ip), ip, expf)) != IP_OK) {
IP_addr_t2b       408 modules/ip/ip.c     err=IP_addr_t2b( &(prefptr->ip), ip, IP_EXPN);
IP_addr_t2b       442 modules/ip/ip.c       if( (err=IP_addr_t2b( &(prefptr->ip), ip, IP_EXPN)) == IP_OK) {
IP_addr_t2b       489 modules/ip/ip.c     err=IP_addr_t2b( &(rangptr->begin), ips, expf);
IP_addr_t2b       508 modules/ip/ip.c     if( (err=IP_addr_t2b( &(rangptr->end), ips, expf)) != IP_OK ) {
IP_addr_t2b      1455 modules/ip/ip.c     if( IP_addr_t2b( &(querypref->ip), key, expf) == IP_OK ) {
IP_addr_t2b       134 modules/ip/iproutines.h er_ret_t IP_addr_t2b(ip_addr_t *ipptr, const char *addr, ip_exp_t expf);
IP_addr_t2b       141 modules/ip/iproutines.h #define IP_addr_e2b(a,b) IP_addr_t2b(a,b,IP_PLAIN)
IP_addr_t2b       148 modules/ip/iproutines.h #define IP_addr_a2b(a,b) IP_addr_t2b(a,b,IP_EXPN)
IP_addr_t2b        92 tests/ac/test_ac.c   IP_addr_t2b(&ip, first_ip, IP_PLAIN);
IP_addr_t2b       147 tests/ac/test_ac.c   IP_addr_t2b(&ip, first_ip, IP_PLAIN);
IP_addr_t2b       309 tests/ac/test_ac.c   IP_addr_t2b(&ip, first_ip, IP_PLAIN);
IP_addr_t2b       333 tests/ac/test_ac.c   IP_addr_t2b(&ip, second_ip, IP_PLAIN);
IP_addr_t2b       344 tests/ac/test_ac.c   IP_addr_t2b(&ip, first_ip, IP_PLAIN);
IP_addr_t2b       409 tests/ac/test_ac.c   IP_addr_t2b(&ip, first_ip, IP_PLAIN);
IP_addr_t2b       484 tests/ac/test_ac.c   IP_addr_t2b(&ip, second_ip, IP_PLAIN);