OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_PACKET_LENGTH
(Results
1 - 3
of
3
) 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
113
#define
MAX_PACKET_LENGTH
2048
118
uint8_t buffer[
MAX_PACKET_LENGTH
] __attribute__((aligned(4)));
187
incoming.length = recv(the_socket, incoming.buffer,
MAX_PACKET_LENGTH
, 0);
/external/qemu/
gdbstub.c
38
#define
MAX_PACKET_LENGTH
4096
279
char line_buf[
MAX_PACKET_LENGTH
];
282
uint8_t last_packet[
MAX_PACKET_LENGTH
+ 4];
[
all
...]
Completed in 29 milliseconds