Lines Matching refs:lport
95 long lport;
103 if (ddi_strtol(pval, &colon, 10, &lport) != 0 || lport <= 0 ||
104 lport > USHRT_MAX || *colon != ':') {
114 if (sl->sl_port == lport) {
127 new_sl->sl_port = lport;
143 long lport;
149 if (ddi_strtol(pval, NULL, 10, &lport) != 0 || lport <= 0 ||
150 lport > USHRT_MAX) {
156 if (sl->sl_port == lport) {