yumapro  23.10T-6
YumaPro SDK
Loading...
Searching...
No Matches
ipaddr_typ.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2018, YumaWorks, Inc., All Rights Reserved.
3 *
4 * Unless required by applicable law or agreed to in writing,
5 * software distributed under the License is distributed on an
6 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
7 * KIND, either express or implied. See the License for the
8 * specific language governing permissions and limitations
9 * under the License.
10 */
11#ifndef _H_ipaddr_typ
12#define _H_ipaddr_typ
13
14/* FILE: ipaddr_typ.h
15*********************************************************************
16* *
17* P U R P O S E *
18* *
19*********************************************************************/
20
28/*********************************************************************
29* *
30* C H A N G E H I S T O R Y *
31* *
32*********************************************************************
33
34date init comment
35----------------------------------------------------------------------
3607-apr-18 abb Begun
37*/
38
39#ifndef _H_status_enum
40#include "status_enum.h"
41#endif
42
43
44#ifdef __cplusplus
45extern "C" {
46#endif
47
48/********************************************************************
49* *
50* F U N C T I O N S *
51* *
52*********************************************************************/
53
54
85extern status_t ipaddr_typ_init (void);
86
87
91#ifdef __cplusplus
92} /* end extern 'C' */
93#endif
94
95#endif /* _H_ipaddr_typ */
status_t
global error return code
Definition: status_enum.h:210
status_t ipaddr_typ_init(void)
Initialize this module; must be after ietf-inet-types module has been loaded.
Definition: ipaddr_typ.c:421
global error status code enumerations