Home
last modified time | relevance | path

Searched refs:PIPEX_PROTO_PPPOE (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/net/
H A Dpipex.h45 #define PIPEX_PROTO_PPPOE 3 /* protocol PPPoE */ macro
H A Dpipex.c242 case PIPEX_PROTO_PPPOE: in pipex_init_session()
306 if (req->pr_protocol == PIPEX_PROTO_PPPOE) { in pipex_init_session()
348 if (req->pr_protocol == PIPEX_PROTO_PPPOE) { in pipex_init_session()
897 if (session->protocol != PIPEX_PROTO_PPPOE) { in pipex_ppp_output()
911 case PIPEX_PROTO_PPPOE: in pipex_ppp_output()
1285 session = pipex_lookup_by_session_id(PIPEX_PROTO_PPPOE, in pipex_pppoe_lookup_session()
3004 (session->protocol == PIPEX_PROTO_PPPOE)? "PPPoE" : in pipex_session_log()
/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd.h64 ((_tunnel) == NPPPD_TUNNEL_PPPOE)? PIPEX_PROTO_PPPOE : -1)
H A Dnpppd_ctl.c339 req.psr_protocol = PIPEX_PROTO_PPPOE; in npppd_ppp_get_pipex_stat()
H A Dnpppd.c1072 req.pr_protocol = PIPEX_PROTO_PPPOE; in npppd_ppp_pipex_enable()
1212 req.pcr_protocol = PIPEX_PROTO_PPPOE; in npppd_ppp_pipex_disable()