#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 |
| 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_show_gates(), and pktccops_gatedel().
| time_t deltimer |
Definition at line 62 of file pktccops.h.
Referenced by mgcp_hangup(), and do_pktccops().
Definition at line 66 of file pktccops.h.
Referenced by mgcp_hangup(), mgcp_alloc_pktcgate(), destroy_endpoint(), and do_pktccops().
| int(* gate_remove)(struct cops_gate *gate) |
Definition at line 65 of file pktccops.h.
Referenced by mgcp_hangup(), destroy_endpoint(), and ast_pktccops_gate_alloc().
| uint32_t gateid |
Definition at line 55 of file pktccops.h.
Referenced by transmit_modify_with_sdp(), transmit_connect_with_sdp(), mgcp_pktcgate_remove(), mgcp_pktcgate_open(), transmit_modify_request(), ast_pktccops_gate_alloc(), cops_gate_cmd(), do_pktccops(), pktccops_show_gates(), and pktccops_gatedel().
Definition at line 64 of file pktccops.h.
Referenced by mgcp_hangup(), destroy_endpoint(), ast_pktccops_gate_alloc(), and do_pktccops().
| 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 mgcp_hangup(), mgcp_write(), transmit_modify_with_sdp(), transmit_connect_with_sdp(), mgcp_pktcgate_remove(), transmit_modify_request(), do_pktccops(), and pktccops_show_gates().
| void* tech_pvt |
Definition at line 67 of file pktccops.h.
Referenced by mgcp_hangup(), mgcp_pktcgate_remove(), mgcp_pktcgate_open(), mgcp_alloc_pktcgate(), and destroy_endpoint().
| uint16_t trid |
Definition at line 56 of file pktccops.h.
Referenced by cops_gate_cmd(), and do_pktccops().