Searched refs:dst_port (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.0-release/sys/netinet/libalias/
H A Dalias_db.c295 u_short dst_port; member in struct:alias_link
433 u_short src_port, u_short dst_port, int link_type)
441 n += dst_port;
637 lnk->dst_port, port_net,
736 u_short dst_port,
795 dst_port, htons(port_sys + j),
935 struct in_addr alias_addr, u_short src_port, u_short dst_port,
951 lnk->dst_port = dst_port;
992 if (dst_port
432 StartPointOut(struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, int link_type) argument
732 FindNewPortGroup(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short src_port, u_short dst_port, u_short port_count, u_char proto, u_char align) argument
934 AddLink(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, struct in_addr alias_addr, u_short src_port, u_short dst_port, int alias_port_param, int link_type) argument
1070 ReLink(struct alias_link *old_lnk, struct in_addr src_addr, struct in_addr dst_addr, struct in_addr alias_addr, u_short src_port, u_short dst_port, int alias_port_param, int link_type) argument
1099 _FindLinkOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, int link_type, int replace_partial_links) argument
1148 FindLinkOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, int link_type, int replace_partial_links) argument
1179 _FindLinkIn(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short dst_port, u_short alias_port, int link_type, int replace_partial_links) argument
1294 FindLinkIn(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short dst_port, u_short alias_port, int link_type, int replace_partial_links) argument
1499 FindUdpTcpIn(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short dst_port, u_short alias_port, u_char proto, int create) argument
1539 FindUdpTcpOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, u_char proto, int create) argument
2267 LibAliasRedirectPort(struct libalias *la, struct in_addr src_addr, u_short src_port, struct in_addr dst_addr, u_short dst_port, struct in_addr alias_addr, u_short alias_port, u_char proto) argument
[all...]
H A Dalias_local.h256 struct in_addr alias_addr, u_short src_port, u_short dst_port,
367 struct in_addr dst_addr, u_short dst_port, u_char ip_p);
H A Dalias_proxy.c464 struct in_addr dst_addr, u_short dst_port, u_char ip_p)
475 if ((dst_port == proxy_port || proxy_port == 0)
487 *proxy_server_port = dst_port;
462 ProxyCheck(struct libalias *la, struct in_addr *proxy_server_addr, u_short * proxy_server_port, struct in_addr src_addr, struct in_addr dst_addr, u_short dst_port, u_char ip_p) argument
/freebsd-10.0-release/sys/boot/arm/at91/libat91/
H A Demac.h96 unsigned short dst_port; member in struct:__anon5956
H A Demac.c144 udpHdr->dst_port = serverPort;
308 if (udpHdr->dst_port != localPort)
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c242 (id->dst_port) ^ (id->src_port);
261 i = (id->dst_ip) ^ (id->src_ip) ^ (id->dst_port) ^ (id->src_port);
294 id->dst_port, DYN_COUNT, postfix);
333 pkt->dst_port == q->id.dst_port) {
339 pkt->src_port == q->id.dst_port &&
340 pkt->dst_port == q->id.src_port) {
348 pkt->dst_port == q->id.dst_port) {
354 pkt->src_port == q->id.dst_port
[all...]
H A Dip_fw2.c668 dst_ip, dst_port, src_ip, src_port,
719 &id->dst_ip6, htons(id->dst_port),
723 &id->dst_ip6, htons(id->dst_port),
736 dst_ip, htons(id->dst_port),
740 dst_ip, htons(id->dst_port),
936 * src_port, dst_port port numbers, in HOST format. Only
943 uint16_t src_port = 0, dst_port = 0; /* NOTE: host format */ local
1029 dst_port = TCP(ulp)->th_dport;
1038 dst_port = SCTP(ulp)->dest_port;
1043 dst_port
[all...]
H A Dip_dummynet.c144 id->dst_port &= mask->dst_port;
165 dst->dst_port |= src->dst_port;
189 if (m->dst_port || m->src_port || m->proto || m->extra)
224 (id->dst_port << 1) ^ (id->src_port) ^
231 (id->dst_port << 1) ^ (id->src_port) ^ (id->proto);
248 id1->dst_port == id2->dst_port &&
257 id1->dst_port
[all...]
/freebsd-10.0-release/sbin/ipfw/
H A Ddummynet.c148 id->dst_ip, id->dst_port);
157 printf("%s/0x%04x\n", buf, id->dst_port);
201 inet_ntoa(ina), id->dst_port);
213 id->dst_port);
905 * per-flow queue, mask is dst_ip, dst_port,
929 mask->dst_port = ~0;
969 p16 = &mask->dst_port;
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-higig.h130 uint32_t dst_port : 5; /**< Port number of destination port on which the packet needs to egress. */ member in struct:__anon6909::__anon6912::__anon6913
/freebsd-10.0-release/sys/dev/netmap/
H A Dnetmap.c2950 uint16_t dst_port, d_i; local
2953 dst_port = b->nm_bdg_lookup(buf, ft[i].ft_len, &dst_ring, na);
2954 if (dst_port == NM_BDG_NOPORT) {
2956 } else if (unlikely(dst_port > NM_BDG_MAXPORTS)) {
2958 } else if (dst_port == NM_BDG_BROADCAST) {
2960 } else if (unlikely(dst_port == me ||
2961 !BDG_GET_VAR(b->bdg_ports[dst_port]))) {
2966 d_i = dst_port * NM_BDG_MAXRINGS + dst_ring;
2971 if (dst_port != NM_BDG_BROADCAST)
/freebsd-10.0-release/sys/net/
H A Dflowtable.c653 uint16_t src_port, dst_port; local
657 offset = hlen = src_port = dst_port = 0;
678 dst_port = TCP(ulp)->th_dport;
687 dst_port = SCTP(ulp)->dest_port;
691 dst_port = UDP(ulp)->uh_dport;
740 dsin6->sin6_port = dst_port;
/freebsd-10.0-release/sys/ofed/include/rdma/
H A Dib_user_verbs.h607 __be16 dst_port; member in struct:ibv_uverbs_flow_spec
710 __be16 dst_port; member in struct:ibv_kern_flow_spec
H A Dib_verbs.h1097 __be16 dst_port; member in struct:ib_flow_spec
/freebsd-10.0-release/sys/boot/i386/libi386/
H A Dpxe.h436 UDP_PORT_t dst_port; /* destination udp port */ member in struct:__anon6115
H A Dpxe.c640 udpwrite_p->dst_port = h->destport;
/freebsd-10.0-release/sys/netinet/
H A Dip_fw.h536 uint16_t dst_port; member in struct:ipfw_flow_id
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Dmcg.c756 rule_hw->tcp_udp.dst_port = spec->tcp_udp.dst_port;
814 if (cur->tcp_udp.dst_port)
817 be16_to_cpu(cur->tcp_udp.dst_port));
H A Dmlx4.h786 __be16 dst_port; member in struct:mlx4_net_trans_rule_hw_tcp_udp
/freebsd-10.0-release/sys/dev/ixgbe/
H A Dixgbe_82599.c1776 u32 mask = IXGBE_NTOHS(input_mask->formatted.dst_port);
1812 * Program the relevant mask registers. If src/dst_port or src/dst_addr
1839 if (input_mask->formatted.dst_port ||
1923 fdirport = IXGBE_NTOHS(input->formatted.dst_port);
2029 if (input->formatted.dst_port || input->formatted.src_port) {
2035 if (input->formatted.dst_port || input->formatted.src_port) {
/freebsd-10.0-release/sbin/pfctl/
H A Dparse.y4710 struct node_host *dst_host, struct node_port *dst_port,
4717 expand_label_port("$dstport", label, len, dst_port);
5010 LOOP_THROUGH(struct node_port, dst_port, dst_ports,
5052 src_host, src_port, dst_host, dst_port, proto->proto);
5054 src_host, src_port, dst_host, dst_port, proto->proto);
5056 r->af, src_host, src_port, dst_host, dst_port,
5071 r->dst.port[0] = dst_port->port[0];
5072 r->dst.port[1] = dst_port->port[1];
5073 r->dst.port_op = dst_port->op;
/freebsd-10.0-release/sys/dev/vxge/
H A Dvxge.c2490 u16 etype, src_port, dst_port; local
2493 src_port = dst_port = 0;
2531 dst_port = th->th_dport;
2536 dst_port = uh->uh_dport;
2543 counter = (ntohs(src_port) + ntohs(dst_port)) &
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c1050 spec_l4->tcp_udp.dst_port = flow_spec->dst_port;
1054 if (spec_l4->tcp_udp.dst_port)
/freebsd-10.0-release/sys/ofed/include/linux/mlx4/
H A Ddevice.h1013 __be16 dst_port; member in struct:mlx4_spec_tcp_udp
/freebsd-10.0-release/sys/dev/qlxgbe/
H A Dql_hw.h397 uint16_t dst_port; member in struct:_q80_config_lro_flow

Completed in 343 milliseconds

12