| H A D | dgram.c | 286 SocketAddress *local, in net_dgram_mcast_init() 305 if (!local) { in net_dgram_mcast_init() 312 switch (local->type) { in net_dgram_mcast_init() 316 if (inet_aton(local->u.inet.host, &localaddr) == 0) { in net_dgram_mcast_init() 319 local->u.inet.host); in net_dgram_mcast_init() 333 fd = monitor_fd_param(monitor_cur(), local->u.fd.str, errp); in net_dgram_mcast_init() 352 if (convert_host_port(saddr, local->u.inet.host, local->u.inet.port, in net_dgram_mcast_init() 380 error_setg(errp, "only support inet or fd type for local"); in net_dgram_mcast_init() 395 if (!local) { in net_dgram_mcast_init() 283 net_dgram_mcast_init(NetClientState * peer,const char * model,const char * name,SocketAddress * remote,SocketAddress * local,Error ** errp) net_dgram_mcast_init() argument 426 SocketAddress *remote, *local; net_init_dgram() local [all...] |