Home | History | Annotate | Download | only in src

Lines Matching refs:portp

1371     unsigned char ad[6], *adp, *portp;
1495 portp = (unsigned char *) &((struct sockaddr_in6 *)&dataAddr)->sin6_port;
1496 snprintf (buf, sizeof(buf), "EPRT |2|%s|%s|\r\n", adp, portp);
1501 portp = (unsigned char *) &((struct sockaddr_in *)&dataAddr)->sin_port;
1504 portp[0] & 0xff, portp[1] & 0xff);