File:  [ELWIX - Embedded LightWeight unIX -] / ansh / inc / anshd.h
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Oct 4 22:37:46 2011 UTC (12 years, 8 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: /*************************************************************************
    2:  * (C) 2011 AITNET - Sofia/Bulgaria - <office@aitnet.org>
    3:  *  by Michael Pounov <misho@elwix.org>
    4:  *
    5:  * $Author: misho $
    6:  * $Id: anshd.h,v 1.1 2011/10/04 22:37:46 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>