/reactos/drivers/network/tcpip/lwip/src/core/ipv6/ |
H A D | icmp6.c | 68 u8_t type, const ip6_addr_t *src_addr, const ip6_addr_t *dest_addr); 70 u8_t type, const ip6_addr_t *src_addr, const ip6_addr_t *dest_addr, struct netif *netif); 274 const ip6_addr_t *src_addr, const ip6_addr_t *dest_addr) in icmp6_time_exceeded_with_addrs() argument 276 icmp6_send_response_with_addrs(p, c, 0, ICMP6_TYPE_TE, src_addr, dest_addr); in icmp6_time_exceeded_with_addrs() 347 const ip6_addr_t *src_addr, const ip6_addr_t *dest_addr) in icmp6_send_response_with_addrs() argument 354 LWIP_ASSERT("must provide both source and destination", dest_addr != NULL); in icmp6_send_response_with_addrs() 359 IP6_ADDR_ZONECHECK(dest_addr); in icmp6_send_response_with_addrs() 362 reply_src = dest_addr; in icmp6_send_response_with_addrs()
|
H A D | ip6.c | 1178 ip6_addr_t dest_addr; local 1193 ip6_addr_copy(dest_addr, *dest); 1195 dest = &dest_addr; 1228 ip6_addr_copy_from_packed(dest_addr, ip6hdr->dest); 1230 dest = &dest_addr; 1296 ip6_addr_t src_addr, dest_addr; local 1307 netif = ip6_route(&src_addr, &dest_addr); 1308 dest = &dest_addr; 1355 ip6_addr_t src_addr, dest_addr; local 1367 netif = ip6_route(&src_addr, &dest_addr); [all …]
|
H A D | ip6_frag.c | 174 ip6_addr_t src_addr, dest_addr; in ip6_reass_free_complete_datagram() local 177 ip6_addr_copy_from_packed(dest_addr, IPV6_FRAG_DEST(ipr)); in ip6_reass_free_complete_datagram() 178 ip6_addr_set_zone(&dest_addr, ipr->dest_zone); in ip6_reass_free_complete_datagram() 180 icmp6_time_exceeded_with_addrs(p, ICMP6_TE_FRAG, &src_addr, &dest_addr); in ip6_reass_free_complete_datagram()
|
H A D | nd6.c | 1287 const ip6_addr_t *dest_addr; in nd6_send_na() local 1326 dest_addr = &multicast_address; in nd6_send_na() 1330 dest_addr = &multicast_address; in nd6_send_na() 1332 dest_addr = ip6_current_src_addr(); in nd6_send_na() 1338 dest_addr); in nd6_send_na() 1344 ip6_output_if(p, src_addr, dest_addr, in nd6_send_na()
|
/reactos/drivers/network/tcpip/lwip/src/include/lwip/ |
H A D | icmp6.h | 61 const ip6_addr_t *src_addr, const ip6_addr_t *dest_addr);
|
/reactos/drivers/network/tcpip/lwip/src/apps/mdns/ |
H A D | mdns.c | 557 SMEMCPY(&announce.dest_addr, destination, sizeof(announce.dest_addr)); in mdns_announce() 1554 SMEMCPY(&mdns->ipv6.delayed_msg_unicast.dest_addr, &pkt->source_addr, sizeof(ip_addr_t)); in mdns_handle_question() 1570 SMEMCPY(&mdns->ipv4.delayed_msg_unicast.dest_addr, &pkt->source_addr, sizeof(ip_addr_t)); in mdns_handle_question() 1638 SMEMCPY(&reply.dest_addr, &pkt->source_addr, sizeof(ip_addr_t)); in mdns_handle_question() 1658 SMEMCPY(&reply.dest_addr, &v6group, sizeof(ip_addr_t)); in mdns_handle_question() 1667 SMEMCPY(&reply.dest_addr, &v4group, sizeof(ip_addr_t)); in mdns_handle_question() 2278 SMEMCPY(&outmsg.dest_addr, destination, sizeof(outmsg.dest_addr)); in mdns_send_probe() 2388 SMEMCPY(&mdns->ipv4.delayed_msg_multicast.dest_addr, &v4group, in mdns_resp_add_netif() 2394 SMEMCPY(&mdns->ipv6.delayed_msg_multicast.dest_addr, &v6group, in mdns_resp_add_netif()
|
H A D | mdns_out.c | 795 res = udp_sendto_if(get_mdns_pcb(), outpkt.pbuf, &msg->dest_addr, msg->dest_port, netif); in mdns_send_outpacket() 1151 SMEMCPY(&outmsg.dest_addr, destination, sizeof(outmsg.dest_addr)); in mdns_send_request()
|
/reactos/drivers/network/tcpip/lwip/src/include/lwip/apps/ |
H A D | mdns_priv.h | 137 ip_addr_t dest_addr; member
|
/reactos/drivers/network/tcpip/lwip/src/core/ipv4/ |
H A D | ip4.c | 880 ip4_addr_t dest_addr; local 1008 ip4_addr_copy(dest_addr, iphdr->dest); 1009 dest = &dest_addr;
|