Lines Matching refs:portal
42 * portal The portal address
49 get_address(iscsi_portal_address_t * portal, char *str, char *arg)
64 portal->group_tag = (uint16_t) val;
83 portal->port = 0;
89 portal->port = (uint16_t) val;
107 if (strlen(str) >= sizeof(portal->address))
110 strlcpy((char *)portal->address, str, sizeof(portal->address));
253 get_address(&targ->portal[++p], sp, argv[i]);
258 targ->portal[p].port = get_short_int(sp, argv[i], "Port");
263 targ->portal[p].group_tag = get_short_int(sp, argv[i],
498 * Get a portal address specification that may include address, port,
499 * and group tag, plus portal options.
502 * port add portal request parameter
505 * Returns: FALSE if there is no portal, else TRUE.
527 get_address(&port->portal, sp, argv[i]);
532 port->portal.port = get_short_int(sp, argv[i], "Port");
536 port->portal.group_tag = get_short_int(sp, argv[i], "Group tag");