HomeSort by relevance Sort by last modified time
    Searched refs:th_opcode (Results 1 - 7 of 7) sorted by null

  /external/curl/tests/server/
tftp.h 43 short th_opcode; /* packet type */ member in struct:tftphdr
tftpd.c 874 tp->th_opcode = ntohs(tp->th_opcode);
875 if (tp->th_opcode == opcode_RRQ || tp->th_opcode == opcode_WRQ) {
965 fprintf(server, "opcode: %x\n", tp->th_opcode);
1003 ecode = validate_access(test, filename, tp->th_opcode);
1018 if (tp->th_opcode == opcode_WRQ)
1220 sdp->th_opcode = htons((unsigned short)opcode_DATA);
1252 sap->th_opcode = ntohs((unsigned short)sap->th_opcode);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
tftp.h 50 short th_opcode; /* packet type */ member in struct:tftphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
tftp.h 50 short th_opcode; /* packet type */ member in struct:tftphdr
  /external/iputils/
tftpd.c 199 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 == ERROR
    [all...]
tftp.h 53 short th_opcode; /* packet type */ member in struct:tftphdr
  /external/tcpdump/
print-tftp.c 51 unsigned short th_opcode; /* packet type */ member in struct:tftphdr
121 ND_TCHECK(tp->th_opcode);
122 opcode = EXTRACT_16BITS(&tp->th_opcode);

Completed in 144 milliseconds