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

/openbsd-current/usr.sbin/pppd/
H A Dauth.c1039 char *ptr_word, *ptr_mask; local
1051 ptr_word = addrs->word;
1052 if (strcmp(ptr_word, "-") == 0)
1054 if (strcmp(ptr_word, "*") == 0)
1058 if (*ptr_word == '!') {
1060 ++ptr_word;
1064 ptr_mask = strchr (ptr_word, '/');
1079 hp = gethostbyname(ptr_word);
1083 r = inet_aton (ptr_word, &ina);

Completed in 109 milliseconds