DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
SVR5 and SCO OpenServer 5

SSEntry(D4pccard)


SSEntry -- Describes the entry point of socket services

Syntax

   #include <sys/lcs.h>
   #include <sys/lss.h>
   

Description

The SSEntry structure provides pointers to an entry point that can be used to call Socket Services.

Structure definition

   unsigned short  		usAdapter,
   unsigned short  		usSocket,
   unsigned short  		usCmd,
   void    			*pvArgs
   

SocketState_t null_socket = { 0, SS_DETECT, 0, 0, 0 };

Structure members

The members are defined as:

usAdapter
Physical adapter.

usSocket
Physical socket number.

usCmd
Socket Service command; see standard for list.

pvArgs
Pointer to argument to be passed.

Usage

Hardware applicability

All

Version applicability

pccard: 1, 2, 3

References

AddSocketServices(D3pccard), ReturnSSEntry(D3pccard)
19 June 2005
© 2005 The SCO Group, Inc. All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005