| /freebsd-10-stable/sys/netpfil/ipfw/ |
| D | ip_fw_dynamic.c | 263 i = (id->dst_ip) ^ (id->src_ip) ^ (id->dst_port) ^ (id->src_port); in hash_packet() 291 da.s_addr = htonl(id->dst_ip); in print_dyn_rule_flags() 348 pkt->dst_ip == q->id.dst_ip && in lookup_dyn_rule_locked() 354 if (pkt->src_ip == q->id.dst_ip && in lookup_dyn_rule_locked() 355 pkt->dst_ip == q->id.src_ip && in lookup_dyn_rule_locked() 637 pkt->dst_ip == q->id.dst_ip) in lookup_dyn_parent() 712 id.dst_ip = id.src_ip = id.dst_port = id.src_port = 0; in ipfw_install_state() 729 id.dst_ip = args->f_id.dst_ip; in ipfw_install_state() 862 h->ip_dst.s_addr = htonl(id->dst_ip); in ipfw_send_pkt() 864 h->ip_src.s_addr = htonl(id->dst_ip); in ipfw_send_pkt()
|
| D | ip_fw2.c | 671 dst_ip, dst_port, src_ip, src_port, in check_uidgid() 674 struct in_addr src_ip, dst_ip; in check_uidgid() 735 dst_ip.s_addr = htonl(id->dst_ip); in check_uidgid() 739 dst_ip, htons(id->dst_port), in check_uidgid() 743 dst_ip, htons(id->dst_port), in check_uidgid() 947 struct in_addr src_ip, dst_ip; /* NOTE: network format */ in ipfw_chk() local 982 dst_ip.s_addr = 0; /* make sure it is initialized */ in ipfw_chk() 1187 args->f_id.dst_ip = 0; in ipfw_chk() 1201 dst_ip = ip->ip_dst; in ipfw_chk() 1239 args->f_id.dst_ip = ntohl(dst_ip.s_addr); in ipfw_chk() [all …]
|
| D | ip_dummynet.c | 181 id->dst_ip &= mask->dst_ip; in flow_id_mask() 208 dst->dst_ip |= src->dst_ip; in flow_id_or() 231 return m->dst_ip || m->src_ip; in nonzero_mask() 256 i = (id->dst_ip) ^ (id->dst_ip >> 15) ^ in flow_id_hash() 274 return (id1->dst_ip == id2->dst_ip && in flow_id_cmp()
|
| /freebsd-10-stable/tools/tools/netmap/ |
| D | pkt-gen.c | 166 struct ip_range dst_ip; member 586 if (p < g->dst_ip.port1) { /* just inc, no wrap */ in update_addresses() 590 udp->uh_dport = htons(g->dst_ip.port0); in update_addresses() 593 if (a < g->dst_ip.end) { /* just inc, no wrap */ in update_addresses() 597 ip->ip_dst.s_addr = htonl(g->dst_ip.start); in update_addresses() 659 ip->ip_dst.s_addr = htonl(targ->g->dst_ip.start); in initialize_packet() 666 udp->uh_dport = htons(targ->g->dst_ip.port0); in initialize_packet() 1656 g.dst_ip.name = "10.1.0.1"; in main() 1750 g.dst_ip.name = optarg; in main() 1849 extract_ip_range(&g.dst_ip); in main() [all …]
|
| /freebsd-10-stable/sys/ofed/drivers/net/mlx4/ |
| D | en_netdev.c | 96 __be32 dst_ip; member 146 .dst_ip = filter->dst_ip, in mlx4_en_filter_work() 200 filter_hash_bucket(struct mlx4_en_priv *priv, __be32 src_ip, __be32 dst_ip, in filter_hash_bucket() argument 208 l ^= (__force unsigned long)(src_ip ^ dst_ip); in filter_hash_bucket() 217 __be32 dst_ip, u8 ip_proto, __be16 src_port, in mlx4_en_filter_alloc() argument 231 filter->dst_ip = dst_ip; in mlx4_en_filter_alloc() 242 filter_hash_bucket(priv, src_ip, dst_ip, src_port, in mlx4_en_filter_alloc() 263 mlx4_en_filter_find(struct mlx4_en_priv *priv, __be32 src_ip, __be32 dst_ip, in mlx4_en_filter_find() argument 271 filter_hash_bucket(priv, src_ip, dst_ip, in mlx4_en_filter_find() 275 filter->dst_ip == dst_ip && in mlx4_en_filter_find() [all …]
|
| D | mcg.c | 846 rule_hw->ipv4.dst_ip = spec->ipv4.dst_ip; in parse_trans_rule() 898 if (cur->ipv4.dst_ip) in mlx4_err_rule() 901 &cur->ipv4.dst_ip); in mlx4_err_rule()
|
| /freebsd-10-stable/sys/dev/nxge/xgehal/ |
| D | xgehal-device.c | 1923 xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp, u8 is_tcp, in __hal_spdm_entry_add() argument 1956 vBIT(dst_ip->ipv4.addr,32,32); in __hal_spdm_entry_add() 1961 xge_os_memcpy(&spdm_line_arr[3], &dst_ip->ipv6.addr[0], 8); in __hal_spdm_entry_add() 1962 xge_os_memcpy(&spdm_line_arr[4], &dst_ip->ipv6.addr[1], 8); in __hal_spdm_entry_add() 1997 xge_os_memcpy(&hldev->spdm_table[spdm_entry]->dst_ip, dst_ip, in __hal_spdm_entry_add() 2115 &spdm_entry->dst_ip, in __hal_device_rth_spdm_configure() 6072 xge_hal_ipaddr_t *dst_ip, u16 l4_sp, u16 l4_dp, in xge_hal_spdm_entry_add() argument 6126 (u8)((dst_ip->ipv4.addr & mask) >> shift); in xge_hal_spdm_entry_add() 6136 msg[off+ipaddr_len] = (u8)((dst_ip->ipv6.addr[off/8] in xge_hal_spdm_entry_add() 6181 status = __hal_spdm_entry_add(hldev, src_ip, dst_ip, l4_sp, l4_dp, in xge_hal_spdm_entry_add() [all …]
|
| /freebsd-10-stable/sys/dev/nxge/include/ |
| D | xgehal-device.h | 293 xge_hal_ipaddr_t dst_ip; member 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-10-stable/sys/ofed/include/rdma/ |
| D | ib_user_verbs.h | 605 __be32 dst_ip; member 708 __be32 dst_ip; member
|
| D | ib_verbs.h | 1144 __be32 dst_ip; member
|
| /freebsd-10-stable/sbin/ipfw/ |
| D | dummynet.c | 401 id->dst_ip, id->dst_port); in print_mask() 452 ina.s_addr = htonl(id->dst_ip); in list_flow() 1461 mask->dst_ip = ~0; in ipfw_config_pipe() 1479 p32 = &mask->dst_ip; in ipfw_config_pipe()
|
| D | ipfw2.c | 1827 a.s_addr = htonl(d->id.dst_ip); in show_dyn_ipfw()
|
| /freebsd-10-stable/sys/netinet/ |
| D | ip_fw.h | 534 uint32_t dst_ip; member
|
| /freebsd-10-stable/contrib/tcpdump/ |
| D | print-juniper.c | 512 u_int8_t dst_ip[4]; in juniper_es_print() member 554 ipaddr_string(&ih->dst_ip), in juniper_es_print()
|
| /freebsd-10-stable/sys/ofed/include/linux/mlx4/ |
| D | device.h | 1142 __be32 dst_ip; member 1243 __be32 dst_ip; member
|
| /freebsd-10-stable/sys/dev/qlxgb/ |
| D | qla_hw.h | 662 uint32_t dst_ip; member
|
| /freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/ |
| D | main.c | 1035 spec_l3->ipv4.dst_ip = flow_spec->dst_ip; in flow_spec_to_net_rule() 1039 if (spec_l3->ipv4.dst_ip) in flow_spec_to_net_rule()
|
| /freebsd-10-stable/sys/dev/ixgbe/ |
| D | ixgbe_82599.c | 1863 ~input_mask->formatted.dst_ip[0]); in ixgbe_fdir_set_input_mask_82599() 1894 input->formatted.dst_ip[0]); in ixgbe_fdir_write_perfect_filter_82599()
|
| D | ixv_type.h | 3507 __be32 dst_ip[4]; member
|
| D | ixgbe_type.h | 3497 __be32 dst_ip[4]; member
|
| /freebsd-10-stable/sys/dev/mlx5/ |
| D | mlx5_ifc.h | 476 u8 dst_ip[4][0x20]; member
|