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