#include <hipc/scfg.h>
Go to the source code of this file.
Functions | |
void | hipcScfgInit (const struct HIPC_scfg *const cfg_p) |
Initializes a server-side configuration. More... | |
enum HIPC_errno | hipcScfgCheckStrusize (const struct HIPC_scfg *const cfg_p) |
Checks structure sizes. More... | |
void hipcScfgInit | ( | const struct HIPC_scfg *const | cfg_p | ) |
Initializes a server-side configuration.
cfg_p | pointer to a server-side configuration |
Definition at line 8 of file scfg.c.
References HIPC_scfg::endian_p, and hipcEndian().
Referenced by hipcUsocAccept(), hipcUsocAcceptSimple(), and test_hipcScfgInit().
enum HIPC_errno hipcScfgCheckStrusize | ( | const struct HIPC_scfg *const | cfg_p | ) |
Checks structure sizes.
cfg_p | pointer to a server-side configuration |
Definition at line 20 of file scfg.c.
References HIPC_ERR_S_OVERSIZED_STRU, HIPC_SUCCESS, HIPC_scfg::n_struct, and HIPC_scfg::strusize_p.
Referenced by hipcUsocAccept(), hipcUsocAcceptSimple(), and test_hipcScfgCheckStrusize().