..
arp.h
Add more definitions needed by apps/examples/wapi
2017-04-11 12:41:30 -06:00
cs89x0.h
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
dns.h
resolv.conf: Fix some basic compilation issues. Logic still not complete.
2016-01-14 08:32:20 -06:00
enc28j60.h
ENC28J60: Update interface to use newer parameter passing to interrupt handlers
2017-08-21 16:49:43 -06:00
encx24j600.h
ENC28J60: Update interface to use newer parameter passing to interrupt handlers
2017-08-21 16:49:43 -06:00
ethernet.h
Standardize some header files
2015-02-16 14:29:43 -06:00
ftmac100.h
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
gmii.h
Clean up and review of header files for conformance to standards
2015-06-12 19:26:01 -06:00
icmp.h
This change adds support for semi-standard IPPROTO_ICMP AF_INET datagram sockets. This replaces the old ad hoc, nonstandard way of implementing ping with a more standard, socket interface.
2017-10-23 08:45:12 -06:00
icmpv6.h
This commit adds support for semi-standard IPPROTO_ICMP6 sockets. This is a replacement for the non-standard ICMPv6 ping support that violated the portable POSIX OS interface.
2017-10-24 11:23:08 -06:00
ieee802154.h
PF_IEEE802154: With this commit PF_IEEE802154 address family is basically functional. More testing is needed, of course.
2017-08-19 18:50:50 -06:00
igmp.h
Replace confusing references to uIP with just 'the network'
2016-05-30 09:51:15 -06:00
ioctl.h
Squashed commit of the following:
2017-09-19 14:17:05 -06:00
ip.h
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
ipopt.h
NET: rename include/net/ip.h to ipopt.h
2014-07-04 16:44:53 -06:00
loopback.h
Fix IPv6 loopback driver that depended on the removed g_ipv6_allonesaddr. Noted by Masayuki Ishikawa
2017-08-09 06:59:55 -06:00
mii.h
Kinetis Ethernet: Add support for the KSZ8081 PHY
2016-07-12 09:59:08 -06:00
net.h
This change adds support for semi-standard IPPROTO_ICMP AF_INET datagram sockets. This replaces the old ad hoc, nonstandard way of implementing ping with a more standard, socket interface.
2017-10-23 08:45:12 -06:00
netconfig.h
This change adds support for semi-standard IPPROTO_ICMP AF_INET datagram sockets. This replaces the old ad hoc, nonstandard way of implementing ping with a more standard, socket interface.
2017-10-23 08:45:12 -06:00
netdev.h
Networking: Remove driver based backlog support. This affects the entire network, but is used by only one driver. The only supported with of supported RX backlog is via common read-ahead buffering.
2017-08-21 06:28:59 -06:00
netstats.h
Networking: Clean up network status collection and presentation for IPv6
2015-01-24 08:26:12 -06:00
phy.h
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
pkt.h
Update and move ieee802154.h socket header file. Fix some comments in net/pkt.
2017-08-18 07:08:02 -06:00
radiodev.h
6LoWPAN/Radio: Rename radio property sp_pktlen to sp_framelen. Add 6LoWPAN utility to get the max frame length (not yet hooked in)
2017-09-10 10:13:33 -06:00
rfc6775.h
include/: Remove dangling space at the end of lines.
2017-06-28 13:30:08 -06:00
sixlowpan.h
Mark an untested driver as EXPERIMENTAL in its Kconfig; Update some comments.
2017-09-11 09:35:39 -06:00
slip.h
Be consistent... Use Name: consistent in function headers vs Function:
2017-04-21 16:33:14 -06:00
tcp.h
IP forwarding. Adds a little more structure to handle passing packets received on one network device to another network device. Logic is still incomplete.
2017-07-04 10:19:52 -06:00
telnet.h
drivers/net/telnet.c: Now works like the loop device. A new interface called telnet_initialize() registers a telnet session "factory" device at /dev/telnet. Via ioctl, the factory device can create instances of the telnet character devices at /dev/telnetN to support Telnet sessions.
2015-12-07 13:48:06 -06:00
tun.h
Move TUN ioctl commnd to include/nuttx/net/ioctl.h so that it will always be unique. It a error in netdev_register: it was not handling device names properly when TUN is the only network device.
2017-07-07 13:03:04 -06:00
udp.h
Replace confusing references to uIP with just 'the network'
2016-05-30 09:51:15 -06:00
usrsock.h
net/usrsock: fix USRSOCK to work with recent changes to networking layer
2017-07-31 07:38:24 -06:00