Searched refs:proxy_port (Results 1 – 12 of 12) sorted by relevance
| /dragonfly/lib/libalias/ |
| HD | alias_proxy.c | 95 u_short proxy_port; member 467 u_short proxy_port; in ProxyCheck() local 469 proxy_port = ptr->proxy_port; in ProxyCheck() 470 if ((dst_port == proxy_port || proxy_port == 0) in ProxyCheck() 555 int proxy_port; in PacketAliasProxyRule() local 580 proxy_port = 0; in PacketAliasProxyRule() 792 err = IpPort(str_port, proto, &proxy_port); in PacketAliasProxyRule() 798 proxy_port = 0; in PacketAliasProxyRule() 826 proxy_entry->proxy_port = htons(proxy_port); in PacketAliasProxyRule()
|
| HD | alias.c | 893 u_short proxy_port; in TcpAliasIn() local 906 proxy_port = GetProxyPort(link); in TcpAliasIn() 917 if (proxy_port != 0) in TcpAliasIn() 920 tc->th_sport = proxy_port; in TcpAliasIn()
|
| HD | alias_db.c | 292 u_short proxy_port; member 1008 link->proxy_port = 0; in AddLink() 2031 return link->proxy_port; in GetProxyPort() 2038 link->proxy_port = port; in SetProxyPort()
|
| /dragonfly/usr.sbin/ftp-proxy/ |
| HD | ftp-proxy.c | 87 u_int16_t proxy_port; member 245 s->proxy_port = pick_proxy_port(); in client_parse_cmd() 246 proxy_reply(s->cmd, sstosa(&s->proxy_ss), s->proxy_port); in client_parse_cmd() 1024 s->proxy_port = pick_proxy_port(); in allow_data_connection() 1026 " via port %d", s->id, s->port, s->proxy_port); in allow_data_connection() 1032 proxy_reply(s->cmd, orig_sa, s->proxy_port); in allow_data_connection() 1037 if (add_rdr(s->id, client_sa, orig_sa, s->proxy_port, in allow_data_connection() 1060 " via port %d", s->id, s->port, s->proxy_port); in allow_data_connection() 1068 if (add_rdr(s->id, server_sa, proxy_sa, s->proxy_port, in allow_data_connection()
|
| HD | filter.c | 103 pfr.rule.rpool.proxy_port[0] = nat_range_low; in add_nat() 104 pfr.rule.rpool.proxy_port[1] = nat_range_high; in add_nat() 136 pfr.rule.rpool.proxy_port[0] = rdr_port; in add_rdr()
|
| /dragonfly/contrib/cvs-1.12/src/ |
| HD | root.c | 394 newroot->proxy_port = 0; in new_cvsroot_t() 592 if ((newroot->proxy_port = atoi (q)) <= 0) in parse_cvsroot() 855 if (no_proxy && (newroot->proxy_hostname || newroot->proxy_port)) in parse_cvsroot() 863 if (!newroot->proxy_hostname && newroot->proxy_port) in parse_cvsroot()
|
| HD | root.h | 50 int proxy_port; /* The port of the proxy or zero, as above. */ member
|
| HD | client.c | 3431 if (root->proxy_port) return root->proxy_port; in get_proxy_port_number()
|
| /dragonfly/usr.sbin/pfctl/ |
| HD | parse.y | 3968 r.rpool.proxy_port[0] = ntohs($9->rport.a); 3974 r.rpool.proxy_port[1] = 3981 r.rpool.proxy_port[1] = 3985 r.rpool.proxy_port[1] = 3987 if (!r.rpool.proxy_port[0] && 3988 !r.rpool.proxy_port[1]) { 3989 r.rpool.proxy_port[0] = 3991 r.rpool.proxy_port[1] = 3993 } else if (!r.rpool.proxy_port[1]) 3994 r.rpool.proxy_port[1] = [all …]
|
| HD | pfctl_parser.c | 1028 print_pool(&r->rpool, r->rpool.proxy_port[0], in print_rule() 1029 r->rpool.proxy_port[1], r->af, r->action); in print_rule()
|
| /dragonfly/sys/net/pf/ |
| HD | pf.c | 3206 naddr, nport, r->rpool.proxy_port[0], in pf_get_translation() 3207 r->rpool.proxy_port[1], sn)) { in pf_get_translation() 3211 r->rpool.proxy_port[0], in pf_get_translation() 3212 r->rpool.proxy_port[1])); in pf_get_translation() 3303 if (r->rpool.proxy_port[1]) { in pf_get_translation() 3308 (r->rpool.proxy_port[1] - in pf_get_translation() 3309 r->rpool.proxy_port[0] + 1)) + in pf_get_translation() 3310 r->rpool.proxy_port[0]; in pf_get_translation() 3316 } else if (r->rpool.proxy_port[0]) { in pf_get_translation() 3317 *nport = htons(r->rpool.proxy_port[0]); in pf_get_translation()
|
| HD | pfvar.h | 452 u_int16_t proxy_port[2]; member
|