ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
TKSocket.cxx File Reference
#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)
 

Function Documentation

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().