Home | History | Annotate | Download | only in pppd

Lines Matching full:ptr_word

1843     char *ptr_word, *ptr_mask;
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);
1949 ifunit, ptr_word);