Home
last modified time | relevance | path

Searched refs:tcp_new (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h314 struct tcp_pcb * tcp_new (void);
/external/syslinux/core/lwip/doc/
Drawapi.txt102 tcp_new() function. This PCB can then be either set to listen for new
105 - struct tcp_pcb *tcp_new(void)
/external/syslinux/core/lwip/src/core/
Dtcp.c1264 tcp_new(void) in tcp_new() function
/external/syslinux/core/lwip/src/api/
Dapi_msg.c518 msg->conn->pcb.tcp = tcp_new();