Searched refs:th_block (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.h44 unsigned short th_block; /* all sorts of things */ member in struct:tftphdr
48 #define th_stuff th_block
49 #define th_code th_block
H A Dtftpd.c1231 sdp->th_block = htons(sendblock);
1263 sap->th_block = ntohs(sap->th_block);
1271 if (sap->th_block == sendblock) {
1276 if (sap->th_block == (sendblock-1)) {
1305 rap->th_block = htons(recvblock);
1331 rdp->th_block = ntohs(rdp->th_block);
1335 if (rdp->th_block == recvblock) {
1340 if (rdp->th_block
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dtftp.h65 #define th_block th_u.tu_block macro
H A Dprint-tftp.c113 if (length <= (u_int)(p - (const u_char *)&tp->th_block))
128 TCHECK(tp->th_block);
129 printf(" block %d", EXTRACT_16BITS(&tp->th_block));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dtftpd.c367 dp->th_block = htons((u_short)block);
387 ap->th_block = ntohs((u_short)ap->th_block);
393 if (ap->th_block == block) {
399 if (ap->th_block == (block -1)) {
433 ap->th_block = htons((u_short)block);
452 dp->th_block = ntohs((u_short)dp->th_block);
456 if (dp->th_block == block) {
462 if (dp->th_block
[all...]
H A Dtftp.h62 #define th_block th_u.tu_block macro

Completed in 118 milliseconds