nuttx/net/icmpv6
Gregory Nutt 8fdbb1e0a4 Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t
Squashed commit of the following:

    sched:  Rename all use of system_t to clock_t.
    syscall:  Rename all use of system_t to clock_t.
    net:  Rename all use of system_t to clock_t.
    libs:  Rename all use of system_t to clock_t.
    fs:  Rename all use of system_t to clock_t.
    drivers:  Rename all use of system_t to clock_t.
    arch:  Rename all use of system_t to clock_t.
    include:  Remove definition of systime_t; rename all use of system_t to clock_t.
2018-06-16 12:16:13 -06:00
..
icmpv6_advertise.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
icmpv6_autoconfig.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
icmpv6_conn.c Merged in hardlulz/modem-3.0-nuttx/fix-sem-EINTR (pull request #603) 2018-02-20 18:24:53 +00:00
icmpv6_input.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
icmpv6_neighbor.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
icmpv6_netpoll.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
icmpv6_notify.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
icmpv6_poll.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
icmpv6_radvertise.c net/icmpv6/icmpv6_radvertise.c: set the prefix length to preconfigured value 2017-11-08 07:50:36 -06:00
icmpv6_recvfrom.c Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 2018-06-16 12:16:13 -06:00
icmpv6_rnotify.c Squashed commit of the following: 2017-10-03 15:35:24 -06:00
icmpv6_rsolicit.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
icmpv6_sendto.c Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 2018-06-16 12:16:13 -06:00
icmpv6_sockif.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
icmpv6_solicit.c Standardization of some function headers. 2018-03-13 09:52:27 -06:00
icmpv6.h Standardization of some function headers. 2018-03-13 09:52:27 -06:00
Kconfig net/icmpv6/icmpv6_radvertise.c: Add option to manually specify router prefix 2017-11-08 07:47:41 -06:00
Make.defs 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