nuttx/net/utils
2018-07-07 15:23:46 -06:00
..
Kconfig
Make.defs
net_chksum.c
net_dsec2tick.c
net_dsec2timeval.c
net_icmpchksum.c
net_incr32.c
net_ipchksum.c This commit attempts remove some long standard confusion in naming and some actual problems that result from the naming confusion. The basic problem is the standard MTU does not include the size of the Ethernet header. For clarity, I changed the naming of most things called MTU to PKTSIZE. For example, CONFIG_NET_ETH_MTU is now CONFIG_NET_ETH_PKTSIZE. 2018-07-04 14:10:40 -06:00
net_ipv6_mask2pref.c
net_ipv6_maskcmp.c
net_ipv6_pref2mask.c
net_lock.c Update some comments. 2018-07-07 15:23:46 -06:00
net_tcpchksum.c
net_timeval2dsec.c
net_udpchksum.c
utils.h Update some comments. 2018-07-07 15:23:46 -06:00