Searched refs:th_opcode (Results 1 - 4 of 4) sorted by relevance

/external/tcpdump/
H A Dtftp.h56 unsigned short th_opcode; /* packet type */ member in struct:tftphdr
H A Dprint-tftp.c89 TCHECK(tp->th_opcode);
90 opcode = EXTRACT_16BITS(&tp->th_opcode);
/external/iputils/
H A Dtftpd.c199 tp->th_opcode = ntohs(tp->th_opcode);
200 if (tp->th_opcode == RRQ || tp->th_opcode == WRQ)
256 ecode = (*pf->f_validate)(filename, tp->th_opcode);
261 if (tp->th_opcode == WRQ)
366 dp->th_opcode = htons((u_short)DATA);
386 ap->th_opcode = ntohs((u_short)ap->th_opcode);
389 if (ap->th_opcode
[all...]
H A Dtftp.h53 short th_opcode; /* packet type */ member in struct:tftphdr

Completed in 184 milliseconds