![]() |
ROOT
6.06/09
Reference Guide
|
#include <stdlib.h>#include <errno.h>#include <sys/types.h>#include <netinet/in.h>#include <unistd.h>#include "TKSocket.h"#include "TSocket.h"#include "TError.h"
Include dependency graph for TKSocket.cxx: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 | ||
| ) |
Referenced by TKSocket::BlockRead().
| int krb5_net_write | ( | krb5_context | context, |
| int | fd, | ||
| const char * | buf, | ||
| int | len | ||
| ) |
Referenced by TKSocket::BlockWrite().