Searched refs:lhost (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ethernet/sfc/falcon/ |
H A D | filter.h | 205 __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 D | filter.h | 231 __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 D | filter.h | 252 __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 D | vhost-user-bridge.c | 767 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 D | socket.c | 639 const char *lhost, in net_socket_udp_init() argument 646 if (parse_host_port(&laddr, lhost, errp) < 0) { in net_socket_udp_init()
|