incubator-nuttx/net/devif
Gregory Nutt a81a467a40 Networking: In both IPv6 and IPv4 incoming logic: (1) Should check if the packet size is large enough before trying to access the packet length in the IP header. (2) In the comparison between the IP length and the full packet length, need to subtract the size of the link layer header before making the comparison or we will get false positives (i.e., the packet is really too small). 2016-06-09 13:16:47 -06:00
..
Make.defs - Rename devif_input() ipv4_input() 2015-01-15 08:03:56 -06:00
devif.h Replace confusing references to uIP with just 'the network' 2016-05-30 09:31:44 -06:00
devif_callback.c Remove dangling whitespace 2015-10-04 15:28:54 -06:00
devif_initialize.c Networking: Remove the HSEC argument from devif_timer. 2016-02-03 12:12:41 -06:00
devif_iobsend.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
devif_pktsend.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
devif_poll.c Replace confusing references to uIP with just 'the network' 2016-05-30 09:31:44 -06:00
devif_send.c Standardize some naming in code section comments 2016-02-21 18:09:04 -06:00
ipv4_input.c Networking: In both IPv6 and IPv4 incoming logic: (1) Should check if the packet size is large enough before trying to access the packet length in the IP header. (2) In the comparison between the IP length and the full packet length, need to subtract the size of the link layer header before making the comparison or we will get false positives (i.e., the packet is really too small). 2016-06-09 13:16:47 -06:00
ipv6_input.c Networking: In both IPv6 and IPv4 incoming logic: (1) Should check if the packet size is large enough before trying to access the packet length in the IP header. (2) In the comparison between the IP length and the full packet length, need to subtract the size of the link layer header before making the comparison or we will get false positives (i.e., the packet is really too small). 2016-06-09 13:16:47 -06:00
net_setipid.c Remove all inclusion of uip.h 2014-07-04 16:58:22 -06:00