Searched defs:inputPort (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c622 unsigned long inputPort; local
651 inputPort = DEFAULT_ISCSI_PORT;
653 inputPort = ISNS_DEFAULT_SERVER_PORT;
687 inputPort = strtol(colPos, &errchr, 10);
688 if (errno != 0 || inputPort == 0 && errchr != NULL) {
695 if (inputPort > USHRT_MAX) {
702 address->portNumber = inputPort;

Completed in 56 milliseconds