Searched defs:poemsg_data (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c260 const poep_t *poemsg_data; /* Pointer to PPPoE packet */ member in struct:poesm_s
805 newmsg->poemsg_data = (const poep_t *)(newmsg + 1);
806 (void) memcpy(newmsg + 1, pmsg->poemsg_data, pmsg->poemsg_len);
808 cp = (char *)newmsg->poemsg_data + pmsg->poemsg_len;
851 tagp = (const uint8_t *)(pado->poemsg_data + 1);
852 while (poe_tagcheck(pado->poemsg_data, pado->poemsg_len, tagp)) {
1087 ptp.ptp_rsessid = poe_session_id(pmsg->poemsg_data);
1123 tagp = (const uint8_t *)(pmsg->poemsg_data + 1);
1124 while (poe_tagcheck(pmsg->poemsg_data, pmsg->poemsg_len, tagp)) {
1167 (void) fprintf(fp, "%d\n", poe_session_id(pmsg->poemsg_data));
[all...]

Completed in 46 milliseconds