isns_hdr
struct isns_hdr *hdr;
hdr = (struct isns_hdr *)ir_buf.data();
struct isns_hdr *hdr;
hdr = (struct isns_hdr *)ir_buf.data();
if (ir_buf.size() < sizeof(struct isns_hdr) + 4)
return (be32dec(&ir_buf[sizeof(struct isns_hdr)]));
struct isns_hdr hdr;