krb5_net_write
if ((krb5_net_write(context, *((int *)fd), (char *)&response, 1)) < 0) {
if (krb5_net_write(context, fd, (char *)&len, 4) < 0) {
if (outbuf->length && (krb5_net_write(context, fd, outbuf->data, outbuf->length) < 0)) {
if (krb5_net_write (context, data_pipe[1],
int krb5_net_write
int krb5_net_write (krb5_context, int , const char *, int);