Searched refs:ip_address (Results 1 – 8 of 8) sorted by relevance
165 req->ip_address.ip_type = BEISCSI_IP_TYPE_V4; in mgmt_open_connection()166 req->ip_address.addr[0] = s_addr & 0x000000ff; in mgmt_open_connection()167 req->ip_address.addr[1] = (s_addr & 0x0000ff00) >> 8; in mgmt_open_connection()168 req->ip_address.addr[2] = (s_addr & 0x00ff0000) >> 16; in mgmt_open_connection()169 req->ip_address.addr[3] = (s_addr & 0xff000000) >> 24; in mgmt_open_connection()176 req->ip_address.ip_type = BEISCSI_IP_TYPE_V6; in mgmt_open_connection()177 memcpy(&req->ip_address.addr, in mgmt_open_connection()
1118 struct ip_addr_format ip_address; member1132 struct ip_addr_format ip_address; member
470 uint8_t ip_address[IP_ADDR_LEN]; member535 u8 ip_address[16]; member
205 int8_t ip_address[IPv6_ADDR_LEN] = {0} ; in qla4xxx_wait_for_ip_config() local240 ip_address, IPv6_ADDR_LEN) == 0) { in qla4xxx_wait_for_ip_config()
472 memcpy(ha->ip_config.ip_address, init_fw_cb->ipv4_addr, in qla4xxx_update_local_ip()473 min(sizeof(ha->ip_config.ip_address), in qla4xxx_update_local_ip()
508 unsigned char ip_address[16]; /* Bytes 16-31 */ member
993 formatted = format(ipaddress.ip_address(raw))1002 ip = ipaddress.ip_address(string)
860 u32 ip_address[4]; member