osd-contiki/core/net
2010-05-24 16:38:56 +00:00
..
mac Adjusted the code so as to remove compilation warnings. 2010-04-30 22:18:12 +00:00
rime Added check to not copy or create too large packets 2010-05-02 14:59:11 +00:00
rpl Improvements to local repair and DAO handling. 2010-05-24 16:38:56 +00:00
dhcpc.c Support for z80(sdcc) port. 2007-08-30 14:39:16 +00:00
dhcpc.h * Support longer lease times. 2007-03-16 12:16:16 +00:00
hc.c Support for z80(sdcc) port. 2007-08-30 14:39:16 +00:00
hc.h fixed documentation typos. 2009-03-17 20:28:44 +00:00
neighbor-attr.c Enabled external neighbor removal 2010-03-17 15:00:52 +00:00
neighbor-attr.h Enabled external neighbor removal 2010-03-17 15:00:52 +00:00
neighbor-info.c Remove unreachable neighbors immediately, rather than using an ETX threshold that leads to slow topological repairs. ETX information should later be stored even for removed neighbors if there is room. 2010-05-24 16:38:17 +00:00
neighbor-info.h minor include fix + added documentation 2010-03-12 13:40:13 +00:00
netstack.c Common initialization code for the netstack 2010-02-18 23:15:26 +00:00
netstack.h Replaced old framer (framer_get/framer_set) with new NETSTACK style configuration. Added nullrdc-framer that is a nullrdc with framer support. 2010-03-01 13:30:21 +00:00
psock.c Adjusted formal parameter to single existing actual parameter. 2010-03-29 20:26:14 +00:00
psock.h Bugfix and addition by Dogan Yazar: psock_readbuf() shouldn't wait for a full buffer (which might never happen); a new function for sending strings that batches data and sends full buffers instead of individual strings. 2010-03-24 21:03:32 +00:00
rawpacket-udp.c Fixed compiler warnings to make code compile with gcc's -pedantic switch 2007-11-17 18:01:00 +00:00
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 Remove compiler warning 2010-02-15 20:49:38 +00:00
resolv.h More uip_ipaddr_t fixes. 2006-09-18 23:27:42 +00:00
rime.h Remove old neighbor.h inclusion 2010-03-19 13:20:40 +00:00
sicslowpan.c cleanup of the code, removing dead core + adding local vars to save some space. 2010-05-24 14:28:56 +00:00
sicslowpan.h added support for all UDP port compressions in hc06 2010-03-26 10:28:51 +00:00
slipdev.c Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
slipdev.h fixed documentation typos. 2009-03-17 20:28:44 +00:00
tcpdump.c Updated code 2006-10-09 11:53:56 +00:00
tcpdump.h corrected function signature 2007-08-06 13:14:09 +00:00
tcpip.c added initialization of RPL 2010-05-01 13:04:31 +00:00
tcpip.h Changed to use separate Contiki event type for ICMP6 notifications 2010-02-05 12:43:36 +00:00
uaodv-def.h * Optional AODV BAD_HOP extension. 2007-05-28 16:32:43 +00:00
uaodv-rt.c * NULL pointer spotted by Vlasios. 2007-05-13 15:14:48 +00:00
uaodv-rt.h * Make it explicit that some seqno:s are in host byte order by naming 2007-05-09 13:45:16 +00:00
uaodv.c removed compiler specific attribute 2010-01-20 09:58:16 +00:00
uaodv.h including uaodv-rt 2007-12-13 10:04:59 +00:00
uip-debug.c added uip-debug utilities 2010-04-30 13:20:57 +00:00
uip-debug.h added uip-debug utilities 2010-04-30 13:20:57 +00:00
uip-ds6.c Added isinfinite to uip_ds6_defrt_t to handle infinite life time 2010-05-10 13:46:35 +00:00
uip-ds6.h Added isinfinite to uip_ds6_defrt_t to handle infinite life time 2010-05-10 13:46:35 +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 Changed packet drivers from services to plain processes. 2007-05-20 21:29:39 +00:00
uip-fw.c Name fix on uip_all_zeroes_addr 2008-02-08 09:12:57 +00:00
uip-fw.h fixed documentation typos. 2009-03-15 20:29:04 +00:00
uip-icmp6.c added icmp_send function and moved rpl input function signature 2010-04-30 13:22:21 +00:00
uip-icmp6.h added icmp_send function and moved rpl input function signature 2010-04-30 13:22:21 +00:00
uip-nd6.c fixed compiler warnings 2010-05-24 09:57:20 +00:00
uip-nd6.h removed nd llao option struct since not naturally aligned - replaced struct fields access with array based access 2010-05-19 12:21:45 +00:00
uip-neighbor.c Remove unguarded printf() 2008-11-09 12:16:05 +00:00
uip-neighbor.h Change typedef of uip_ipaddr_t from a vector type to a union. 2006-08-09 16:13:39 +00:00
uip-over-mesh.c bugfix: refresh correct source route 2010-03-31 09:38:42 +00:00
uip-over-mesh.h Added logic for announcing that a network has a gateway to the outside world (with the function uip_over_mesh_make_announced_gateway()). The announced gateway sends a trickle message to the network, containing the address of the gateway. Other nodes will then know that packets destined to the outside world should go through the gateway node. 2008-11-09 12:20:56 +00:00
uip-split.c Bugfix: split full size TCP segments if they match the MSS definition, not only the buffer size definition 2010-01-25 13:53:15 +00:00
uip-split.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
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 changed uip_buf to a union for 32-bit alignment 2010-05-24 10:07:34 +00:00
uip.h changed uip_buf to a union for 32-bit alignment 2010-05-24 10:07:34 +00:00
uip6.c changed uip_buf to a union for 32-bit alignment 2010-05-24 10:07:34 +00:00
uip_arch.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
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
uiplib.c Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
uiplib.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
uipopt.h Made TCP MSS configurable 2009-04-10 00:37:48 +00:00