Searched defs:iscsi_path (Results 1 – 1 of 1) sorted by relevance
333 struct iscsi_path { struct334 uint64_t handle;335 uint8_t mac_addr[6];336 uint8_t mac_addr_old[6];337 uint32_t ip_addr_len; /* 4 or 16 */338 union {341 } src;342 union {345 } dst;346 uint16_t vlan_id;[all …]