Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dpptp.c648 err = gre_add_protocol(&gre_pptp_protocol, GREPROTO_PPTP); in pptp_init_module()
671 gre_del_protocol(&gre_pptp_protocol, GREPROTO_PPTP); in pptp_init_module()
682 gre_del_protocol(&gre_pptp_protocol, GREPROTO_PPTP); in pptp_exit_module()
/OK3568_Linux_fs/kernel/include/net/
H A Dgre.h23 #define GREPROTO_PPTP 1 macro