This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
include
/
netinet
History
Gregory Nutt
9f754ed1dc
include/sys/sockio.h, net/netdev/netdev_ioctl.c: Fix a compile error introducted with commit 34db6d14338c2ecb1a87bf788158ff84c4306c09. That commit added the semi-standard ip_msfilter structure to netinet/in.h. Howver, there was a non-standard version of that structure in sys/sockio.h. This commit removes the non-standard version of struct ip_msfilter and adapts the IOCTL and device lookup logic in net/netdev to work with the new, semi-standard version in netinet/in.h.
2018-10-29 06:50:47 -06:00
..
arp.h
Replace confusing references to uIP with just 'the network'
2016-05-30 09:51:15 -06:00
ether.h
Clean up and review of header files for conformance to standards
2015-06-12 18:07:47 -06:00
in.h
include/sys/sockio.h, net/netdev/netdev_ioctl.c: Fix a compile error introducted with commit 34db6d14338c2ecb1a87bf788158ff84c4306c09. That commit added the semi-standard ip_msfilter structure to netinet/in.h. Howver, there was a non-standard version of that structure in sys/sockio.h. This commit removes the non-standard version of struct ip_msfilter and adapts the IOCTL and device lookup logic in net/netdev to work with the new, semi-standard version in netinet/in.h.
2018-10-29 06:50:47 -06:00
ip6.h
Header file clean-up
2012-07-17 03:58:11 +00:00
ip.h
Header file clean-up
2012-07-17 03:58:11 +00:00
tcp.h
Squashed commit of the following:
2018-03-12 10:59:46 -06:00
udp.h
net/udp: Finish support for the UDP_BINDTODEVICE protocol socket option
2018-06-25 15:07:53 -06:00