Next:
10.1 Introduction
Up:
Part II: Interfaces
Previous:
9.7.11 fs_free: Free a
10 OSKit Networking Framework
10.1 Introduction
10.2
oskit_socket
: Socket Interface
10.2.1
oskit_socket_factory_t
: socket factories
10.2.2
accept
: accept a connection on a socket
10.2.3
bind
: bind a name to a socket
10.2.4
connect
: initiate a connection on a socket
10.2.5
shutdown
: shut down part of a full-duplex connection
10.2.6
listen
: listen for connections on a socket
10.2.7
getsockname
: get socket name
10.2.8
getpeername
: get name of connected peer
10.2.9
getsockopt, setsockopt
: get and set options on sockets
10.2.10
recvfrom, recvmsg
: receive a message from a socket
10.2.11
sendto, sendmsg
: send a message from a socket
Utah Flux Research Group