EZ800000100STS Zilog, EZ800000100STS Datasheet - Page 15

no-image

EZ800000100STS

Manufacturer Part Number
EZ800000100STS
Description
SOFTWARE TCP/IP SOURCE CODE
Manufacturer
Zilog
Type
Protocol Stackr
Datasheets

Specifications of EZ800000100STS

Tool Type
Programming Software
Core Architecture
Z8
For Use With/related Products
eZ80 Acclaim! MCU
Lead Free Status / RoHS Status
Contains lead / RoHS non-compliant
accept
RM004012-0707
Notes:
Include
Prototype
Description
Argument(s)
#include <socket.h>
INT16
(
);
The sockets’
on a socket.
1. The
s
peername
peernamelen An optional pointer to an integer that contains the length
INT16
struct sockaddr
INT16
pending connections on socket
returns a handle to the new socket. The newly-created socket is the
socket that handles the actual connection. The
block the caller until a connection is present if no pending connec-
accept
accept
A descriptor identifying a socket that has been placed in a
listening state with the listen function. The connection
is made with the socket that is returned by accept.
An optional pointer to a buffer that receives the address of
the connecting entity, as known to the communications
layer. The exact format of the peername parameter is
determined by the address family established when the
socket connection was created.
of the peernamelen.
function extracts the first connection on the queue of
function accepts an incoming connection attempt
accept
s,
*peername,
*peernamelen
s
. It then creates a new socket and
Zilog TCP/IP Stack API
Reference Manual
accept
ZTP API Reference
function can
7

Related parts for EZ800000100STS