OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ackbuf
(Results
1 - 2
of
2
) sorted by null
/external/iputils/
tftpd.c
85
char
ackbuf
[PKTSIZE];
variable
359
ap = (struct tftphdr *)
ackbuf
;
380
n = recv(peer,
ackbuf
, sizeof (
ackbuf
), 0);
429
ap = (struct tftphdr *)
ackbuf
;
437
if (send(peer,
ackbuf
, 4, confirmed) != 4) {
479
(void) send(peer,
ackbuf
, 4, confirmed);
488
(void) send(peer,
ackbuf
, 4, 0); /* resend final ack */
/external/curl/tests/server/
tftpd.c
195
static tftphdr_storage_t
ackbuf
;
variable
1213
sap = &
ackbuf
.hdr;
1242
n = sread(peer, &
ackbuf
.storage[0], sizeof(
ackbuf
.storage));
[
all
...]
Completed in 211 milliseconds