Home
last modified time | relevance | path

Searched refs:ipaddress (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py9 import ipaddress
205 return int(ipaddress.IPv4Address(ip)), int(ipaddress.IPv4Address(mask))
215 mask = ipaddress.IPv6Network("::/" + mask).hostmask
217 return ipaddress.IPv6Address(ip).packed, ipaddress.IPv6Address(mask).packed
1096 lambda x: str(ipaddress.IPv4Address(x)),
1103 lambda x: str(ipaddress.IPv4Address(x)),
1150 lambda x: str(ipaddress.IPv6Address(x)),
1151 lambda x: ipaddress.IPv6Address(x).packed if x else 0,
1157 lambda x: str(ipaddress.IPv6Address(x)),
1158 lambda x: ipaddress.IPv6Address(x).packed if x else 0,
[all …]
/linux/Documentation/scsi/
H A Dcxgb3i.rst70 iface.ipaddress = <iscsi ip address>
72 * if iface.ipaddress is specified, <iscsi ip address> needs to be either the
/linux/Documentation/translations/zh_CN/kernel-hacking/
H A Dhacking.rst214 __be32 ipaddress;
215 printk(KERN_INFO "my ip: %pI4\n", &ipaddress);
/linux/include/scsi/
H A Dscsi_transport_iscsi.h344 char *ipaddress; member
/linux/tools/net/ynl/lib/
H A Dynl.py13 import ipaddress
888 formatted = format(ipaddress.ip_address(raw))
/linux/drivers/scsi/qla4xxx/
H A Dql4_os.c3598 conn->ipaddress = kzalloc(IPv6_ADDR_LEN, GFP_KERNEL); in qla4xxx_copy_from_fwddb_param()
3599 if (!conn->ipaddress) { in qla4xxx_copy_from_fwddb_param()
3610 memcpy(conn->ipaddress, fw_ddb_entry->ip_addr, IPv6_ADDR_LEN); in qla4xxx_copy_from_fwddb_param()
3727 if (conn->ipaddress) in qla4xxx_copy_to_fwddb_param()
3728 memcpy(fw_ddb_entry->ip_addr, conn->ipaddress, in qla4xxx_copy_to_fwddb_param()
7798 sprintf(flash_tddb->ip_addr, "%pI6", fnode_conn->ipaddress); in qla4xxx_sysfs_ddb_logout()
7800 sprintf(flash_tddb->ip_addr, "%pI4", fnode_conn->ipaddress); in qla4xxx_sysfs_ddb_logout()
7974 rc = sprintf(buf, "%pI6\n", fnode_conn->ipaddress); in qla4xxx_sysfs_ddb_get_param()
7976 rc = sprintf(buf, "%pI4\n", fnode_conn->ipaddress); in qla4xxx_sysfs_ddb_get_param()
8246 memcpy(fnode_conn->ipaddress, fnode_param->value, in qla4xxx_sysfs_ddb_set_param()
/linux/drivers/scsi/
H A Dscsi_transport_iscsi.c338 iscsi_iface_net_attr(ipv4_iface, ipaddress, ISCSI_NET_PARAM_IPV4_ADDR);
369 iscsi_iface_net_attr(ipv6_iface, ipaddress, ISCSI_NET_PARAM_IPV6_ADDR);
1058 iscsi_flashnode_conn_attr(fnode, ipaddress, ISCSI_FLASHNODE_IPADDR);
1192 kfree(fnode_conn->ipaddress); in iscsi_flashnode_conn_release()
4688 iscsi_host_attr(ipaddress, ISCSI_HOST_PARAM_IPADDRESS);
/linux/Documentation/kernel-hacking/
H A Dhacking.rst252 __be32 ipaddress;
253 printk(KERN_INFO "my ip: %pI4\n", &ipaddress);
/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dhacking.rst271 __be32 ipaddress;
272 printk(KERN_INFO "my ip: %pI4\n", &ipaddress);