Searched refs:net_hub_add_port (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/net/ |
H A D | hub.h | 18 NetClientState *net_hub_add_port(int hub_id, const char *name,
|
H A D | hub.c | 176 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 D | net.c | 1318 peer = net_hub_add_port(0, NULL, NULL); in net_client_init1()
|