Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dauth.c1843 char *ptr_word, *ptr_mask; local
1875 ptr_word = ap->word;
1876 if (strcmp(ptr_word, "-") == 0)
1878 if (strcmp(ptr_word, "*") == 0) {
1886 if (*ptr_word == '!') {
1888 ++ptr_word;
1893 ptr_mask = strchr (ptr_word, '/');
1917 hp = gethostbyname(ptr_word);
1921 np = getnetbyname (ptr_word);
1935 a = inet_addr (ptr_word);
[all …]