File: dnet.h

package info (click to toggle)
libdumbnet 1.8-1.5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,704 kB
  • ctags: 2,108
  • sloc: sh: 15,441; ansic: 10,147; python: 205; makefile: 162
file content (30 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
 * dumbnet.h
 *
 * Copyright (c) 2001 Dug Song <dugsong@monkey.org>
 *
 * $Id: dnet.h,v 1.5 2002/12/02 04:15:11 dugsong Exp $
 */

#ifndef DUMBNET_H
#define DUMBNET_H

#include <dumbnet/os.h>

#include <dumbnet/eth.h>
#include <dumbnet/ip.h>
#include <dumbnet/ip6.h>
#include <dumbnet/addr.h>
#include <dumbnet/arp.h>
#include <dumbnet/icmp.h>
#include <dumbnet/tcp.h>
#include <dumbnet/udp.h>

#include <dumbnet/intf.h>
#include <dumbnet/route.h>
#include <dumbnet/fw.h>

#include <dumbnet/blob.h>
#include <dumbnet/rand.h>

#endif /* DUMBNET_H */