Home
last modified time | relevance | path

Searched refs:t_protocol (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/iscsictl/
H A Dparse.y289 if (target->t_protocol != PROTOCOL_UNSPECIFIED)
292 target->t_protocol = PROTOCOL_ISCSI;
294 target->t_protocol = PROTOCOL_ISER;
H A Discsictl.h77 int t_protocol; member
H A Discsictl.c165 if (targ->t_protocol == PROTOCOL_UNSPECIFIED) in conf_verify()
166 targ->t_protocol = PROTOCOL_ISCSI; in conf_verify()
250 if (targ->t_protocol == PROTOCOL_ISER) in conf_from_target()
936 targ->t_protocol = PROTOCOL_ISER; in main()