#include <pktccops.h>
Data Fields | |
time_t | allocated |
time_t | checked |
struct cops_cmts * | cmts |
time_t | deltimer |
int(* | gate_open )(struct cops_gate *gate) |
int(* | gate_remove )(struct cops_gate *gate) |
uint32_t | gateid |
int(* | got_dq_gi )(struct cops_gate *gate) |
time_t | in_transaction |
struct { | |
struct cops_gate * next | |
} | list |
uint32_t | mta |
int | state |
void * | tech_pvt |
uint16_t | trid |
Definition at line 53 of file pktccops.h.
time_t allocated |
Definition at line 60 of file pktccops.h.
Referenced by pktccops_show_gates().
time_t checked |
Definition at line 61 of file pktccops.h.
Referenced by do_pktccops(), and pktccops_show_gates().
Definition at line 63 of file pktccops.h.
Referenced by cops_gate_cmd(), do_pktccops(), pktccops_gatedel(), and pktccops_show_gates().
time_t deltimer |
Definition at line 62 of file pktccops.h.
Referenced by do_pktccops(), and mgcp_hangup().
Referenced by destroy_endpoint(), do_pktccops(), mgcp_alloc_pktcgate(), and mgcp_hangup().
int(* gate_remove)(struct cops_gate *gate) |
Referenced by ast_pktccops_gate_alloc(), destroy_endpoint(), and mgcp_hangup().
uint32_t gateid |
Definition at line 55 of file pktccops.h.
Referenced by ast_pktccops_gate_alloc(), cops_gate_cmd(), do_pktccops(), mgcp_pktcgate_open(), mgcp_pktcgate_remove(), pktccops_gatedel(), pktccops_show_gates(), transmit_connect_with_sdp(), transmit_modify_request(), and transmit_modify_with_sdp().
Referenced by ast_pktccops_gate_alloc(), destroy_endpoint(), do_pktccops(), and mgcp_hangup().
time_t in_transaction |
Definition at line 57 of file pktccops.h.
Referenced by cops_gate_cmd(), do_pktccops(), and pktccops_show_gates().
struct { ... } list |
uint32_t mta |
Definition at line 58 of file pktccops.h.
Referenced by do_pktccops(), and pktccops_show_gates().
Definition at line 54 of file pktccops.h.
int state |
Definition at line 59 of file pktccops.h.
Referenced by do_pktccops(), mgcp_hangup(), mgcp_pktcgate_remove(), mgcp_write(), pktccops_show_gates(), transmit_connect_with_sdp(), transmit_modify_request(), and transmit_modify_with_sdp().
void* tech_pvt |
Definition at line 67 of file pktccops.h.
Referenced by destroy_endpoint(), mgcp_alloc_pktcgate(), mgcp_hangup(), mgcp_pktcgate_open(), and mgcp_pktcgate_remove().
uint16_t trid |
Definition at line 56 of file pktccops.h.
Referenced by cops_gate_cmd(), and do_pktccops().