Searched defs:reply_to_client (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c408 reply_to_client(AuthInfo *ap, int type, void *data, int len) function
715 reply_to_client(ap, KRB_RESPONSE, outbuf.data,
722 reply_to_client(ap, KRB_ACCEPT, name, name ? -1 : 0);
825 reply_to_client(ap, KRB_FORWARD_REJECT, errbuf, -1);
831 reply_to_client(ap, KRB_FORWARD_ACCEPT, (void *) 0, 0);
848 reply_to_client(ap, KRB_REJECT, (void *) 0, 0);
854 reply_to_client(ap, KRB_REJECT, errbuf, -1);

Completed in 92 milliseconds