Searched refs:poep_length (Results 1 – 6 of 6) sorted by relevance
163 poep->poep_length = htons(0); in poe_mkheader()216 poep->poep_length = htons(plen + POET_HDRLEN + dlen); in poe_tag_insert()271 poep->poep_length = htons(tlen + plen); in poe_tag_copy()
91 #define poe_length(p) ntohs((p)->poep_length)
123 "Length = %d bytes", ntohs(poep->poep_length)); in interpret_pppoe()128 len = MIN(len, ntohs(poep->poep_length)); in interpret_pppoe()130 if (poep->poep_code != 0 && poep->poep_length > 0) { in interpret_pppoe()
56 uint16_t poep_length; /* NOT including this header */ member
329 tagp = (const uint8_t *)poep + offsetof(poep_t, poep_length); in handle_pppoe_input()
942 poep->poep_length = htons(msgsize(mp) - in sppptun_outpkt()2104 msglen = ntohs(poep->poep_length); in sppptun_recv()