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

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c309 const poep_t *poep; local
328 poep = (const poep_t *)data->buf;
329 tagp = (const uint8_t *)poep + offsetof(poep_t, poep_length);
331 tagp = (const uint8_t *)(poep + 1);
332 switch (poep->poep_code) {
345 if (poep->poep_code == POECODE_PADM) {
380 if (poep->poep_code == POECODE_PADM) {
391 if (poep->poep_code == POECODE_PADM) {
398 warn("unexpected PPPoE code %d from %s", poep->poep_code,

Completed in 20 milliseconds