Searched defs:dst_ip (Results 1 – 4 of 4) sorted by relevance
/btstack/3rd-party/lwip/core/src/core/ |
H A D | udp.c | 521 const ip_addr_t *dst_ip, u16_t dst_port) in udp_sendto() 530 udp_sendto_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, in udp_sendto_chksum() 625 const ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif) in udp_sendto_if() 633 udp_sendto_if_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, in udp_sendto_if_chksum() 700 … const ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif, const ip_addr_t *src_ip) in udp_sendto_if_src() 708 udp_sendto_if_src_chksum(struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, in udp_sendto_if_src_chksum()
|
H A D | raw.c | 420 raw_sendto_if_src(struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, in raw_sendto_if_src()
|
/btstack/3rd-party/lwip/core/src/apps/snmp/ |
H A D | snmp_netconn.c | 99 const ip_addr_t *dst_ip; in snmp_get_local_ip_for_dst() local
|
H A D | snmp_raw.c | 67 const ip_addr_t *dst_ip; in snmp_get_local_ip_for_dst() local
|