PIPEX_PROTO_PPPOE
session = pipex_lookup_by_session_id(PIPEX_PROTO_PPPOE,
case PIPEX_PROTO_PPPOE:
if (req->pr_protocol == PIPEX_PROTO_PPPOE) {
if (req->pr_protocol == PIPEX_PROTO_PPPOE) {
(session->protocol == PIPEX_PROTO_PPPOE)? "PPPoE" :
if (session->protocol != PIPEX_PROTO_PPPOE) {
case PIPEX_PROTO_PPPOE:
req.pr_protocol = PIPEX_PROTO_PPPOE;
req.pcr_protocol = PIPEX_PROTO_PPPOE;
((_tunnel) == NPPPD_TUNNEL_PPPOE)? PIPEX_PROTO_PPPOE : -1)
req.psr_protocol = PIPEX_PROTO_PPPOE;