IP_pref_b2a      991 modules/ac/access_control.c     if( IP_pref_b2a(&(node->prefix), prefstr, IP_PREFSTR_MAX) != IP_OK ) {
IP_pref_b2a      160 modules/rp/rp_convert.c     dieif( IP_pref_b2a( &(pack->uni.u.rt), prefstr, IP_PREFSTR_MAX) != IP_OK );
IP_pref_b2a      164 modules/rp/rp_convert.c     dieif( IP_pref_b2a( &(pack->uni.u.rt), prefstr, IP_PREFSTR_MAX) != IP_OK );
IP_pref_b2a       79 modules/rp/rp_search.c     if( IP_pref_b2a( querypref, prefstr, IP_PREFSTR_MAX) != IP_OK ) {
IP_pref_b2a      499 modules/rx/rx_node.c     IP_pref_b2a( newpref , bbf, IP_PREFSTR_MAX);
IP_pref_b2a      109 modules/rx/rx_print.c   if( IP_pref_b2a(  &(ptr->prefix), prstr, IP_PREFSTR_MAX) != IP_OK )
IP_pref_b2a      125 modules/rx/rx_print.c   if( IP_pref_b2a(  &(node->prefix), pref, IP_PREFSTR_MAX) != IP_OK ) {
IP_pref_b2a       78 modules/rx/rx_search.c     IP_pref_b2a( newpref , bbf, IP_PREFSTR_MAX);
IP_pref_b2a      169 modules/rx/rx_search.c       IP_pref_b2a( & curnode->prefix , bbf, IP_PREFSTR_MAX );
IP_pref_b2a      335 modules/rx/rx_search.c     IP_pref_b2a( prefix , buf, IP_PREFSTR_MAX);
IP_pref_b2a      532 modules/rx/rx_search.c         IP_pref_b2a(& stack[sps].cpy.child_ptr[i]->prefix, buf, 1023);
IP_pref_b2a       15 tests/ip/test_ip.c   IP_pref_b2a( binpref, ascpref, IP_PREFSTR_MAX );
IP_pref_b2a       52 tests/ip/test_ip.c   IP_pref_b2a(&mypref, buf, 32);
IP_pref_b2a       96 tests/ip/test_ip.c   IP_pref_b2a(&mypref, buf, 32);
IP_pref_b2a      106 tests/ip/test_ip.c        && IP_pref_b2a( &mypref, buf, 32) == IP_OK
IP_pref_b2a      114 tests/ip/test_ip.c       && IP_pref_b2a(&mypref, buf, 128) == IP_OK