Home
last modified time | relevance | path

Searched refs:isphonedigit (Results 1 – 2 of 2) sorted by relevance

/dports/www/kannel/gateway-1.4.4/gw/smsc/
H A Dsmsc_oisd.c136 static int isphonedigit(int c) in isphonedigit() function
143 return octstr_check_range(value, 0, octstr_len(value), isphonedigit); in parm_valid_address()
537 octstr_len(msg->sms.receiver), isphonedigit)); in packet_encode_message()
558 octstr_len(msg->sms.sender), isphonedigit)); in packet_encode_message()
1103 isphonedigit)); in oisd_send_delivery_request()
H A Dsmsc_cimd2.c324 static int isphonedigit(int c) in isphonedigit() function
331 return octstr_check_range(value, 0, octstr_len(value), isphonedigit); in parm_valid_address()
811 if (!octstr_check_range(data, dpos, dlen, isphonedigit)) { in packet_check_parameter()
1235 gw_assert(octstr_check_range(value, 0, octstr_len(value), isphonedigit)); in packet_add_address_parm()