Lines Matching refs:portstr
1091 char *buf, *portstr;
1115 portstr = strrchr(buf, '.');
1116 if (!portstr) {
1121 *portstr = '-';
1124 portstr = strrchr(buf, '.');
1125 if (!portstr) {
1130 *portstr = '\0';
1136 if (!rpc_pton(net, buf, portstr-buf, (struct sockaddr *)&da->da_addr,
1142 portstr++;
1143 sscanf(portstr, "%d-%d", &tmp[0], &tmp[1]);