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

/illumos-gate/usr/src/uts/common/net/
H A Dpppoe.h56 uint16_t poep_length; /* NOT including this header */ member in struct:poep_s
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dcommon.h91 #define poe_length(p) ntohs((p)->poep_length)
H A Dcommon.c163 poep->poep_length = htons(0);
216 poep->poep_length = htons(plen + POET_HDRLEN + dlen);
271 poep->poep_length = htons(tlen + plen);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pppoe.c123 "Length = %d bytes", ntohs(poep->poep_length));
128 len = MIN(len, ntohs(poep->poep_length));
130 if (poep->poep_code != 0 && poep->poep_length > 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c325 * aligned for access to the poep_session_id or poep_length members.
329 tagp = (const uint8_t *)poep + offsetof(poep_t, poep_length);
/illumos-gate/usr/src/uts/common/io/ppp/sppptun/
H A Dsppptun.c942 poep->poep_length = htons(msgsize(mp) -
2104 msglen = ntohs(poep->poep_length);

Completed in 858 milliseconds