Home
last modified time | relevance | path

Searched refs:net_hub_add_port (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/net/
H A Dhub.h18 NetClientState *net_hub_add_port(int hub_id, const char *name,
H A Dhub.c176 NetClientState *net_hub_add_port(int hub_id, const char *name, in net_hub_add_port() function
217 nc = net_hub_add_port(hub_id, NULL, NULL); in net_hub_port_find()
285 net_hub_add_port(hubport->hubid, name, hubpeer); in net_init_hubport()
H A Dnet.c1318 peer = net_hub_add_port(0, NULL, NULL); in net_client_init1()