www.beck-ipc.com

TCP/IP BSD Socket API


Header File:         #include <TCPIP.H>
                    which includes <TCP_Socket.H>

    Control         Data Send/Receive         Utilities    

These functions are available for SC1x3/SC2x only! .

This set of socket functions are compatible with the BSD 4.4 Socket standard.   They reach the function implementation inside the @CHIP-RTOS-x86 using dynamic linking, which has a speed advantage (after the first call) over the legacy software interrupt based API.

Related :

Control Functions

accept_bsdTCP Server accept connection
bind_bsdBind socket
connect_bsdConnect to a TCP server
close_bsdClose socket
getsockopt_bsdRead socket option
listen_bsdTCP Server listen for client connect
setsockopt_bsdSet socket option
shutdown_bsdShutdown TCP socket
socketCreate a socket

Data Functions

recv_bsdReceive TCP data
recvfrom_bsdReceive a UDP datagram
send_bsdSend TCP data
sendto_bsdTransmit a UDP datagram

Utilities Functions

inet_addr_bsdConvert ASCII IPv4 address

List of C Libraries
@CHIP-RTOS Main Index


End of document