IP_pref_b2a 163 include/iproutines.h er_ret_t IP_pref_b2a(ip_prefix_t *prefptr, char *ascaddr, unsigned strmax);
IP_pref_b2a 733 modules/ac/access_control.c if( IP_pref_b2a(prefix, prefstr, IP_PREFSTR_MAX) != IP_OK ) {
IP_pref_b2a 1068 modules/ac/access_control.c dieif( IP_pref_b2a( prefptr, prstr, IP_PREFSTR_MAX ) != IP_OK );
IP_pref_b2a 1462 modules/ac/access_control.c dieif( IP_pref_b2a(&(node->prefix), prefstr, IP_PREFSTR_MAX) != IP_OK );
IP_pref_b2a 163 modules/ip/iproutines.h er_ret_t IP_pref_b2a(ip_prefix_t *prefptr, char *ascaddr, unsigned strmax);
IP_pref_b2a 141 modules/rp/rp_convert.c dieif( IP_pref_b2a( &(pack->uni.u.rt), prefstr, IP_PREFSTR_MAX) != IP_OK );
IP_pref_b2a 145 modules/rp/rp_convert.c dieif( IP_pref_b2a( &(pack->uni.u.rt), prefstr, IP_PREFSTR_MAX) != IP_OK );
IP_pref_b2a 78 modules/rp/rp_search.c if( IP_pref_b2a( querypref, prefstr, IP_PREFSTR_MAX) != IP_OK ) {
IP_pref_b2a 504 modules/rx/rx_node.c IP_pref_b2a( newpref , bbf, IP_PREFSTR_MAX);
IP_pref_b2a 113 modules/rx/rx_print.c if( IP_pref_b2a( &(ptr->prefix), prstr, IP_PREFSTR_MAX) != IP_OK )
IP_pref_b2a 129 modules/rx/rx_print.c if( IP_pref_b2a( &(node->prefix), pref, IP_PREFSTR_MAX) != IP_OK ) {
IP_pref_b2a 74 modules/rx/rx_search.c IP_pref_b2a( newpref , bbf, IP_PREFSTR_MAX);
IP_pref_b2a 165 modules/rx/rx_search.c IP_pref_b2a( & curnode->prefix , bbf, IP_PREFSTR_MAX );
IP_pref_b2a 328 modules/rx/rx_search.c IP_pref_b2a( prefix , buf, IP_PREFSTR_MAX);
IP_pref_b2a 525 modules/rx/rx_search.c IP_pref_b2a(& stack[sps].cpy.child_ptr[i]->prefix, buf, 1023);
IP_pref_b2a 17 tests/ip/test_ip.c IP_pref_b2a( binpref, ascpref, IP_PREFSTR_MAX );
IP_pref_b2a 54 tests/ip/test_ip.c IP_pref_b2a(&mypref, buf, 32);
IP_pref_b2a 97 tests/ip/test_ip.c IP_pref_b2a(&mypref, buf, 32);
IP_pref_b2a 102 tests/ip/test_ip.c IP_pref_b2a(&mypref, buf, 32);
IP_pref_b2a 108 tests/ip/test_ip.c IP_pref_b2a(&mypref, buf, 128);
IP_pref_b2a 113 tests/ip/test_ip.c IP_pref_b2a(&mypref, buf, 128);
IP_pref_b2a 119 tests/ip/test_ip.c IP_pref_b2a(&mypref, buf, 32);
IP_pref_b2a 130 tests/ip/test_ip.c && IP_pref_b2a( &mypref, buf, 32) == IP_OK
IP_pref_b2a 138 tests/ip/test_ip.c && IP_pref_b2a(&mypref, buf, 128) == IP_OK
IP_pref_b2a 161 tests/ip/test_ip.c IP_pref_b2a(&mypref, buf, 32);