Gregory Nutt
|
a0e169ad7b
|
net/: Fix a sixlowpan typo bug recently introduced; Rename g_ipv6_allzeroaddre with the more meaning g_ipv6_unspecaddr since the all-zero address is the IPv6 unspecified address (sometime IN6_ADDR_ANY). Remove more inline tests for IPv6 multicast with tcommint net_is_addr_mcast() macro. Update some comments.
|
2018-06-23 12:53:27 -06:00 |
Gregory Nutt
|
bd7c84b23e
|
Remove CONFIG_NETDEV_MULTINIC. This increases code size by a little, but greatly reduces the complexity of the network code.
|
2017-08-08 14:24:12 -06:00 |
Gregory Nutt
|
2ada7d5892
|
IPv6: Remove comparisons to the address with all ones set. IPv6 does not support broadcast addresses and certainly not in that form. Replace with multicast addresses beginning with 0xff02.
|
2017-08-07 11:50:50 -06:00 |
Gregory Nutt
|
d5207efb5a
|
Be consistent... Use Name: consistent in function headers vs Function:
|
2017-04-21 16:33:14 -06:00 |
Gregory Nutt
|
7cb34d969d
|
6loWPAN: More fixes from early debug.
|
2017-04-03 15:25:36 -06:00 |
Gregory Nutt
|
2c95fef501
|
Remove some empty code section comments
|
2016-02-26 07:35:55 -06:00 |
Gregory Nutt
|
d700793077
|
Fix a compile error when IPv6 is enabled
|
2015-09-07 16:34:25 -06:00 |
Gregory Nutt
|
14297afb83
|
Cosmetic fix to break up long line
|
2015-09-03 07:33:50 -06:00 |
Gregory Nutt
|
36f4d0e9fc
|
Fix a error in some comments
|
2015-09-02 20:03:28 -06:00 |
Gregory Nutt
|
0e2986f131
|
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 |
Gregory Nutt
|
933b95ac80
|
Forgot to add a file in the last commit
|
2015-05-30 09:17:46 -06:00 |