| OpenSS7 SS7 for the Common Man | © Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved. Last modified: Sat, 01 Nov 2008 10:42:32 GMT | ||||||||||||||||
| |||||||||||||||||
| Manpage of T_ADDLEAFDescription: Manual PageKeywords: ss7 ss7/ip ss7 over ip ss7 mtp ss7 sccp ss7 tcap sigtran mtp sccp tcap openss7 acb56 linux telephony pstn linux telephony linux nebs linux compactpciT_ADDLEAFSection: OpenSS7 XTI/TLI Networking Library Calls (3)Updated: 2008-10-31 Index Return to Main Contents NAMEt_addleaf - add a point to a point to multipoint connectionSYNOPSIS#include <xti.h>
ARGUMENTS
DESCRIPTIONRequests that an endpoint be added to a point to multipoint connection. fd is the file descriptor of the local transport endpoint. leafid is a transport user assigned integer value which will be used to identify the point added to the point to multipoint connection in subsequent interactions with the transport user. addr is a netbuf(3) structure specifying on call the address of the local point being added to the point to multipoint connection. No information is returned in addr. addr->maxlen is ignored by the call. add->len is the length of the address. If add->len is zero, it indicates that no address is provided. add->buf is a pointer to the user buffer containing the address. CAVEATSt_addleaf() is only valid in the T_DATAXFER state. t_addleaf() is only valid for transport service providers of service type T_COTS or T_COTS_ORD that support point to multipoint connection management. In synchronous mode, t_addleaf() blocks until a leaf change confirmation is received. In asynchronous mode where no leaf change confirmation is immediately avaialble, t_addleaf() fails, returns -1 and sets t_errno(3) to [TNODATA]. RETURN VALUEUpon success, t_addleaf() returns zero (0) and confirms the addition of the requested leaf. Upon failure, t_addleaf() returns -1 and sets t_errno(3) to an appropriate error number. ERRORSWhen t_addleaf() fails, it returns -1 and sets t_errno(3) to an appropriate error number as follows:
SEE ALSOnetbuf(3), t_rcvleafchange(3), t_removeleaf(3). BUGSt_addleaf() has no known bugs. t_addleaf() has been tested with the test-xnet(8) and test-xnet_thr(8) conformance test suites. COMPATIBILITYThe XTI/TLI library functions are compatible with SVR4.2[1], XNS 5.2[2], SUSv2[3]. Compatibility is tested using the test-xnet(8) and test-xnet_thr(8) test case executables and the OpenSS7 XTI/TLI Networking autotest test suite. CONFORMANCEXTI/TLI[4], TPI[5], XPG5, XNS 5.2[2], SUSv2[3]. Conformance is tested using the test-xnet(8) and test-xnet_thr(8) test case executables and the OpenSS7 XTI/TLI Networking autotest test suite. HISTORYt_addleaf first appeared in SVR4.2[1]. VERSIONSThis manpage was written for the OpenSS7 XTI/TLI Library. REFERENCES
TRADEMARKS
Other trademarks are the property of their respective owners. IDENTIFICATION
Copyright©1997-2008OpenSS7 Corp.
All Rights Reserved.
Index
This document was created by man2html, using the manual pages. Time: 19:11:42 GMT, May 22, 2013 | ||||||||||||||||
| OpenSS7 SS7 for the Common Man |
| ||||||||||||||||
| Last modified: Sat, 01 Nov 2008 10:42:32 GMT © Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved. |