Searched refs:dst_ip (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | udp.c | 531 const ip_addr_t *dst_ip, u16_t dst_port) in udp_sendto() argument 545 const ip_addr_t *dst_ip_route = dst_ip; in udp_sendto_chksum() 547 if ((pcb == NULL) || (dst_ip == NULL) || !IP_ADDR_PCB_VERSION_MATCH(pcb, dst_ip)) { in udp_sendto_chksum() 556 if (IP_IS_V6(dst_ip)) { in udp_sendto_chksum() 632 if ((pcb == NULL) || (dst_ip == NULL) || !IP_ADDR_PCB_VERSION_MATCH(pcb, dst_ip)) { in udp_sendto_if_chksum() 638 if (IP_IS_V6(dst_ip)) { in udp_sendto_if_chksum() 706 !IP_ADDR_PCB_VERSION_MATCH(pcb, dst_ip)) { in udp_sendto_if_src_chksum() 714 IP_IS_V4(dst_ip) && in udp_sendto_if_src_chksum() 716 ip_addr_isbroadcast(dst_ip, netif)) { in udp_sendto_if_src_chksum() 803 q->tot_len, chklen, src_ip, dst_ip); in udp_sendto_if_src_chksum() [all …]
|
A D | raw.c | 283 const ip_addr_t *dst_ip = ipaddr; in raw_sendto() local 324 netif = ip_route(&pcb->local_ip, dst_ip); in raw_sendto() 327 ip_addr_debug_print(RAW_DEBUG | LWIP_DBG_LEVEL_WARNING, dst_ip); in raw_sendto() 352 src_ip = ip_netif_get_local_ip(netif, dst_ip); in raw_sendto() 369 if (IP_IS_V6(dst_ip) && pcb->chksum_reqd) { in raw_sendto() 370 …u16_t chksum = ip6_chksum_pseudo(p, pcb->protocol, p->tot_len, ip_2_ip6(src_ip), ip_2_ip6(dst_ip)); in raw_sendto() 377 err = ip_output_if(q, src_ip, dst_ip, pcb->ttl, pcb->tos, pcb->protocol, netif); in raw_sendto()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/ |
A D | snmp_raw.c | 66 const ip_addr_t* dst_ip; in snmp_get_local_ip_for_dst() local 70 ip_route_get_local_ip(&udp_pcb->local_ip, dst, dst_if, dst_ip); in snmp_get_local_ip_for_dst() 72 if ((dst_if != NULL) && (dst_ip != NULL)) { in snmp_get_local_ip_for_dst() 73 ip_addr_copy(*result, *dst_ip); in snmp_get_local_ip_for_dst()
|
A D | snmp_netconn.c | 97 const ip_addr_t* dst_ip; in snmp_get_local_ip_for_dst() local 101 ip_route_get_local_ip(&conn->pcb.udp->local_ip, dst, dst_if, dst_ip); in snmp_get_local_ip_for_dst() 103 if ((dst_if != NULL) && (dst_ip != NULL)) { in snmp_get_local_ip_for_dst() 104 ip_addr_copy(*result, *dst_ip); in snmp_get_local_ip_for_dst()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | udp.h | 126 const ip_addr_t *dst_ip, u16_t dst_port, 129 const ip_addr_t *dst_ip, u16_t dst_port, 132 const ip_addr_t *dst_ip, u16_t dst_port); 137 const ip_addr_t *dst_ip, u16_t dst_port, 141 const ip_addr_t *dst_ip, u16_t dst_port, 146 const ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif,
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | udp.h | 126 const ip_addr_t *dst_ip, u16_t dst_port, 129 const ip_addr_t *dst_ip, u16_t dst_port, 132 const ip_addr_t *dst_ip, u16_t dst_port); 137 const ip_addr_t *dst_ip, u16_t dst_port, 141 const ip_addr_t *dst_ip, u16_t dst_port, 146 const ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif,
|
/AliOS-Things-master/components/csi/csi2/include/drv/ |
A D | etb.h | 35 …uint8_t dst_ip; ///< a specific number represent an location in an dest trigger … member
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/ |
A D | wifi_conf.c | 3284 ip4_addr_t *dst_ip, *dst_ip_ret = NULL; in wifi_set_tcp_keep_alive_offload() local 3285 dst_ip = (ip4_addr_t *) peer_ip; in wifi_set_tcp_keep_alive_offload() 3286 if(!ip4_addr_netcmp(dst_ip, netif_ip4_addr(&xnetif[0]), netif_ip4_netmask(&xnetif[0]))) { in wifi_set_tcp_keep_alive_offload() 3288 dst_ip = (ip4_addr_t *) netif_ip4_gw(&xnetif[0]); in wifi_set_tcp_keep_alive_offload() 3291 if(etharp_find_addr(&xnetif[0], dst_ip, &dst_eth_ret, &dst_ip_ret) >= 0) { in wifi_set_tcp_keep_alive_offload()
|
Completed in 17 milliseconds