Home
last modified time | relevance | path

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

/third_party/lwip/
D0010-fix-the-incomplete-release-of-the-conntable.patch60 -static inline int need_vdev_reg(struct tcp_pcb *pcb_list, const struct tcp_pcb *pcb)
64 - if ((pcb_list == tcp_tw_pcbs) || (pcb_list == tcp_listen_pcbs.pcbs)) {
72 - if (pcb_list == tcp_active_pcbs) {
87 @@ -414,12 +403,6 @@ static inline int need_vdev_reg(struct tcp_pcb *pcb_list, const struct tcp_pcb…
100 @@ -512,12 +495,6 @@ static inline int need_vdev_reg(struct tcp_pcb *pcb_list, const struct tcp_pcb…
D0004-fix-error-of-deleting-conn-table-in-connect.patch22 +static inline int need_vdev_reg(struct tcp_pcb *pcb_list, const struct tcp_pcb *pcb)
25 + if ((pcb_list == tcp_tw_pcbs) || (pcb_list == tcp_listen_pcbs.pcbs)) {
31 + if (pcb_list == tcp_active_pcbs) {
/third_party/lwip/test/unit/tcp/
Dtcp_helper.c19 tcp_remove(struct tcp_pcb* pcb_list) in tcp_remove() argument
21 struct tcp_pcb *pcb = pcb_list; in tcp_remove()
/third_party/lwip/src/core/
Dtcp.c2480 tcp_netif_ip_addr_changed_pcblist(const ip_addr_t *old_addr, struct tcp_pcb *pcb_list) argument
2483 pcb = pcb_list;