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

/external/ppp/pppd/
H A Dauth.c2033 char *ptr_word, *ptr_mask; local
2065 ptr_word = ap->word;
2066 if (strcmp(ptr_word, "-") == 0)
2068 if (strcmp(ptr_word, "*") == 0) {
2076 if (*ptr_word == '!') {
2078 ++ptr_word;
2083 ptr_mask = strchr (ptr_word, '/');
2107 hp = gethostbyname(ptr_word);
2111 np = getnetbyname (ptr_word);
2125 a = inet_addr (ptr_word);
[all...]

Completed in 40 milliseconds