Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dpipex.h44 #define PIPEX_PROTO_PPTP 2 /* protocol PPTP */ macro
H A Dpipex.c248 case PIPEX_PROTO_PPTP: in pipex_init_session()
354 if (req->pr_protocol == PIPEX_PROTO_PPTP) { in pipex_init_session()
469 case PIPEX_PROTO_PPTP: in pipex_link_session()
510 case PIPEX_PROTO_PPTP: in pipex_unlink_session_locked()
916 case PIPEX_PROTO_PPTP: in pipex_ppp_output()
1509 session = pipex_lookup_by_session_id(PIPEX_PROTO_PPTP, id); in pipex_pptp_lookup_session()
3005 (session->protocol == PIPEX_PROTO_PPTP)? "PPTP" : in pipex_session_log()
/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd.h63 ((_tunnel) == NPPPD_TUNNEL_PPTP)? PIPEX_PROTO_PPTP : \
H A Dnpppd_ctl.c349 req.psr_protocol = PIPEX_PROTO_PPTP; in npppd_ppp_get_pipex_stat()
H A Dnpppd.c1097 req.pr_protocol = PIPEX_PROTO_PPTP; in npppd_ppp_pipex_enable()
1222 req.pcr_protocol = PIPEX_PROTO_PPTP; in npppd_ppp_pipex_disable()