IB_PACK
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
ib_pack - Pack a structure into a buffer
SYNOPSIS
"SYNOPSIS"
void ib_pack (const struct ib_field * desc, int desc_len, void * structure, void * buf);
ARGUMENTS
- desc
-
Array of structure field descriptions
- desc_len
-
Number of entries in desc
- structure
-
Structure to pack from
- buf
-
Buffer to pack into
DESCRIPTION
ib_pack packs a list of structure fields into 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