HomeSort by relevance Sort by last modified time
    Searched refs:portp (Results 1 - 5 of 5) 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
79 portp = &in->sin_port;
83 portp = &in6->sin6_port;
90 port = ntohs(*portp);
98 *portp = htons(port);
  /external/fio/engines/
rdma.c 1055 char *sep, *portp, *modep; local
1083 portp = sep;
1084 sep = strchr(portp, '/');
1090 port = strtol(portp, NULL, 10);
  /external/fio/
server.c 1633 char *portp; local
    [all...]
  /external/libxml2/
nanoftp.c 1381 unsigned char ad[6], *adp, *portp; local
    [all...]

Completed in 232 milliseconds