Home | History | Annotate | Download | only in rp-pppoe

Lines Matching full:session

103     /* Do nothing if no session established yet */
104 if (!conn->session) return;
115 packet.session = conn->session;
117 /* Reset Session to zero so there is no possibility of
119 conn->session = 0;
199 printer(arg, " session 0x%x length %d\n", ntohs(packet->session), len);
202 printer(arg, "PPPOE Session V%dT%d", PPPOE_VER(packet->vertype),
204 printer(arg, " code 0x%x session 0x%x length %d\n", packet->code,
205 ntohs(packet->session), len);
247 printer(arg, "relay-session-id");