blob: fea192203bc304e5e77634c1790ff4df95d754de [file] [log] [blame]
adamdunkelsdc0bc682004-09-10 09:39:06 +00001The contiki/uip/ directory contains the source code for the uIP TCP/IP
2stack and associated utility libraries.
3
adamdunkels8f96bfb2004-09-18 21:01:59 +00004dhcpc.[ch]
5
6 A rudimentary DHCP client.
7
adamdunkelsdc0bc682004-09-10 09:39:06 +00008packet-service.h
9
10 The Contiki/uIP packet driver interface, used by network device
11 drivers.
12
13packet-service.c.example
14
15 An example implementation of the packet driver interface.
16
17resolv.[ch]
18
19 DNS hostname resolver library.
20
21slipdev.[ch]
22
23 A generic SLIP implementation.
24
25socket.[ch]
26
27 A BSD socket-like API built on top of the uIP API using
28 protothreads.
29
30tcpip.[ch]
31
32 The glue module between Contiki and uIP.
33
34uip-fw*.[ch]
35
36 uIP packet routing/forwarding.
37
38uip-split.[ch]
39
40 uIP TCP throughput booster hack.
41
42uip.[ch]
43
44 The uIP TCP/IP stack.
45
46uip_arch.h
47
48 The uIP architecture dependant functions interface.
49
50uip_arp.[ch]
51
52 ARP protocol implementation.
53
54uipbuf.[ch]
55
56 uIP input buffering utility functions.
57
58uiplib.[ch]
59
60 uIP conversion utility functions.
61
62uipopt.h
63
64 uIP options file with Contiki-specific settings.
65