HomeSort by relevance Sort by last modified time
    Searched refs:MAX_ENDP_LEN (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
multilink.c 477 static char str[MAX_ENDP_LEN*3+8];
505 for (i = 0; i < ep->length && i < MAX_ENDP_LEN; ++i) {
569 for (l = 0; l < MAX_ENDP_LEN; ++l) {
pppd.h 186 #define MAX_ENDP_LEN 20 /* maximum length of discriminator value */
190 unsigned char value[MAX_ENDP_LEN];
    [all...]
lcp.c     [all...]

Completed in 15 milliseconds