Home
last modified time | relevance | path

Searched refs:nd6 (Results 1 – 15 of 15) sorted by relevance

/third_party/lwip/src/core/ipv6/
Dnd6.c293 ND6_STATS_INC(nd6.recv); in nd6_input()
307 ND6_STATS_INC(nd6.lenerr); in nd6_input()
308 ND6_STATS_INC(nd6.drop); in nd6_input()
322 ND6_STATS_INC(nd6.proterr); in nd6_input()
323 ND6_STATS_INC(nd6.drop); in nd6_input()
355 ND6_STATS_INC(nd6.lenerr); in nd6_input()
356 ND6_STATS_INC(nd6.drop); in nd6_input()
365 ND6_STATS_INC(nd6.lenerr); in nd6_input()
366 ND6_STATS_INC(nd6.drop); in nd6_input()
397 ND6_STATS_INC(nd6.lenerr); in nd6_input()
[all …]
/third_party/lwip/
D0081-ip6-hdr.patch184 diff -Nur lwip-ipv6/src/core/ipv6/nd6.c lwip-ipv6-hdr/src/core/ipv6/nd6.c
185 --- lwip-ipv6/src/core/ipv6/nd6.c 2023-11-15 19:48:02.864481010 +0800
186 +++ lwip-ipv6-hdr/src/core/ipv6/nd6.c 2023-11-15 20:06:47.036481010 +0800
D0022-notify-app-that-sock-state-changes-to-CLOSE_WAIT.patch16 #include "lwip/nd6.h"
DBUILD.gn45 "src/core/ipv6/nd6.c",
D0050-lwip-reuse-ip-port.patch22 #include "lwip/nd6.h"
Dlwip.gni79 "$LWIPDIR/core/ipv6/nd6.c",
D0080-enable-ipv6.patch73 + ipv6/mld6.c ipv6/nd6.c
DCHANGELOG367 * opt.h, nd6.c: Added LWIP_HOOK_ND6_GET_GW()
482 * netif.h/.c, nd6.c: task #13729: Convert netif addresses (IPv4 & IPv6) to
891 * nd6.c: fixed bug #43784 (a host should send at least one Router Solicitation)
897 * nd6.c: fixed bug #38153 (nd6_input() byte order issues)
D0053-cleancode-improve-lwipopts.h-readability.patch905 #include "lwip/nd6.h"
D0002-adapt-lstack.patch2304 #include "lwip/nd6.h"
/third_party/lwip/src/include/lwip/
Dstats.h295 struct stats_proto nd6; member
458 #define ND6_STATS_DISPLAY() stats_display_proto(&lwip_stats.nd6, "ND")
/third_party/lwip/src/
DFilelists.mk73 $(LWIPDIR)/core/ipv6/nd6.c
DFilelists.cmake77 ${LWIP_DIR}/src/core/ipv6/nd6.c
/third_party/libcoap/examples/lwip/
DMakefile136 LWIP_SRC += mld6.c ip6.c icmp6.c ethip6.c nd6.c ip6_addr.c ip6_frag.c
/third_party/python/Lib/test/
Dtest_statistics.py2846 nd6 = NormalDist(8, 4)
2851 self.assertNotEqual(nd2, nd6)