contiki/core/net
2009-10-18 22:03:44 +00:00
..
mac A new optimization to X-MAC: senders now keep track of when neighbors 2009-10-18 13:19:25 +00:00
rime * decline route discovery requests if we have one in the air 2009-10-08 16:30:26 +00:00
routing made the route discovery packet timeout configurable. 2009-09-29 16:02:28 +00:00
dhcpc.c
dhcpc.h * Support longer lease times. 2007-03-16 12:16:16 +00:00
hc.c
hc.h fixed documentation typos. 2009-03-17 20:28:44 +00:00
psock.c *** empty log message *** 2009-07-23 16:13:48 +00:00
psock.h
rawpacket-udp.c
rawpacket-udp.h Added *experimental* module for sending raw (non-routed) packets from Contiki. The name of the module is likely to change. 2006-10-22 12:31:46 +00:00
rawpacket.h Added *experimental* module for sending raw (non-routed) packets from Contiki. The name of the module is likely to change. 2006-10-22 12:31:46 +00:00
resolv.c Fixed compiler warnings to make code compile with gcc's -pedantic switch 2007-11-17 18:01:00 +00:00
resolv.h
rime.h
sicslowpan.c Moved the link layer destination check to sicslowmac 2009-09-18 16:37:17 +00:00
sicslowpan.h fixed alignment problem on MSP430 when using compression 2009-04-06 13:11:20 +00:00
slipdev.c
slipdev.h
tcpdump.c Updated code 2006-10-09 11:53:56 +00:00
tcpdump.h
tcpip.c support udp_broadcast_new also when using IPv6. Suggested by Wolf-Bastian Pttner. 2009-04-13 19:54:07 +00:00
tcpip.h fixed documentation typos. 2009-03-17 20:28:44 +00:00
uaodv-def.h * Optional AODV BAD_HOP extension. 2007-05-28 16:32:43 +00:00
uaodv-rt.c
uaodv-rt.h
uaodv.c
uaodv.h including uaodv-rt 2007-12-13 10:04:59 +00:00
uip6.c decrement TTL right after forwarding check. 2009-05-19 11:54:50 +00:00
uip_arch.h
uip_arp.c Name fix on uip_all_zeroes_addr 2008-02-07 01:35:00 +00:00
uip_arp.h Added the CCIF (Contiki Core InterFace) declarations used by the applications which are currently part of the Win32 build. 2006-08-26 23:54:00 +00:00
uip-fw-drv.c Removed the empty PROCESS_NO_BROADCAST macro. 2007-05-23 22:16:05 +00:00
uip-fw-drv.h
uip-fw.c Name fix on uip_all_zeroes_addr 2008-02-08 09:12:57 +00:00
uip-fw.h
uip-icmp6.c
uip-icmp6.h
uip-nd6-io.c
uip-nd6.c
uip-nd6.h changed timer to stimer for neighbor, prefix, default router, address list 2009-02-19 16:42:41 +00:00
uip-neighbor.c Remove unguarded printf() 2008-11-09 12:16:05 +00:00
uip-neighbor.h
uip-netif.c
uip-netif.h
uip-over-mesh.c Added functionality for decaying routes: when a packet is sent over a route, it is decayed. If the route is not refreshed within four packets (with the route_refresh() function, which is called when a new packet arrives), the route is dropped. A route can be decayed at most once per second 2009-05-10 21:08:01 +00:00
uip-over-mesh.h
uip-split.c
uip-split.h
uip-udp-packet.c Added function for sending an UDP packet to a specified IP address and port number over an existing UDP connection 2009-10-18 22:02:01 +00:00
uip-udp-packet.h Added function for sending an UDP packet to a specified IP address and port number over an existing UDP connection 2009-10-18 22:02:01 +00:00
uip.c Hack to be able to receive UDPv4 multicast packets 2009-10-18 22:03:44 +00:00
uip.h
uiplib.c
uiplib.h
uipopt.h Made TCP MSS configurable 2009-04-10 00:37:48 +00:00