nuttx/net/icmpv6
chao.an 77a99acc98 net/icmpv6: fix build break "duplicate macro parameter"
Error: net/icmpv6/icmpv6.h:442:33: error: duplicate macro parameter "d"
 #  define icmpv6_setaddresses(d,d,p,p) (0)

Signed-off-by: chao.an <anchao@xiaomi.com>
2022-08-26 10:00:22 +02:00
..
icmpv6_advertise.c net: unify FAR keyword usage for all net buffer memory mapped buffers 2022-01-20 01:42:56 +08:00
icmpv6_autoconfig.c Replace all strncpy with strlcpy for safety 2022-08-25 13:38:36 +08:00
icmpv6_conn.c net: Remove the unnecessary initialization code 2022-03-12 19:24:17 +02:00
icmpv6_input.c icmpv6: add NTOHL when parse ICMPV6 option MTU 2022-08-26 10:00:22 +02:00
icmpv6_ioctl.c net: tcp/udp/icmp/icmpv6 add FIONSPACE support 2022-04-02 13:39:38 +08:00
icmpv6_linkipaddr.c
icmpv6_neighbor.c Replace all strncpy with strlcpy for safety 2022-08-25 13:38:36 +08:00
icmpv6_netpoll.c net/poll: fix race condition if connect free before poll teardown 2022-07-09 19:11:42 +08:00
icmpv6_notify.c Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
icmpv6_poll.c net/icmpv6: replace the common connect prologue 2022-02-10 15:04:33 -03:00
icmpv6_radvertise.c net: unify FAR keyword usage for all net buffer memory mapped buffers 2022-01-20 01:42:56 +08:00
icmpv6_recvmsg.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
icmpv6_reply.c net: unify FAR keyword usage for all net buffer memory mapped buffers 2022-01-20 01:42:56 +08:00
icmpv6_rnotify.c update IPv6 NIC parameters unconditionally when ICMPv6 RA is received 2022-08-26 10:00:22 +02:00
icmpv6_rsolicit.c net: unify FAR keyword usage for all net buffer memory mapped buffers 2022-01-20 01:42:56 +08:00
icmpv6_sendmsg.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
icmpv6_sockif.c iob: Remove iob_user_e enum and related code 2022-08-15 08:41:20 +03:00
icmpv6_solicit.c net: unify FAR keyword usage for all net buffer memory mapped buffers 2022-01-20 01:42:56 +08:00
icmpv6.h net/icmpv6: fix build break "duplicate macro parameter" 2022-08-26 10:00:22 +02:00
Kconfig
Make.defs net: tcp/udp/icmp/icmpv6 add FIONSPACE support 2022-04-02 13:39:38 +08:00