IPX/SPX Programming Manual
Library Routines
HP NonStop IPX/SPX Programming Manual—528022-001
5-80
sap_stop, sap_stop_nw
sap_stop,
sap_stop_nw
The sap_stop function removes a specified entry from the SAP table.
fd
is the file descriptor for the SAP table.
C Synopsis
#include <sapapih>
short sap_stop
( short fd
, unsigned long *pError
, char *pServerName
, short serverType
);
short sap_stop_nw
( short fd
, unsigned long *pError
, char *pServerName
, short serverType
, long tag
);
TAL Synopsis
?SOURCE sapapid
INT PROC sap_stop
( fd, pError, pServerName, serverType )
, LANGUAGE C;
INT fd;
INT(32) .EXT perror;
STRING .EXT pservername;
INT servertype;
EXTERNAL;
INT PROC sap_stop_nw
( fd, pError, pServerName, serverType, tag )
, LANGUAGE C;
INT fd;
INT(32) .EXT pError;
STRING .EXT pServerName;
INT serverType;
INT(32) tag;
EXTERNAL;