Searched refs:e164 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/contrib/ngatm/netnatm/misc/
H A Dstraddr.c81 uni_nsap2e164(char *e164, const u_char *nsap, int check) argument
83 char *p = e164;
93 if(d == 0x00 && p == e164)
100 if(d == 0x00 && p == e164)
107 if(d != 0x00 || p == e164) {
112 if(p == e164)
205 uni_e1642nsap(u_char *nsap, const char *e164) argument
211 if((len = strlen(e164)) > 15 || len == 0)
214 if(!isdigit(e164[i]))
222 *nsap++ = *e164
[all...]

Completed in 86 milliseconds