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

  /external/ppp/pppd/
upap.h 48 #define UPAP_HEADERLEN 4
upap.c 328 if (l < UPAP_HEADERLEN) {
335 if (len < UPAP_HEADERLEN) {
343 len -= UPAP_HEADERLEN;
557 outlen = UPAP_HEADERLEN + 2 * sizeof (u_char) +
593 outlen = UPAP_HEADERLEN + sizeof (u_char) + msglen;
624 if (plen < UPAP_HEADERLEN)
630 if (len < UPAP_HEADERLEN || len > plen)
638 len -= UPAP_HEADERLEN;

Completed in 29 milliseconds