Xiang Xiao
|
f5ea28e9ad
|
netlib: Remove AF_FAMILY and PF_FAMILY definition
use the common one(NETLIB_SOCK_FAMILY)
Change-Id: Ifc255f82f169d3bb37604c49006361a40c9933d1
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
|
2020-04-09 07:36:19 -06:00 |
|
Gregory Nutt
|
1859f56380
|
apps/netutils/netinit, apps/netutils/netlib/, and apps/include/netutils/netlib.h: Extend a few definitions to permit building netutils and netinit with only Netlink sockets enabled.
|
2019-11-19 09:49:36 -06:00 |
|
Gregory Nutt
|
b2f46360de
|
apps/: Remove/replace all conditional logic based on CONFIG_NSOCKET_DESCRIPTORS == 0. That value is always greater than zero now. In places just replace with #ifdef CONFIG_NET.
|
2019-02-11 16:23:55 -06:00 |
|
Gregory Nutt
|
0094b411da
|
apps/netutils/netlib: Various fixes needed to get a clean netlib build with Bluetooth only.
|
2018-04-03 10:01:55 -06:00 |
|
Gregory Nutt
|
6b9d23c6aa
|
Correct and standardize some naming used in the previous commits.
|
2017-10-30 14:16:37 -06:00 |
|
Gregory Nutt
|
41ce937ed0
|
Changes to netlib and nsh so that you build build with PF_IEEE802154 enabled and 6LoWPAN disabled.
|
2017-08-20 09:09:47 -06:00 |
|
Gregory Nutt
|
234afcd85b
|
netutils/netlib: Fixes to work when only USRSOCK is enabled.
|
2017-07-14 16:22:14 -06:00 |
|
Gregory Nutt
|
7441c5422f
|
Socket I/F: Cleanup for good CONFIG_NET_PKT build.
|
2017-07-14 13:43:04 -06:00 |
|
Gregory Nutt
|
47aed25836
|
Fixes to get apps/examples/udgram building again.
|
2017-07-14 11:35:26 -06:00 |
|
Sebastien Lorquet
|
2cbad44f1d
|
This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h"
|
2016-07-11 10:11:18 -06:00 |
|
Gregory Nutt
|
2668e34f5a
|
apps/netutils/netlib: All IOCTLs must use a valid address family -- even if the address family does not matter such as when getting the MAC address or the network flags
|
2015-01-19 11:41:46 -06:00 |
|
Gregory Nutt
|
5741e70eb9
|
apps/netutils/netlib: Add new library functions to manipulate IPv6 addresses
|
2015-01-18 15:56:14 -06:00 |
|
Gregory Nutt
|
953c0fb069
|
Rename IPv4 netlib functions and files to make room in the namespace for corresponding IPv6 functions and files
|
2015-01-18 14:17:00 -06:00 |
|
Gregory Nutt
|
e7fedfa4a5
|
NET: Rename functions in apps/netutils/netlib to begin with netlib_ vs uip_
|
2014-07-02 16:52:02 -06:00 |
|