Searched refs:MIN_RAD_PACKET_LEN (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dradius_protocol.h56 #define MIN_RAD_PACKET_LEN 20 macro
H A Dradius_packet.c65 total_length = MIN_RAD_PACKET_LEN;
209 if (rcv_len < MIN_RAD_PACKET_LEN) {
221 if (declared_len < MIN_RAD_PACKET_LEN) {
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Dradius_protocol.h56 #define MIN_RAD_PACKET_LEN 20 macro
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_radiuspacket.c69 total_length = MIN_RAD_PACKET_LEN;
206 if (received_len < MIN_RAD_PACKET_LEN) {
231 if (declared_len < MIN_RAD_PACKET_LEN) {

Completed in 59 milliseconds