Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c91 static int decode_reply(uchar_t *, int, uchar_t *, int, boolean_t *);
681 n = decode_reply(ibuf, sizeof (ibuf), obuf, n, &again); in getreply()
2417 decode_reply(uchar_t *plain_buf, int ilen, uchar_t *b64_buf, int retval, in decode_reply() function