Searched refs:pqueue_t (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pptp/
H A Dpqueue.h23 } pqueue_t; typedef in typeref:struct:pqueue
26 int pqueue_del (pqueue_t *point);
27 pqueue_t *pqueue_head ();
28 int pqueue_expiry_time (pqueue_t *entry);
H A Dpqueue.c20 static int pqueue_alloc (int seq, unsigned char *packet, int packlen, pqueue_t **new);
25 static pqueue_t *pq_head = NULL, *pq_tail = NULL;
28 static pqueue_t *pq_freelist_head = NULL;
32 static int pqueue_alloc(int seq, unsigned char *packet, int packlen, pqueue_t **new) {
34 pqueue_t *newent;
87 newent = (pqueue_t *)malloc( sizeof(pqueue_t) );
129 pqueue_t *newent, *point;
183 int pqueue_del (pqueue_t *point) {
204 pqueue_t *poin
[all...]
H A Dpptp_gre.c118 pqueue_t *head;
428 pqueue_t *head;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pptp/
H A Dpqueue.h23 } pqueue_t; typedef in typeref:struct:pqueue
26 int pqueue_del (pqueue_t *point);
27 pqueue_t *pqueue_head ();
28 int pqueue_expiry_time (pqueue_t *entry);
H A Dpqueue.c20 static int pqueue_alloc (int seq, unsigned char *packet, int packlen, pqueue_t **new);
25 static pqueue_t *pq_head = NULL, *pq_tail = NULL;
28 static pqueue_t *pq_freelist_head = NULL;
32 static int pqueue_alloc(int seq, unsigned char *packet, int packlen, pqueue_t **new) {
34 pqueue_t *newent;
87 newent = (pqueue_t *)malloc( sizeof(pqueue_t) );
129 pqueue_t *newent, *point;
183 int pqueue_del (pqueue_t *point) {
204 pqueue_t *poin
[all...]
H A Dpptp_gre.c483 pqueue_t *head;
806 pqueue_t *head;

Completed in 21 milliseconds