Home
last modified time | relevance | path

Searched refs:LWIP_HOOK_TCP_ISN (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
Dopt.h2773 #define LWIP_HOOK_TCP_ISN(local_ip, local_port, remote_ip, remote_port) macro
/third_party/lwip/src/core/
Dtcp.c2398 #ifdef LWIP_HOOK_TCP_ISN
2400 return LWIP_HOOK_TCP_ISN(&pcb->local_ip, pcb->local_port, &pcb->remote_ip, pcb->remote_port);
/third_party/lwip/
DCHANGELOG388 * opt.h, tcp: added LWIP_HOOK_TCP_ISN() to implement less predictable initial