Home
last modified time | relevance | path

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

/external/qemu/telephony/
Dremote_call.c46 #define REMOTE_NUMBER_BASE 5554 macro
61 return REMOTE_NUMBER_BASE + port*2; in remote_number_from_port()
70 number = (number - REMOTE_NUMBER_BASE) >> 1; in remote_number_to_port()
357 if ((unsigned)(num - REMOTE_NUMBER_BASE) >= REMOTE_NUMBER_MAX)