Home
last modified time | relevance | path

Searched refs:ip6 (Results 1 – 12 of 12) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/core/ipv6/
H A Dip6.c375 IP6_STATS_INC(ip6.drop); in ip6_forward()
398 IP6_STATS_INC(ip6.drop); in ip6_forward()
411 IP6_STATS_INC(ip6.drop); in ip6_forward()
420 IP6_STATS_INC(ip6.drop); in ip6_forward()
434 IP6_STATS_INC(ip6.drop); in ip6_forward()
461 IP6_STATS_INC(ip6.fw); in ip6_forward()
462 IP6_STATS_INC(ip6.xmit); in ip6_forward()
525 IP6_STATS_INC(ip6.recv);
533 IP6_STATS_INC(ip6.err);
579 IP6_STATS_INC(ip6.err);
[all …]
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dppp.c1243 #define IN6_LLADDR_FROM_EUI64(ip6, eui64) do { \ argument
1244 ip6.addr[0] = PP_HTONL(0xfe800000); \
1245 ip6.addr[1] = 0; \
1246 eui64_copy(eui64, ip6.addr[2]); \
1254 ip6_addr_t ip6; in sif6addr() local
1257 IN6_LLADDR_FROM_EUI64(ip6, our_eui64); in sif6addr()
1258 netif_ip6_addr_set(pcb->netif, 0, &ip6); in sif6addr()
/reactos/sdk/lib/dnslib/
H A DCMakeLists.txt12 ip6.c
/reactos/drivers/network/tcpip/lwip/test/unit/
H A DFilelists.mk45 $(TESTDIR)/ip6/test_ip6.c \
H A DFilelists.cmake29 ${LWIP_TESTDIR}/ip6/test_ip6.c
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dstats.h279 struct stats_proto ip6; member
426 #define IP6_STATS_DISPLAY() stats_display_proto(&lwip_stats.ip6, "IPv6")
H A Dip_addr.h71 ip6_addr_t ip6; member
116 #define ip_2_ip6(ipaddr) (&((ipaddr)->u_addr.ip6))
/reactos/drivers/network/tcpip/lwip/test/sockets/
H A Dsockets_stresstest.c701 ip6_addr_t ip6; in sockets_stresstest_init_client() local
717 if (ip6addr_aton(remote_ip, &ip6)) { in sockets_stresstest_init_client()
/reactos/drivers/network/tcpip/lwip/doc/
H A Dmdns.txt54 - Reverse lookups (PTR in-addr.arpa, ip6.arpa) of netif addresses
/reactos/drivers/network/tcpip/lwip/src/
H A DFilelists.mk68 $(LWIPDIR)/core/ipv6/ip6.c \
H A DFilelists.cmake76 ${LWIP_DIR}/src/core/ipv6/ip6.c
/reactos/drivers/network/tcpip/lwip/
H A DCHANGELOG421 * ip6.c: Patch #9250: fix source substitution in ip6_output_if()
613 * opt.h, ip4_addr.h, ip4.c, ip6.c: loopif is not required for loopback traffic
704 * ip6.h: fixed bug #43778: IPv6 header version not set on 16-bit platform
981 * ip6.c: fixed bug #41094 (Byte-order bug in IPv6 fragmentation header test)
1044 * ip.h, ip4.c, ip6.c: fixed bug #36403 "ip4_input() and ip6_input() always pass
1142 * dhcp.c, ip4.c/.h, ip6.c/.h, udp.c/.h, ip.h: Fixed bug #41787 DHCP Discovery
1245 * ip6.h, some ipv6 C files: fixed bug #38526 Coverity: Recursive Header Inclusion in ip6.h
2623 * ip.c, ip6.c, tcp_out.c, ip.h: patch #6808: Add a utility function
3012 * udp.c, ipv4/icmp.c, ipv4/ip.c, ipv6/icmp.c, ipv6/ip6.c, ipv4/icmp.h,