Searched refs:_tunnel (Results 1 – 1 of 1) sorted by relevance
61 #define npppd_pipex_proto(_tunnel) \ argument62 (((_tunnel) == NPPPD_TUNNEL_L2TP)? PIPEX_PROTO_L2TP : \63 ((_tunnel) == NPPPD_TUNNEL_PPTP)? PIPEX_PROTO_PPTP : \64 ((_tunnel) == NPPPD_TUNNEL_PPPOE)? PIPEX_PROTO_PPPOE : -1)