Searched refs:ISNS_TLV_FIRST (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/lib/libisns/
H A Disns.h51 #define ISNS_TLV_FIRST 0 macro
H A Disns_pdu.c664 /* If get_tlv_info unset, treat ISNS_TLV_NEXT as ISNS_TLV_FIRST. */
667 which_tlv = ISNS_TLV_FIRST;
676 case ISNS_TLV_FIRST:
/netbsd-current/sbin/iscsid/
H A Discsid_discover.c142 if (isns_get_tlv(t, ISNS_TLV_FIRST, &tag, &data_len, &data_p)) {
223 if (isns_get_tlv(t, ISNS_TLV_FIRST, &tag, &data_len, &data_p)) {
622 if (isns_get_tlv(t, ISNS_TLV_FIRST, &tag, &data_len, &data_p)) {

Completed in 241 milliseconds