POET_HDRLEN
while (pktlen >= POET_HDRLEN) {
if (tlen > pktlen - POET_HDRLEN)
pktlen -= POET_HDRLEN + tlen;
tagp += POET_HDRLEN + tlen;
while (pktlen >= POET_HDRLEN) {
if (tlen > pktlen - POET_HDRLEN)
pktlen -= POET_HDRLEN + tlen;
tagp += POET_HDRLEN + tlen;
if (tptr < tstart || tptr+POET_HDRLEN > tend ||
tptr+POET_HDRLEN+POET_GET_LENG(tptr) > tend)
if (sizeof (*poep) + plen + POET_HDRLEN + dlen > PPPOE_MSGMAX)
poep->poep_length = htons(plen + POET_HDRLEN + dlen);
tlen = POET_GET_LENG(tagp) + POET_HDRLEN;
while (length >= POET_HDRLEN) {
tag_length + POET_HDRLEN);
length -= POET_HDRLEN;
while (i > POET_HDRLEN) {
i -= POET_GET_LENG(ucp) + POET_HDRLEN;
if (i >= POET_HDRLEN + 4)
sessid = GETLONG(ucp + POET_HDRLEN);
#define POET_DATA(x) ((x)+POET_HDRLEN)