Annotation of ansh/inc/anshd.h, revision 1.1.1.1

1.1       misho       1: /*************************************************************************
                      2:  * (C) 2011 AITNET - Sofia/Bulgaria - <office@aitnet.org>
                      3:  *  by Michael Pounov <misho@elwix.org>
                      4:  *
                      5:  * $Author: misho $
                      6:  * $Id: global.h,v 1.2 2011/06/08 12:45:40 misho Exp $
                      7:  *
                      8:  *************************************************************************/
                      9: #ifndef __ANSHD_H
                     10: #define __ANSHD_H
                     11: 
                     12: 
                     13: extern proc_head_t pH;
                     14: extern int Daemon, bpfLEN;
                     15: 
                     16: int spawnLogin(sched_task_t *, struct tagProc *);
                     17: 
                     18: void *icmpTx(sched_task_t *task);
                     19: void *icmpRx(sched_task_t *task);
                     20: 
                     21: void *pktTx(sched_task_t *task);
                     22: void *pktRx(sched_task_t *task);
                     23: 
                     24: void *fdTx(sched_task_t *task);
                     25: void *fdRx(sched_task_t *task);
                     26: 
                     27: 
                     28: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>