Mon Aug 31 12:30:41 2015

Asterisk developer's documentation


pktccops.h File Reference

PacketCable COPS. More...

#include "asterisk/optional_api.h"

Go to the source code of this file.

Data Structures

struct  cops_gate

Enumerations

enum  { GATE_SET, GATE_INFO, GATE_SET_HAVE_GATEID, GATE_DEL }
enum  {
  GATE_ALLOC_FAILED, GATE_ALLOC_PROGRESS, GATE_ALLOCATED, GATE_CLOSED,
  GATE_CLOSED_ERR, GATE_OPEN, GATE_DELETED, GATE_TIMEOUT
}

Functions

static void __init__ast_pktccops_gate_alloc (void)
static struct cops_gate__stub__ast_pktccops_gate_alloc (int cmd, struct cops_gate *gate, uint32_t mta, uint32_t actcount, float bitrate, uint32_t psize, uint32_t ssip, uint16_t ssport, int(*const got_dq_gi)(struct cops_gate *gate), int(*const gate_remove)(struct cops_gate *gate))
static typeof (__stub__ast_pktccops_gate_alloc) __ref__ast_pktccops_gate_alloc

Detailed Description

PacketCable COPS.

Author:
Attila Domjan <attila.domjan.hu@gmail.com>

Definition in file pktccops.h.


Enumeration Type Documentation

anonymous enum
Enumerator:
GATE_SET 
GATE_INFO 
GATE_SET_HAVE_GATEID 
GATE_DEL 

Definition at line 35 of file pktccops.h.

00035      {
00036    GATE_SET,
00037    GATE_INFO,
00038    GATE_SET_HAVE_GATEID,
00039    GATE_DEL
00040 };

anonymous enum
Enumerator:
GATE_ALLOC_FAILED 
GATE_ALLOC_PROGRESS 
GATE_ALLOCATED 
GATE_CLOSED 
GATE_CLOSED_ERR 
GATE_OPEN 
GATE_DELETED 
GATE_TIMEOUT 

Definition at line 42 of file pktccops.h.

00042      {
00043    GATE_ALLOC_FAILED,
00044    GATE_ALLOC_PROGRESS,
00045    GATE_ALLOCATED,
00046    GATE_CLOSED,
00047    GATE_CLOSED_ERR,
00048    GATE_OPEN,
00049    GATE_DELETED,
00050    GATE_TIMEOUT
00051 };


Function Documentation

static void __init__ast_pktccops_gate_alloc ( void   )  [static]

Definition at line 76 of file pktccops.h.

00076 { return NULL; });

static struct cops_gate* __stub__ast_pktccops_gate_alloc ( int  cmd,
struct cops_gate gate,
uint32_t  mta,
uint32_t  actcount,
float  bitrate,
uint32_t  psize,
uint32_t  ssip,
uint16_t  ssport,
int(*)(struct cops_gate *gate)  got_dq_gi,
int(*)(struct cops_gate *gate)  gate_remove 
) [static, read]

Definition at line 76 of file pktccops.h.

00076 { return NULL; });

static typeof ( __stub__ast_pktccops_gate_alloc   )  [static]

Generated on 31 Aug 2015 for Asterisk - The Open Source Telephony Project by  doxygen 1.6.1