Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/iscsictl/
H A Dparse.y287 if (target->t_protocol != PROTOCOL_UNSPECIFIED)
290 target->t_protocol = PROTOCOL_ISCSI;
292 target->t_protocol = PROTOCOL_ISER;
H A Discsictl.h79 int t_protocol; member
H A Discsictl.c264 if (targ->t_protocol == PROTOCOL_UNSPECIFIED) in conf_verify()
265 targ->t_protocol = PROTOCOL_ISCSI; in conf_verify()
349 if (targ->t_protocol == PROTOCOL_ISER) in conf_from_target()
1021 targ->t_protocol = PROTOCOL_ISER; in main()