HomeSort by: relevance | last modified time | path
    Searched defs:tport (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.sbin/npf/npftest/libnpftest/
npf_nat_test.c 32 in_port_t tport; member in struct:test_case
207 in_addr_t sport = forw ? t->tport : t->sport;
208 in_addr_t dport = forw ? t->dport : t->tport;
  /src/sys/fs/nfs/common/
krpc_subr.c 202 u_int16_t tport; local
256 tport = IPPORT_RESERVED;
258 tport--;
259 sin->sin_port = htons(tport);
262 tport > IPPORT_RESERVED / 2);
  /src/sys/net/npf/
npf_conn.c 573 in_port_t tport; local
578 npf_nat_gettrans(nt, &taddr, &tport);
605 npf_conn_adjkey(bk, taddr, tport, nat_type_which[ntype]);
  /src/sys/nfs/
krpc_subr.c 228 u_int16_t tport; local
263 tport = IPPORT_RESERVED;
265 tport--;
266 error = nfs_boot_sobind_ipport(so, tport, l);
268 tport > IPPORT_RESERVED / 2);
  /src/usr.sbin/npf/npfctl/
npf_show.c 284 unsigned fport = words[0], tport = words[1]; local
287 if (fport != tport) {
288 easprintf(&p, "%u-%u", fport, tport);
  /src/crypto/external/bsd/openssh/dist/
ssh.c 1082 int tport; local
1084 switch (parse_ssh_uri(*av, &tuser, &host, &tport)) {
1095 if (options.port == -1 && tport != -1)
1096 options.port = tport;
scp.c 996 int sport = -1, tport = -1; local
1007 r = parse_scp_uri(argv[argc - 1], &tuser, &thost, &tport, &targ);
1046 tport, sftp_direct,
1092 if (do_cmd2(thost, tuser, tport, bp,
1110 if (tport != -1 && tport != SSH_DEFAULT_PORT) {
1154 tport, sftp_direct,
1170 if (do_cmd(ssh_program, thost, tuser, tport, 0,
  /src/usr.bin/ftp/
fetch.c 476 const char *origurl, *tport; local
593 tport = cp;
595 tport = get_port(ui);
598 if (tport != NULL)
599 ui->port = ftp_strdup(tport);
  /src/crypto/external/bsd/openssl/dist/apps/
ocsp.c 249 char *thost = NULL, *tport = NULL, *tpath = NULL; local
286 OPENSSL_free(tport);
288 thost = tport = tpath = NULL;
296 tport = port;
877 OPENSSL_free(tport);
s_client.c 806 char *thost = NULL, *tport = NULL; local
1547 tport = OPENSSL_strdup(port);
1548 if (thost == NULL || tport == NULL) {
2160 if (!OSSL_HTTP_proxy_connect(sbio, thost, tport, proxyuser, proxypass,
3112 OPENSSL_free(tport);
  /src/crypto/external/bsd/openssl.old/dist/apps/
ocsp.c 254 char *thost = NULL, *tport = NULL, *tpath = NULL; local
295 OPENSSL_free(tport);
297 thost = tport = tpath = NULL;
303 tport = port;
828 OPENSSL_free(tport);
  /src/crypto/external/apache2/openssl/dist/apps/
ocsp.c 289 char *thost = NULL, *tport = NULL, *tpath = NULL; local
327 OPENSSL_free(tport);
329 thost = tport = tpath = NULL;
337 tport = port;
923 OPENSSL_free(tport);
s_client.c 953 char *thost = NULL, *tport = NULL; local
1748 tport = OPENSSL_strdup(port);
1749 if (thost == NULL || tport == NULL) {
2431 if (!OSSL_HTTP_proxy_connect(sbio, thost, tport, proxyuser, proxypass,
3406 OPENSSL_free(tport);

Completed in 74 milliseconds