|
Asterisk - The Open Source Telephony Project
18.5.0
|

Data Fields | |
| struct cops_cmts * | cmts |
| struct { | |
| struct cops_ippool * next | |
| } | list |
| uint32_t | start |
| uint32_t | stop |
Definition at line 150 of file res_pktccops.c.
| struct cops_cmts* cmts |
Definition at line 154 of file res_pktccops.c.
Referenced by cops_gate_cmd(), load_pktccops_config(), and pktccops_show_pools().
| struct { ... } list |
Referenced by cops_gate_cmd(), pktccops_show_pools(), and pktccops_unregister_ippools().
| struct cops_ippool* next |
Definition at line 151 of file res_pktccops.c.
| uint32_t start |
Definition at line 152 of file res_pktccops.c.
Referenced by cops_gate_cmd(), load_pktccops_config(), and pktccops_show_pools().
| uint32_t stop |
Definition at line 153 of file res_pktccops.c.
Referenced by load_pktccops_config(), and pktccops_show_pools().
1.8.13