Searched refs:raw_sendto_if_src (Results 1 – 3 of 3) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | raw.h | 113 err_t raw_sendto_if_src(struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, st…
|
/third_party/lwip/src/core/ |
D | raw.c | 403 return raw_sendto_if_src(pcb, p, ipaddr, netif, src_ip); in raw_sendto() 420 raw_sendto_if_src(struct raw_pcb *pcb, struct pbuf *p, const ip_addr_t *dst_ip, in raw_sendto_if_src() function
|
/third_party/lwip/ |
D | CHANGELOG | 184 - Add raw_sendto_if_src()
|