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

/macosx-10.10/curl-83.1.2/curl/tests/server/
H A Dtftp.h43 short th_opcode; /* packet type */ member in struct:tftphdr
H A Dtftpd.c874 tp->th_opcode = ntohs(tp->th_opcode);
875 if (tp->th_opcode == opcode_RRQ || tp->th_opcode == opcode_WRQ) {
966 fprintf(server, "opcode: %x\n", tp->th_opcode);
1004 ecode = validate_access(test, filename, tp->th_opcode);
1019 if (tp->th_opcode == opcode_WRQ)
1222 sdp->th_opcode = htons((unsigned short)opcode_DATA);
1254 sap->th_opcode = ntohs((unsigned short)sap->th_opcode);
[all...]
/macosx-10.10/Libc-1044.1.2/include/arpa/
H A Dtftp.h57 short th_opcode; /* packet type */ member in struct:tftphdr
/macosx-10.10/tcpdump-61/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);
/macosx-10.10/network_cmds-457/kdumpd.tproj/
H A Dkdumpd.c306 tp->th_opcode = ntohs(tp->th_opcode);
307 if (tp->th_opcode == WRQ)
383 ecode = (*pf->f_validate)(&filename, tp->th_opcode);
386 tp->th_opcode == WRQ ? "write" : "read",
399 if (tp->th_opcode == WRQ)
492 ap->th_opcode = htons((u_short)ACK | ((kdp_feature_large_crashdumps | kdp_feature_large_packets) << 8));
494 ap->th_opcode = htons((u_short)ACK);
517 dp->th_opcode = ntohs((u_short)dp->th_opcode);
[all...]
H A Dkdump.h83 short th_opcode; /* packet type */ member in struct:kdumphdr
/macosx-10.10/remote_cmds-47/tftpd.tproj/
H A Dtftpd.c418 tp->th_opcode = ntohs(tp->th_opcode);
419 if (tp->th_opcode == RRQ || tp->th_opcode == WRQ)
442 tp->th_opcode == WRQ ? "write" : "read",
450 tp->th_opcode == WRQ ? "write" : "read",
478 tp->th_opcode == WRQ ? "write" : "read",
486 tp->th_opcode == WRQ ? "write" : "read",
531 tp->th_opcode == WRQ ? "write" : "read",
539 tp->th_opcode
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/kdp/
H A Dkdp_core.h53 short th_opcode; /* packet type */ member in struct:corehdr
H A Dkdp_udp.c1484 coreh->th_opcode = htons((u_short)request);
1646 uint16_t opcode64 = ntohs(th->th_opcode);
1658 th->th_opcode = htons(KDP_ACK);
1661 if (ntohs(th->th_opcode) == KDP_ACK && ntohl(th->th_block) == panic_block) {
1664 if (ntohs(th->th_opcode) == KDP_ERROR) {
/macosx-10.10/remote_cmds-47/tftp.tproj/
H A Dtftp.c207 dp->th_opcode = htons((u_short)DATA);
246 ap->th_opcode = ntohs(ap->th_opcode);
247 if (ap->th_opcode == ERROR) {
253 if (ap->th_opcode == ACK) {
283 if (ap->th_opcode == OACK) {
347 ap->th_opcode = htons((u_short)ACK);
391 rx_opcode = ntohs(dp->th_opcode);
435 ap->th_opcode = htons(ACK);
456 ap->th_opcode
[all...]

Completed in 170 milliseconds