12 #ifndef __PTPMGMT_C_INIT_H
13 #define __PTPMGMT_C_INIT_H
struct ptpmgmt_cfg_t * ptpmgmt_cfg
Definition: cfg.h:23
struct ptpmgmt_safile_t * ptpmgmt_safile
Definition: cfg.h:35
const struct ptpmgmt_init_t * const_ptpmgmt_init
Definition: init.h:27
struct ptpmgmt_init_t * ptpmgmt_init
Definition: init.h:24
ptpmgmt_init ptpmgmt_init_alloc()
Create and parse PTP management messages.
struct ptpmgmt_msg_t * ptpmgmt_msg
Definition: msg.h:26
C interface to command line options parsing class.
C interface to sockets classes.
struct ptpmgmt_sk_t * ptpmgmt_sk
Definition: sock.h:31
void(* close)(ptpmgmt_init i)
Definition: init.h:51
ptpmgmt_safile(* sa)(ptpmgmt_init i)
Definition: init.h:71
bool(* use_uds)(ptpmgmt_init i)
Definition: init.h:103
uint8_t(* allow_unauth)(const_ptpmgmt_init i)
Definition: init.h:110
char(* getNetSelect)(const_ptpmgmt_init i)
Definition: init.h:96
ptpmgmt_msg(* msg)(ptpmgmt_init i)
Definition: init.h:77
ptpmgmt_sk(* sk)(ptpmgmt_init i)
Definition: init.h:84
void(* free)(ptpmgmt_init i)
Definition: init.h:46
int(* process)(ptpmgmt_init i, const_ptpmgmt_opt opt)
Definition: init.h:59
ptpmgmt_cfg(* cfg)(ptpmgmt_init i)
Definition: init.h:65