IP_addr_b2a      338 modules/ip/ip.c   if( (err=IP_addr_b2a (&(prefptr->ip), ascaddr, strmax)) != IP_OK) {
IP_addr_b2a      366 modules/ip/ip.c   if( (err=IP_addr_b2a (&(rangptr->begin), ascaddr, strleft)) != IP_OK) {
IP_addr_b2a      379 modules/ip/ip.c   if( (err=IP_addr_b2a (&(rangptr->end), ascaddr+strl, strleft)) != IP_OK) {
IP_addr_b2a       35 tests/ip/test_ip.c   IP_addr_b2a( &(myrange.begin), buf, 32);
IP_addr_b2a       38 tests/ip/test_ip.c   IP_addr_b2a( &(myrange.end), buf, 32);
IP_addr_b2a       43 tests/ip/test_ip.c   IP_addr_b2a( &myaddr, buf, 32);