Home
last modified time | relevance | path

Searched refs:OACK (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dprint-tftp.c48 #define OACK 06 /* option acknowledgement */ macro
86 { OACK, "OACK" }, /* option acknowledgement */
133 case OACK: in tftp_print()
137 if (opcode != OACK) in tftp_print()
140 if (opcode != OACK) in tftp_print()
/external/curl/
DCHANGES.01547 libcurl's TFTP code and its lack of dealing with the OACK packet.