IB_UNPACK

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

ib_unpack - Unpack a buffer into a structure  

SYNOPSIS

"SYNOPSIS"

void ib_unpack (const struct ib_field * desc, int desc_len, void * buf, void * structure);  

ARGUMENTS

desc
Array of structure field descriptions
desc_len
Number of entries in desc
buf
Buffer to unpack from
structure
Structure to unpack into
 

DESCRIPTION

ib_pack unpacks a list of structure fields from a buffer, controlled by the array of fields in desc.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:15 GMT, October 09, 2005