Home
last modified time | relevance | path

Searched refs:PX_PROTO_PPTP (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ppp/
Dpptp.c464 if (sp->sa_protocol != PX_PROTO_PPTP) in pptp_connect()
532 sp.sa_protocol = PX_PROTO_PPTP; in pptp_getname()
604 sk->sk_protocol = PX_PROTO_PPTP; in pptp_create()
710 err = register_pppox_proto(PX_PROTO_PPTP, &pppox_pptp_proto); in pptp_init_module()
730 unregister_pppox_proto(PX_PROTO_PPTP); in pptp_exit_module()
/linux-4.1.27/include/uapi/linux/
Dif_pppox.h58 #define PX_PROTO_PPTP 2 macro