Lines Matching defs:lport
114 long lport;
122 if (ddi_strtol(pval, &colon, 10, &lport) != 0 || lport <= 0 ||
123 lport > USHRT_MAX || *colon != ':') {
133 if (tl->tl_port == lport) {
146 new_tl->tl_port = lport;
162 long lport;
168 if (ddi_strtol(pval, NULL, 10, &lport) != 0 || lport <= 0 ||
169 lport > USHRT_MAX) {
175 if (tl->tl_port == lport) {