Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dnet_group.c46 return get_default_net_group_ops()->get_curr_process_net_group(); in get_curr_process_net_group()
87 struct net_group_ops *get_default_net_group_ops(void) { in get_default_net_group_ops() function
Dip.c170 get_default_net_group_ops()->set_ippcb_net_group(pcb, group); in set_ippcb_net_group()
176 return get_default_net_group_ops()->get_net_group_from_ippcb(pcb); in get_net_group_from_ippcb()
Dnetif.c148 return get_default_net_group_ops()->get_net_group_from_netif(netif); in get_net_group_from_netif()
340 get_default_net_group_ops()->set_netif_net_group(netif, group);
/third_party/lwip/src/include/lwip/
Dnet_group.h58 struct net_group_ops *get_default_net_group_ops(void);