Searched refs:portp (Results 1 – 5 of 5) sorted by relevance
/external/openssh/openbsd-compat/ |
D | rresvport.c | 62 u_int16_t *portp; in rresvport_af() local 72 portp = &((struct sockaddr_in *)sa)->sin_port; in rresvport_af() 76 portp = &((struct sockaddr_in6 *)sa)->sin6_port; in rresvport_af() 88 *portp = htons(*alport); in rresvport_af() 98 *portp = 0; in rresvport_af() 104 *alport = ntohs(*portp); in rresvport_af()
|
D | bindresvport.c | 59 u_int16_t *portp; in bindresvport_sa() local 79 portp = &in->sin_port; in bindresvport_sa() 83 portp = &in6->sin6_port; in bindresvport_sa() 90 port = ntohs(*portp); in bindresvport_sa() 98 *portp = htons(port); in bindresvport_sa()
|
/external/libxml2/ |
D | nanoftp.c | 1381 unsigned char ad[6], *adp, *portp; in xmlNanoFTPGetConnection() local 1505 portp = (unsigned char *) &((struct sockaddr_in6 *)&dataAddr)->sin6_port; in xmlNanoFTPGetConnection() 1506 snprintf (buf, sizeof(buf), "EPRT |2|%s|%s|\r\n", adp, portp); in xmlNanoFTPGetConnection() 1511 portp = (unsigned char *) &((struct sockaddr_in *)&dataAddr)->sin_port; in xmlNanoFTPGetConnection() 1514 portp[0] & 0xff, portp[1] & 0xff); in xmlNanoFTPGetConnection()
|
/external/fio/engines/ |
D | rdma.c | 1055 char *sep, *portp, *modep; in fio_rdmaio_init() local 1083 portp = sep; in fio_rdmaio_init() 1084 sep = strchr(portp, '/'); in fio_rdmaio_init() 1090 port = strtol(portp, NULL, 10); in fio_rdmaio_init()
|
/external/fio/ |
D | server.c | 1633 char *portp; in fio_server_parse_string() local 1675 portp = strchr(host, ','); in fio_server_parse_string() 1676 if (portp) { in fio_server_parse_string() 1677 *portp = '\0'; in fio_server_parse_string() 1678 portp++; in fio_server_parse_string() 1679 lport = atoi(portp); in fio_server_parse_string()
|