Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-tftp.c54 { OACK, "OACK" }, /* option acknowledgement */
101 case OACK: in tftp_print()
113 if (opcode != OACK) in tftp_print()
116 if (opcode != OACK) in tftp_print()
Dtftp.h53 #define OACK 06 /* option acknowledgement */ macro