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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dtftp.h43 short th_opcode; /* packet type */ member in struct:tftphdr
H A Dtftpd.c883 tp->th_opcode = ntohs(tp->th_opcode);
884 if (tp->th_opcode == opcode_RRQ || tp->th_opcode == opcode_WRQ) {
975 fprintf(server, "opcode: %x\n", tp->th_opcode);
1013 ecode = validate_access(test, filename, tp->th_opcode);
1028 if (tp->th_opcode == opcode_WRQ)
1230 sdp->th_opcode = htons((unsigned short)opcode_DATA);
1262 sap->th_opcode = ntohs((unsigned short)sap->th_opcode);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
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);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/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 107 milliseconds