HomeSort by relevance Sort by last modified time
    Searched refs:MAX_PACKET_LENGTH (Results 1 - 2 of 2) sorted by null

  /external/mtpd/
pptp.c 79 #define MAX_PACKET_LENGTH 220
88 uint8_t buffer[MAX_PACKET_LENGTH];
164 if (incoming.length >= MAX_PACKET_LENGTH) {
168 if (incoming.expect > MAX_PACKET_LENGTH) {
169 length = MAX_PACKET_LENGTH - incoming.length;
l2tp.c 114 #define MAX_PACKET_LENGTH 2048
119 uint8_t buffer[MAX_PACKET_LENGTH] __attribute__((aligned(4)));
188 incoming.length = recv(the_socket, incoming.buffer, MAX_PACKET_LENGTH, 0);

Completed in 467 milliseconds