Home
last modified time | relevance | path

Searched refs:get_net_group_from_netif (Results 1 - 9 of 9) sorted by relevance

/third_party/lwip/src/include/lwip/
H A Dnet_group.h51 struct net_group *(*get_net_group_from_netif)(struct netif *); member
H A Dnetif.h430 struct net_group *get_net_group_from_netif(struct netif *netif);
/third_party/lwip/src/core/
H A Dnet_group.c76 .get_net_group_from_netif = do_get_net_group_from_netif,
H A Dnetif.c146 struct net_group *get_net_group_from_netif(struct netif *netif) { in get_net_group_from_netif() function
148 return get_default_net_group_ops()->get_net_group_from_netif(netif); in get_net_group_from_netif()
832 struct net_group *group = get_net_group_from_netif(netif);
1216 struct netif *stats_if = get_net_group_from_netif(netif)->loop_netif;
1345 struct netif *stats_if = get_net_group_from_netif(netif)->loop_netif;
H A Draw.c139 struct net_group *inp_net_group = get_net_group_from_netif(inp); in raw_input()
H A Dudp.c211 struct net_group *inp_net_group = get_net_group_from_netif(inp);
H A Dtcp_in.c123 struct net_group *group = get_net_group_from_netif(inp);
/third_party/lwip/src/core/ipv4/
H A Dip4.c478 struct net_group *group = get_net_group_from_netif(inp);
/third_party/lwip/src/core/ipv6/
H A Dip6.c580 struct net_group *group = get_net_group_from_netif(inp);

Completed in 12 milliseconds