Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Draw.c139 struct net_group *inp_net_group = get_net_group_from_netif(inp); in raw_input() local
171 if (inp_net_group == get_net_group_from_raw_pcb(pcb) && in raw_input()
Dudp.c211 struct net_group *inp_net_group = get_net_group_from_netif(inp); local
277 if (inp_net_group == get_net_group_from_udp_pcb(pcb) && (pcb->local_port == dest) &&
403 if (mpcb != pcb && inp_net_group == get_net_group_from_udp_pcb(mpcb)) {