Searched refs:PACKET_MAX (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dpptpgre.c48 #define PACKET_MAX 8196 macro
111 static unsigned char buffer[PACKET_MAX], copy[PACKET_MAX];
185 if (len >= PACKET_MAX) {
268 static unsigned char dest[2 * PACKET_MAX + 6];
278 if (len > PACKET_MAX) {
341 static unsigned char buffer[PACKET_MAX + 64 /*ip header */ ];
438 unsigned char buffer[PACKET_MAX + sizeof(struct pptp_gre_header)];
480 if (len > PACKET_MAX) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptp/
H A Dpptp_gre.c34 #define PACKET_MAX 8196 macro
553 unsigned char buffer[PACKET_MAX];
558 static unsigned char copy[PACKET_MAX];
615 if (len < PACKET_MAX)
648 unsigned char dest[2 * PACKET_MAX + 2]; /* largest expansion possible */
682 unsigned char buffer[PACKET_MAX + 64 /*ip header*/];
839 unsigned char buffer[PACKET_MAX + sizeof(struct pptp_gre_header)];

Completed in 98 milliseconds