Home
last modified time | relevance | path

Searched refs:curtype (Results 1 – 4 of 4) sorted by relevance

/minix3/usr.bin/ftp/
H A Dftp.c693 if (curtype != type) in sendrequest()
747 switch (curtype) { in sendrequest()
788 switch (curtype) { in sendrequest()
983 if (curtype != TYPE_A) in recvrequest()
986 if (curtype != type) in recvrequest()
1049 switch (curtype) { in recvrequest()
1804 ip->curtpe = curtype; in pswitch()
1805 curtype = op->curtpe; in pswitch()
1867 if (curtype != prox_type) in proxtrans()
1881 if (curtype != prox_type) in proxtrans()
H A Dftp_var.h234 GLOBAL int curtype; /* current file transfer type */ variable
H A Dcmds.c265 curtype = type = p->t_type; in set_type()
282 if (newtype == curtype) in changetype()
297 curtype = newtype; in changetype()
H A Dutil.c152 curtype = TYPE_A; in setpeer()