Searched refs:decaps_gre (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpgre.h14 extern int decaps_gre(int fd, int (*cb) (int cl, void *pack, unsigned len), int cl);
H A Dpptpgre.c339 int decaps_gre(int fd, int (*cb) (int cl, void *pack, unsigned len), int cl) function
H A Dpptpctrl.c320 if (gre_fd != -1 && FD_ISSET(gre_fd, &fds) && decaps_gre(gre_fd, encaps_hdlc, pty_fd) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dpptp_gre.c55 int decaps_gre (int fd, callback_t callback, int cl);
534 if (decaps_gre (gre_fd, encaps_hdlc, pty_fd) < 0)
679 /*** decaps_gre ***************************************************************/
680 int decaps_gre (int fd, callback_t callback, int cl) function

Completed in 60 milliseconds