Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.c161 poep->poep_length = htons(0); in poe_mkheader()
214 poep->poep_length = htons(plen + POET_HDRLEN + dlen); in poe_tag_insert()
269 poep->poep_length = htons(tlen + plen); in poe_tag_copy()
H A Dcommon.h89 #define poe_length(p) ntohs((p)->poep_length)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pppoe.c121 "Length = %d bytes", ntohs(poep->poep_length)); in interpret_pppoe()
126 len = MIN(len, ntohs(poep->poep_length)); in interpret_pppoe()
128 if (poep->poep_code != 0 && poep->poep_length > 0) { in interpret_pppoe()
/illumos-gate/usr/src/uts/common/net/
H A Dpppoe.h54 uint16_t poep_length; /* NOT including this header */ member
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c943 poep->poep_length = htons(msgsize(mp) - in sppptun_outpkt()
2108 msglen = ntohs(poep->poep_length); in sppptun_recv()