Home
last modified time | relevance | path

Searched refs:ip (Results 1726 – 1750 of 2030) sorted by relevance

1...<<61626364656667686970>>...82

/openbmc/linux/arch/x86/boot/compressed/
H A Dsev.c81 memcpy(buffer, (unsigned char *)ctxt->regs->ip, MAX_INSN_SIZE); in vc_decode_insn()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/
H A Dnftables_1.0.9.bb2 DESCRIPTION = "nftables replaces the popular {ip,ip6,arp,eb}tables. \
/openbmc/linux/tools/perf/util/
H A Dthread.h134 void *buf, u64 ip, int len, bool *is64bit);
/openbmc/phosphor-networkd/test/
H A Dtest_ethernet_interface.cpp54 return interface.ip(addressType, ipaddress, subnetMask, ""); in createIPObject()
/openbmc/qemu/qga/
H A Dqapi-schema.json662 # @ip-address: IP address
664 # @ip-address-type: Type of @ip-address (e.g. ipv4, ipv6)
666 # @prefix: Network prefix length of @ip-address
671 'data': {'ip-address': 'str',
672 'ip-address-type': 'GuestIpAddressType',
714 # @ip-addresses: List of addresses assigned to @name
724 '*ip-addresses': ['GuestIpAddress'],
/openbmc/qemu/migration/
H A Drdma.c925 char ip[40] = "unknown"; in qemu_rdma_resolve_host() local
961 &((struct sockaddr_in *) e->ai_dst_addr)->sin_addr, ip, sizeof ip); in qemu_rdma_resolve_host()
962 trace_qemu_rdma_resolve_host_trying(rdma->host, ip); in qemu_rdma_resolve_host()
2617 char ip[40] = "unknown"; in qemu_rdma_dest_init() local
2669 &((struct sockaddr_in *) e->ai_dst_addr)->sin_addr, ip, sizeof ip); in qemu_rdma_dest_init()
2670 trace_qemu_rdma_dest_init_trying(rdma->host, ip); in qemu_rdma_dest_init()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Ddevtool.py1783 result = runCmd('devtool deploy-target -c %s root@%s' % (testrecipe, qemu.ip))
1786 result = runCmd('ssh %s root@%s %s' % (sshargs, qemu.ip, testcommand))
1804 … result = runCmd('cat %s | ssh -q %s root@%s \'xargs ls -l\'' % (tmpfilelist, sshargs, qemu.ip))
1810 result = runCmd('devtool undeploy-target -c %s root@%s' % (testrecipe, qemu.ip))
1811 … result = runCmd('ssh %s root@%s %s' % (sshargs, qemu.ip, testcommand), ignore_status=True)
2618 r = runCmd('ssh %s root@%s %s' % (sshargs, qemu.ip, 'ps'))
2625 r = runCmd('ssh %s root@%s %s' % (sshargs, qemu.ip, test_cmd))
2652 r = runCmd('ssh %s root@%s %s' % (sshargs, qemu.ip, 'ps'))
2719 recipe_name, testimage, qemu.ip)
2735 recipe_name, testimage, qemu.ip)
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-4.3.rst235 - ``runqemu`` now uses the ``ip tuntap`` command instead of ``tunctl``, and
238 you should switch to calling ``ip tuntap`` instead.
/openbmc/linux/net/ipv4/netfilter/
H A DKconfig17 is required by the {ip,nf}tables socket match.
45 tristate "nf_tables fib / ip route lookup support"
/openbmc/linux/drivers/net/
H A Dnetconsole.c560 nt->np.local_ip.ip = in_aton(buf); in local_ip_store()
596 nt->np.remote_ip.ip = in_aton(buf); in remote_ip_store()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/
H A De1000e.rst266 Alternatively, you can use the ip command as follows::
268 ip link set mtu 9000 dev eth<x>
269 ip link set up dev eth<x>
/openbmc/linux/arch/powerpc/perf/
H A Dimc-pmu.c1293 data->ip = be64_to_cpu(READ_ONCE(mem->ip)); in trace_imc_prepare_sample()
1319 if (is_kernel_addr(data->ip)) in trace_imc_prepare_sample()
/openbmc/linux/drivers/video/fbdev/
H A Dimsttfb.c1353 __u32 i, tmp, *ip, *end; in init_imstt() local
1361 ip = (__u32 *)info->screen_base; in init_imstt()
1363 while (ip < end) in init_imstt()
1364 *ip++ = 0; in init_imstt()
/openbmc/linux/kernel/trace/
H A Dtrace_kprobe.c1365 entry->ip = (unsigned long)tk->rp.kp.addr; in NOKPROBE_SYMBOL()
1440 if (!seq_print_ip_sym(s, field->ip, flags | TRACE_ITER_SYM_OFFSET)) in print_kprobe_event()
1501 DEFINE_FIELD(unsigned long, ip, FIELD_STRING_IP, 0); in kprobe_event_define_fields()
1564 entry->ip = (unsigned long)tk->rp.kp.addr; in kprobe_perf_func()
/openbmc/linux/drivers/scsi/qedi/
H A Dqedi_iscsi.c518 conn_info->src.ip[0] = ntohl(qedi_ep->src_addr[0]); in qedi_iscsi_offload_conn()
519 conn_info->dst.ip[0] = ntohl(qedi_ep->dst_addr[0]); in qedi_iscsi_offload_conn()
528 conn_info->src.ip[i] = ntohl(qedi_ep->src_addr[i]); in qedi_iscsi_offload_conn()
529 conn_info->dst.ip[i] = ntohl(qedi_ep->dst_addr[i]); in qedi_iscsi_offload_conn()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_actions.c2022 MLXSW_ITEM32(afa, ip, s_d, 0x00, 31, 1);
2034 MLXSW_ITEM32(afa, ip, m_l, 0x00, 30, 1);
2039 MLXSW_ITEM32(afa, ip, ip_63_32, 0x08, 0, 32);
2044 MLXSW_ITEM32(afa, ip, ip_31_0, 0x0C, 0, 32);
/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py190 ip, _, mask = data.partition('/')
192 if not ip:
193 ip = mask = 0
199 return int(ipaddress.IPv4Address(ip)), int(ipaddress.IPv4Address(mask))
/openbmc/linux/net/core/
H A Dflow_dissector.c447 struct flow_dissector_key_ip *ip; in skb_flow_dissect_tunnel_info() local
449 ip = skb_flow_dissector_target(flow_dissector, in skb_flow_dissect_tunnel_info()
452 ip->tos = key->tos; in skb_flow_dissect_tunnel_info()
453 ip->ttl = key->ttl; in skb_flow_dissect_tunnel_info()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c4272 int ip = 0; in ar9003_hw_power_interpolate() local
4282 for (ip = 0; ip < np; ip++) { in ar9003_hw_power_interpolate()
4283 dx = x - px[ip]; in ar9003_hw_power_interpolate()
4289 hx = px[ip]; in ar9003_hw_power_interpolate()
4290 hy = py[ip]; in ar9003_hw_power_interpolate()
4298 lx = px[ip]; in ar9003_hw_power_interpolate()
4299 ly = py[ip]; in ar9003_hw_power_interpolate()
/openbmc/linux/arch/arm/crypto/
H A Dcrct10dif-ce-core.S82 fold_consts_ptr .req ip
/openbmc/linux/arch/ia64/kernel/
H A Drelocate_kernel.S26 mov r2=ip
/openbmc/qemu/target/i386/hvf/
H A Dx86.h54 uint16_t ip; member
/openbmc/linux/arch/arm/boot/dts/renesas/
H A Dr8a7745-iwg22d-sodimm.dts46 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
H A Diwg20d-q7-common.dtsi39 bootargs = "ignore_loglevel rw root=/dev/nfs ip=dhcp";
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Dr8a779g0-white-hawk-cpu.dtsi24 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";

1...<<61626364656667686970>>...82