nuttx-apps/netutils/netlib
2016-01-17 07:53:52 -06:00
..
.gitignore
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:14:53 -06:00
Makefile Merge remote-tracking branch 'origin/master' into resolv.conf 2016-01-14 15:17:20 -06:00
netlib_autoconfig.c Add an ioctal() that can be used to perform ICMPv6 auto-configuration 2015-02-03 08:54:42 -06:00
netlib_getdripv4addr.c Add netlib_get_dripv4addr() and netlib_get_ipv4netmask() 2016-01-14 07:24:36 -06:00
netlib_getifstatus.c 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
netlib_getipv4addr.c
netlib_getipv4netmask.c NSH: Remove partial implementation of the use of IOBJ/IPTR in NSH. There are some complications 2016-01-17 07:53:52 -06:00
netlib_getipv6addr.c
netlib_getmacaddr.c 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
netlib_ipmsfilter.c
netlib_ipv6netmask2prefix.c apps/netutils/netlib: Add utilities to convert to/from prefix lengths from/to 128-bit network masks. Modify the NSH IPv6 ifconfig command to show the network mask in a more standard, human readable way. 2015-02-06 10:23:15 -06:00
netlib_listenon.c
netlib_parsehttpurl.c Standardize the width of all comment boxes in C files 2015-10-03 07:20:15 -06:00
netlib_prefix2ipv6netmask.c apps/netutils/netlib: Add utilities to convert to/from prefix lengths from/to 128-bit network masks. Modify the NSH IPv6 ifconfig command to show the network mask in a more standard, human readable way. 2015-02-06 10:23:15 -06:00
netlib_server.c Eliminate a warning 2015-12-05 10:36:19 -06:00
netlib_setdripv4addr.c
netlib_setdripv6addr.c Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, not sin_port and sin_family 2015-01-20 18:14:09 -06:00
netlib_setifstatus.c 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
netlib_setipv4addr.c
netlib_setipv4dnsaddr.c Step 1 in /etc/resolv.conf support 2016-01-13 15:08:59 -06:00
netlib_setipv4netmask.c
netlib_setipv6addr.c Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, not sin_port and sin_family 2015-01-20 18:14:09 -06:00
netlib_setipv6netmask.c Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, not sin_port and sin_family 2015-01-20 18:14:09 -06:00
netlib_setmacaddr.c 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
netlib.c