nuttx/net/utils
2015-09-02 19:48:31 -06:00
..
Kconfig
Make.defs
net_chksum.c net/tcp: The logic that binds a specific networkd device to a connection was faulty for the case of multiple network devices. On bind(), the local address should be used to associate a device with the connection (if the local address is not INADDR_ANY); On connect(), the remote address should be used (in case the local address is INADDR_ANY). On accept(), it does not matter but the remote address is the one guarenteed to be available. 2015-09-02 19:48:31 -06:00
net_dsec2tick.c
net_dsec2timeval.c
net_ipv6_maskcmp.c
net_ipv6_pref2mask.c
net_lock.c Networking: Fix some compilation issues noted with network is build with CONFIG_BUILD_KERNEL 2015-07-05 11:18:56 -06:00
net_timeval2dsec.c
utils.h