Next:
8.1 Introduction
Up:
Part II: Interfaces
Previous:
7.7.11 fs_free: Free a
8 OSKit Networking Framework
8.1 Introduction
8.2
oskit_socket
: Socket Interface
8.2.1
oskit_socket_factory_t
: socket factories
8.2.2
accept
: accept a connection on a socket
8.2.3
bind
: bind a name to a socket
8.2.4
connect
: initiate a connection on a socket
8.2.5
shutdown
: shut down part of a full-duplex connection
8.2.6
listen
: listen for connections on a socket
8.2.7
getsockname
: get socket name
8.2.8
getpeername
: get name of connected peer
8.2.9
getsockopt, setsockopt
: get and set options on sockets
8.2.10
recvfrom, recvmsg
: receive a message from a socket
8.2.11
sendto, sendmsg
: send a message from a socket
University of Utah Flux Research Group