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

/external/ppp/pppd/
H A Dauth.c2033 char *ptr_word, *ptr_mask; local
2083 ptr_mask = strchr (ptr_word, '/');
2084 if (ptr_mask != NULL) {
2088 bit_count = (int) strtol (ptr_mask+1, &endp, 10);
2091 ptr_mask+1);
2100 warn("invalid address length syntax: %v", ptr_mask+1);
2103 *ptr_mask = '\0';
2114 if (ptr_mask == NULL) {
2129 if (ptr_mask != NULL)
2130 *ptr_mask
[all...]

Completed in 36 milliseconds