Home
last modified time | relevance | path

Searched refs:pcb_new (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/api/
Dapi_msg.c639 pcb_new(struct api_msg *msg, struct net_group *group) function
641 pcb_new(struct api_msg *msg)
729 pcb_new(msg, get_curr_process_net_group());
731 pcb_new(msg);
/third_party/lwip/
DCHANGELOG3560 * api_msg.c: pcb_new sets conn->err if protocol is not implemented
3716 * api_msg.c: add a "pcb_new" helper function to avoid redundant code, and to add