Home
last modified time | relevance | path

Searched refs:poep_length (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c163 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()
H A Dcommon.h91 #define poe_length(p) ntohs((p)->poep_length)
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pppoe.c123 "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()
/titanic_50/usr/src/uts/common/net/
H A Dpppoe.h56 uint16_t poep_length; /* NOT including this header */ member
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c329 tagp = (const uint8_t *)poep + offsetof(poep_t, poep_length); in handle_pppoe_input()
/titanic_50/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c942 poep->poep_length = htons(msgsize(mp) - in sppptun_outpkt()
2104 msglen = ntohs(poep->poep_length); in sppptun_recv()