Home
last modified time | relevance | path

Searched refs:lhost (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dfilter.h205 __be32 lhost, __be16 lport, in ef4_filter_set_ipv4_full() argument
214 spec->loc_host[0] = lhost; in ef4_filter_set_ipv4_full()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dfilter.h231 __be32 lhost, __be16 lport, in efx_filter_set_ipv4_full() argument
240 spec->loc_host[0] = lhost; in efx_filter_set_ipv4_full()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dfilter.h252 __be32 lhost, __be16 lport, in efx_filter_set_ipv4_full() argument
261 spec->loc_host[0] = lhost; in efx_filter_set_ipv4_full()
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c767 static const char *lhost = DEFAULT_LHOST; variable
784 if (vubr_parse_host_port(&lhost, &lport, optarg) < 0) { in main()
809 DPRINT("local: %s:%s\n", lhost, lport); in main()
821 vubr_backend_udp_setup(dev, lhost, lport, rhost, rport); in main()
/openbmc/qemu/net/
H A Dsocket.c639 const char *lhost, in net_socket_udp_init() argument
646 if (parse_host_port(&laddr, lhost, errp) < 0) { in net_socket_udp_init()