Gregory Nutt
|
b54ffe858a
|
Standardization of some function headers.
|
2018-03-13 09:52:27 -06:00 |
Gregory Nutt
|
0eee0f22cd
|
Networking: IPv4 getsockname(): Fix a typo that can cause a compile error.
|
2017-09-19 10:52:01 -06:00 |
Gregory Nutt
|
780435d9f1
|
Networking: sockgetname() files need to include udp/udp.h and tcp/tcp.h or otherwise NET_UDP_HAVE_STACK and NET_TCP_HAVE_STACK are undefined and the logic is never compiled. Noted by Anthony Merlino
|
2017-09-18 13:14:57 -06:00 |
Gregory Nutt
|
684a59f8e8
|
Eliminate some warnings found in build testing.
|
2017-09-15 14:42:50 -06:00 |
Gregory Nutt
|
cca15891c9
|
Networking: Fix some errors found by Coverity
|
2017-09-13 13:04:26 -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
|
3c6981534f
|
Networking: Move INET socket interface out of net/sockets to its own directory net/inet
|
2017-08-06 14:48:19 -06:00 |