Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp.c206 struct net_group *get_net_group_from_tcp_pcb(const struct tcp_pcb *pcb) in get_net_group_from_tcp_pcb() function
877 …if (cpcb->local_port == port && (get_net_group_from_tcp_pcb(pcb) == get_net_group_from_tcp_pcb(cpc…
1051 set_tcp_pcb_net_group((struct tcp_pcb *)lpcb, get_net_group_from_tcp_pcb(pcb));
1249 struct net_group *group = get_net_group_from_tcp_pcb(pcb);
Dtcp_in.c266 if (group == get_net_group_from_tcp_pcb(pcb) &&
304 if (group == get_net_group_from_tcp_pcb(pcb) &&
340 …if (group == get_net_group_from_tcp_pcb((struct tcp_pcb *)lpcb) && lpcb->local_port == tcphdr->des…
661 struct net_group *group = get_net_group_from_tcp_pcb((struct tcp_pcb *)pcb);
823 struct net_group *group = get_net_group_from_tcp_pcb(pcb);
Dtcp_out.c136 struct net_group *group = get_net_group_from_tcp_pcb(pcb); in tcp_route()
/third_party/lwip/src/include/lwip/
Dtcp.h413 struct net_group *get_net_group_from_tcp_pcb(const struct tcp_pcb *pcb);