Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c1677 char *ptr_word, *ptr_mask; local
1724 ptr_mask = strchr (ptr_word, '/');
1725 if (ptr_mask != NULL) {
1729 bit_count = (int) strtol (ptr_mask+1, &endp, 10);
1732 ptr_mask+1);
1741 warn("invalid address length syntax: %v", ptr_mask+1);
1744 *ptr_mask = '\0';
1771 if (ptr_mask == NULL)
1777 if (ptr_mask != NULL)
1778 *ptr_mask = '/';