OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:th_block
(Results
1 - 6
of
6
) sorted by relevancy
/src/include/arpa/
tftp.h
66
#define
th_block
th_u.tu_block
macro
/src/sys/lib/libsa/
tftp.h
85
#define
th_block
th_u.tu_block
macro
tftp.c
117
if (ntohs(t->
th_block
) != d->xid) {
207
wbuf.t.
th_block
= htons((u_short)h->currblock);
240
wbuf.t.
th_block
= htons((u_short)h->currblock);
/src/usr.bin/tftp/
tftp.c
268
dp->
th_block
= htons((u_short)block);
318
ap->
th_block
= ntohs(ap->
th_block
);
320
if (ap->
th_block
== 0) {
332
if (ap->
th_block
== block) {
343
if (ap->
th_block
== (block-1)) {
408
ap->
th_block
= htons((u_short)(block));
463
dp->
th_block
= ntohs(dp->
th_block
);
465
if (dp->
th_block
== 1 && !oack)
[
all
...]
/src/libexec/tftpd/
tftpd.c
976
dp->
th_block
= htons((u_short)block);
1000
ap->
th_block
= ntohs((u_short)ap->
th_block
);
1006
if (etftp && ap->
th_block
== 0) {
1012
if (ap->
th_block
== (u_short)block)
1016
(unsigned int)ap->
th_block
, block);
1019
if (ap->
th_block
== (u_short)(block - 1))
1068
ap->
th_block
= htons((u_short)block);
1096
dp->
th_block
= ntohs((u_short)dp->
th_block
);
[
all
...]
/src/sys/kern/
subr_tftproot.c
92
#define
th_block
th_u.tu_block
macro
302
tftp->
th_block
= htons(trh->trh_block);
433
if (ntohs(tftp->
th_block
) != trh->trh_block) {
435
__func__, __LINE__, trh->trh_block, ntohs(tftp->
th_block
)));
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025