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

/*************************************************************************
 * (C) 2011 AITNET - Sofia/Bulgaria - <office@aitnet.org>
 *  by Michael Pounov <misho@elwix.org>
 *
 * $Author: misho $
 * $Id: anshd.h,v 1.1 2011/10/04 22:37:46 misho Exp $
 *
 *************************************************************************/
#ifndef __ANSHD_H
#define __ANSHD_H


extern proc_head_t pH;
extern int Daemon, bpfLEN;

int spawnLogin(sched_task_t *, struct tagProc *);

void *icmpTx(sched_task_t *task);
void *icmpRx(sched_task_t *task);

void *pktTx(sched_task_t *task);
void *pktRx(sched_task_t *task);

void *fdTx(sched_task_t *task);
void *fdRx(sched_task_t *task);


#endif

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