IP_EXPN           118 modules/ip/ip.c     if( expf != IP_PLAIN && expf != IP_EXPN ) {
IP_EXPN           246 modules/ip/ip.c   if( expf != IP_PLAIN && expf != IP_EXPN ) {
IP_EXPN           328 modules/ip/ip.c   dieif( expf != IP_PLAIN && expf != IP_EXPN );
IP_EXPN           408 modules/ip/ip.c     err=IP_addr_t2b( &(prefptr->ip), ip, IP_EXPN);
IP_EXPN           442 modules/ip/ip.c       if( (err=IP_addr_t2b( &(prefptr->ip), ip, IP_EXPN)) == IP_OK) {
IP_EXPN           453 modules/ip/ip.c     } while( expf == IP_EXPN && octets>0 );
IP_EXPN           472 modules/ip/ip.c   if( expf != IP_PLAIN && expf != IP_EXPN ) {
IP_EXPN           148 modules/ip/iproutines.h #define IP_addr_a2b(a,b) IP_addr_t2b(a,b,IP_EXPN)
IP_EXPN           149 modules/ip/iproutines.h #define IP_pref_a2b(a,b) IP_pref_t2b(a,b,IP_EXPN)
IP_EXPN           150 modules/ip/iproutines.h #define IP_rang_a2b(a,b) IP_rang_t2b(a,b,IP_EXPN)
IP_EXPN           151 modules/ip/iproutines.h #define IP_revd_a2b(a,b) IP_revd_t2b(a,b,IP_EXPN)
IP_EXPN           404 modules/qi/query_instructions.c       if (NOERR(IP_smart_range(qc->keys, &myrang, IP_EXPN, &key_type))) {
IP_EXPN           538 modules/rp/rp_search.c 			    &preflist, IP_EXPN, &key_type)) != IP_OK ) {
IP_EXPN           544 modules/rp/rp_search.c   IP_smart_range(key, &testrang, IP_EXPN, &key_type);