| OpenSS7 SS7 for the Common Man | © Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved. Last modified: Sat, 01 Nov 2008 10:41:58 GMT | ||||||||||||||||
| |||||||||||||||||
| Manpage of UNLINKBDescription: 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 compactpciUNLINKBSection: Linux Fast-STREAMS DDI/DKI (9)Updated: 2008-10-31 Index Return to Main Contents NAMEunlinkb - unlink a message block from a STREAMS messageSYNOPSIS#include <sys/stream.h>
ARGUMENTS
INTERFACEDESCRIPTIONunlinkb() removes the first message block from the message pointed to by mp and returns a pointer to the next message block in the message (or NULL if there are no remaining message blocks in the message). The removed message block is not freed. RETURNUpon success, unlinkb() returns a pointer to the next message block in the message, or NULL if there is no further message blocks in the message. Upon failure, unlinkb() returns NULL. ERRORSWhen unlinkb() fails, it returns NULL. unlinkb() fails when the message pointer mp is NULL. CONTEXTunlinkb() can be called from any context including user context, queue procedures, callouts, callbacks and interrupt service routines. MP-STREAMSis MP-safe; however, the caller is responsible for ensuring exclusive access to the passed in message block, mp. NOTICESSEE ALSOlinkb(9). BUGSCOMPATIBILITYunlinkb() is compatible with SVR 4.2 MP DDI/DKI[1], and systems based on SVR 4, with the following portability considerations:
See STREAMS(9) for additional compatibility considerations. CONFORMANCEHISTORYunlinkb() appears as part of SVR 4.0 STREAMS[2]. unlinkb() first appeared in SVR 3[3]. 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: 11:42:35 GMT, May 19, 2013 | ||||||||||||||||
| OpenSS7 SS7 for the Common Man |
| ||||||||||||||||
| Last modified: Sat, 01 Nov 2008 10:41:58 GMT © Copyright 1997-2007 OpenSS7 Corporation All Rights Reserved. |