#include <stdlib.h>
#include <errno.h>
#include <sys/types.h>
#include <netinet/in.h>
#include "TKSocket.h"
#include "TSocket.h"
#include "TError.h"
Go to the source code of this file.
Functions | |
int | krb5_net_read (krb5_context context, int fd, char *buf, int len) |
int | krb5_net_write (krb5_context context, int fd, const char *buf, int len) |
int krb5_net_read | ( | krb5_context | context, | |
int | fd, | |||
char * | buf, | |||
int | len | |||
) |
int krb5_net_write | ( | krb5_context | context, | |
int | fd, | |||
const char * | buf, | |||
int | len | |||
) |
Referenced by TKSocket::BlockWrite().