HomeSort by relevance Sort by last modified time
    Searched refs:portp (Results 1 - 8 of 8) sorted by null

  /external/openssh/openbsd-compat/
rresvport.c 62 u_int16_t *portp; local
72 portp = &((struct sockaddr_in *)sa)->sin_port;
76 portp = &((struct sockaddr_in6 *)sa)->sin6_port;
88 *portp = htons(*alport);
98 *portp = 0;
104 *alport = ntohs(*portp);
bindresvport.c 59 u_int16_t *portp; local
80 portp = &in->sin_port;
84 portp = &in6->sin6_port;
91 port = ntohs(*portp);
99 *portp = htons(port);
  /external/fio/engines/
rdma.c 1162 char *modep, *portp; local
1168 portp = strchr(filename, '/');
1169 if (portp == NULL)
1172 *portp = '\0';
1173 portp++;
1175 o->port = strtol(portp, NULL, 10);
1179 modep = strchr(portp, '/');
  /external/curl/tests/server/
rtspd.c 550 char *portp = strchr(doc, ':'); local
551 if(portp && (*(portp+1) != '\0') && ISDIGIT(*(portp+1)))
552 req->testno = strtol(portp+1, NULL, 10);
    [all...]
sws.c 548 char *portp = NULL; local
578 portp = p+1;
583 portp = strchr(doc, ':');
585 if(portp && (*(portp+1) != '\0') && ISDIGIT(*(portp+1))) {
586 unsigned long ulnum = strtoul(portp+1, NULL, 10);
    [all...]
  /external/openssh/
misc.c 464 * If port was not specified then *portp will be -1.
468 parse_user_host_port(const char *s, char **userp, char **hostp, int *portp)
478 if (portp != NULL)
479 *portp = -1;
510 if (portp != NULL)
511 *portp = port;
  /external/libxml2/
nanoftp.c 1381 unsigned char ad[6], *adp, *portp; local
    [all...]
  /external/fio/
server.c 2276 char *portp; local
    [all...]

Completed in 220 milliseconds