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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dauth.c1483 char *ptr_word, *ptr_mask; local
1533 ptr_mask = strchr (ptr_word, '/');
1534 if (ptr_mask != NULL) {
1538 bit_count = (int) strtol (ptr_mask+1, &endp, 10);
1541 ptr_mask+1);
1550 warn("invalid address length syntax: %v", ptr_mask+1);
1553 *ptr_mask = '\0';
1564 if (ptr_mask == NULL) {
1579 if (ptr_mask != NULL)
1580 *ptr_mask
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c2066 char *ptr_word, *ptr_mask; local
2116 ptr_mask = strchr (ptr_word, '/');
2117 if (ptr_mask != NULL) {
2121 bit_count = (int) strtol (ptr_mask+1, &endp, 10);
2124 ptr_mask+1);
2133 warn("invalid address length syntax: %v", ptr_mask+1);
2136 *ptr_mask = '\0';
2147 if (ptr_mask == NULL) {
2162 if (ptr_mask != NULL)
2163 *ptr_mask
[all...]

Completed in 84 milliseconds