Searched refs:dst_ip (Results 1 - 14 of 14) sorted by relevance

/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c263 i = (id->dst_ip) ^ (id->src_ip) ^ (id->dst_port) ^ (id->src_port);
291 da.s_addr = htonl(id->dst_ip);
348 pkt->dst_ip == q->id.dst_ip &&
354 if (pkt->src_ip == q->id.dst_ip &&
355 pkt->dst_ip == q->id.src_ip &&
637 pkt->dst_ip == q->id.dst_ip)
712 id.dst_ip = id.src_ip = id.dst_port = id.src_port = 0;
726 id.dst_ip
[all...]
H A Dip_fw2.c670 dst_ip, dst_port, src_ip, src_port,
673 struct in_addr src_ip, dst_ip;
734 dst_ip.s_addr = htonl(id->dst_ip);
738 dst_ip, htons(id->dst_port),
742 dst_ip, htons(id->dst_port),
941 * src_ip, dst_ip ip addresses, in NETWORK format.
946 struct in_addr src_ip, dst_ip; /* NOTE: network format */ local
981 dst_ip.s_addr = 0; /* make sure it is initialized */
1181 args->f_id.dst_ip
[all...]
H A Dip_dummynet.c150 id->dst_ip &= mask->dst_ip;
177 dst->dst_ip |= src->dst_ip;
200 return m->dst_ip || m->src_ip;
225 i = (id->dst_ip) ^ (id->dst_ip >> 15) ^
243 return (id1->dst_ip == id2->dst_ip &&
/freebsd-9.3-release/tools/tools/netmap/
H A Dpkt-gen.c153 struct ip_range dst_ip; member in struct:glob_arg
569 if (p < g->dst_ip.port1) { /* just inc, no wrap */
573 udp->uh_dport = htons(g->dst_ip.port0);
576 if (a < g->dst_ip.end) { /* just inc, no wrap */
580 ip->ip_dst.s_addr = htonl(g->dst_ip.start);
620 ip->ip_dst.s_addr = htonl(targ->g->dst_ip.start);
627 udp->uh_dport = htons(targ->g->dst_ip.port0);
1297 "\t-d dst_ip[:port[-dst_ip:port]] single or range\n"
1562 g.dst_ip
[all...]
/freebsd-9.3-release/sys/dev/nxge/include/
H A Dxgehal-device.h293 xge_hal_ipaddr_t dst_ip; member in struct:xge_hal_spdm_entry_t
803 xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp,
808 xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp,
/freebsd-9.3-release/sys/dev/nxge/xgehal/
H A Dxgehal-device.c1923 xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp, u8 is_tcp,
1956 vBIT(dst_ip->ipv4.addr,32,32);
1961 xge_os_memcpy(&spdm_line_arr[3], &dst_ip->ipv6.addr[0], 8);
1962 xge_os_memcpy(&spdm_line_arr[4], &dst_ip->ipv6.addr[1], 8);
1997 xge_os_memcpy(&hldev->spdm_table[spdm_entry]->dst_ip, dst_ip,
2115 &spdm_entry->dst_ip,
6050 * @dst_ip: Destination ip address(IPv4/IPv6).
6072 xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp,
6126 (u8)((dst_ip
1922 __hal_spdm_entry_add(xge_hal_device_t *hldev, xge_hal_ipaddr_t *src_ip, xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp, u8 is_tcp, u8 is_ipv4, u8 tgt_queue, u32 jhash_value, u16 spdm_entry) argument
6071 xge_hal_spdm_entry_add(xge_hal_device_h devh, xge_hal_ipaddr_t *src_ip, xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp, u8 is_tcp, u8 is_ipv4, u8 tgt_queue) argument
6215 xge_hal_spdm_entry_remove(xge_hal_device_h devh, xge_hal_ipaddr_t *src_ip, xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp, u8 is_tcp, u8 is_ipv4) argument
[all...]
/freebsd-9.3-release/sbin/ipfw/
H A Ddummynet.c148 id->dst_ip, id->dst_port);
199 ina.s_addr = htonl(id->dst_ip);
905 * per-flow queue, mask is dst_ip, dst_port,
928 mask->dst_ip = ~0;
946 p32 = &mask->dst_ip;
H A Dipfw2.c1077 * Because the standard rule has at least proto src_ip dst_ip, we use
1825 a.s_addr = htonl(d->id.dst_ip);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Daddr.c228 __be32 dst_ip = dst_in->sin_addr.s_addr; local
235 fl.nl_u.ip4_u.daddr = dst_ip;
/freebsd-9.3-release/sys/netinet/
H A Dip_fw.h534 uint32_t dst_ip; member in struct:ipfw_flow_id
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-juniper.c512 u_int8_t dst_ip[4]; member in struct:juniper_ipsec_header
554 ipaddr_string(&ih->dst_ip),
/freebsd-9.3-release/sys/dev/qlxgb/
H A Dqla_hw.h662 uint32_t dst_ip; member in struct:_qla_lro_flow_rsp
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_82599.c1895 ~input_mask->formatted.dst_ip[0]);
1920 IXGBE_WRITE_REG_BE32(hw, IXGBE_FDIRIPDA, input->formatted.dst_ip[0]);
H A Dixgbe_type.h2733 * dst_ip - 16 bytes
2743 __be32 dst_ip[4]; member in struct:ixgbe_atr_input::__anon8215

Completed in 288 milliseconds