Searched refs:src_ip (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_rename.c234 xfs_inode_t *src_dp, *target_dp, *src_ip, *target_ip; local
294 target_vname, &src_ip, &target_ip, inodes,
305 ASSERT(src_ip != NULL);
307 if ((src_ip->i_d.di_mode & S_IFMT) == S_IFDIR) {
320 src_is_directory = ((src_ip->i_d.di_mode & S_IFMT) == S_IFDIR);
370 if ((src_ip != src_dp) && (src_ip != target_dp)) {
371 xfs_trans_ijoin(tp, src_ip, XFS_ILOCK_EXCL);
374 (target_ip != src_ip) &&
399 target_namelen, src_ip
[all...]
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Defx_filter.c773 __in uint32_t src_ip,
784 spec->efs_dword[0] = src_tcp | src_ip << 16;
785 spec->efs_dword[1] = dest_tcp << 16 | src_ip >> 16;
811 __in uint32_t src_ip,
822 spec->efs_dword[0] = src_udp | src_ip << 16;
823 spec->efs_dword[1] = dest_udp << 16 | src_ip >> 16;
904 __in uint32_t src_ip,
913 spec->efs_dword[0] = src_tcp | src_ip << 16;
914 spec->efs_dword[1] = dest_tcp << 16 | src_ip >> 16;
923 __in uint32_t src_ip,
770 efx_filter_spec_rx_ipv4_tcp_full( __inout efx_filter_spec_t *spec, __in unsigned int flags, __in uint32_t src_ip, __in uint16_t src_tcp, __in uint32_t dest_ip, __in uint16_t dest_tcp) argument
808 efx_filter_spec_rx_ipv4_udp_full( __inout efx_filter_spec_t *spec, __in unsigned int flags, __in uint32_t src_ip, __in uint16_t src_udp, __in uint32_t dest_ip, __in uint16_t dest_udp) argument
902 efx_filter_spec_tx_ipv4_tcp_full( __inout efx_filter_spec_t *spec, __in uint32_t src_ip, __in uint16_t src_tcp, __in uint32_t dest_ip, __in uint16_t dest_tcp) argument
921 efx_filter_spec_tx_ipv4_tcp_wild( __inout efx_filter_spec_t *spec, __in uint32_t src_ip, __in uint16_t src_tcp) argument
938 efx_filter_spec_tx_ipv4_udp_full( __inout efx_filter_spec_t *spec, __in uint32_t src_ip, __in uint16_t src_udp, __in uint32_t dest_ip, __in uint16_t dest_udp) argument
957 efx_filter_spec_tx_ipv4_udp_wild( __inout efx_filter_spec_t *spec, __in uint32_t src_ip, __in uint16_t src_udp) argument
[all...]
H A Defx.h1797 __in uint32_t src_ip,
1813 __in uint32_t src_ip,
1852 __in uint32_t src_ip,
1860 __in uint32_t src_ip,
1866 __in uint32_t src_ip,
1874 __in uint32_t src_ip,
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dif_pflow.h35 u_int32_t src_ip; member in struct:pflow_flow
/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);
289 da.s_addr = htonl(id->src_ip);
347 if (pkt->src_ip == q->id.src_ip &&
354 if (pkt->src_ip == q->id.dst_ip &&
355 pkt->dst_ip == q->id.src_ip &&
636 pkt->src_ip == q->id.src_ip &&
712 id.dst_ip = id.src_ip = id.dst_port = id.src_port = 0;
724 id.src_ip
[all...]
H A Dip_fw2.c670 dst_ip, dst_port, src_ip, src_port,
673 struct in_addr src_ip, dst_ip;
733 src_ip.s_addr = htonl(id->src_ip);
737 src_ip, htons(id->src_port),
743 src_ip, htons(id->src_port),
941 * src_ip, dst_ip ip addresses, in NETWORK format.
946 struct in_addr src_ip, dst_ip; /* NOTE: network format */ local
982 src_ip.s_addr = 0; /* make sure it is initialized */
1180 args->f_id.src_ip
[all...]
H A Dip_dummynet.c151 id->src_ip &= mask->src_ip;
178 dst->src_ip |= src->src_ip;
200 return m->dst_ip || m->src_ip;
226 (id->src_ip << 1) ^ (id->src_ip >> 16) ^
244 id1->src_ip == id2->src_ip &&
/freebsd-9.3-release/tools/tools/netmap/
H A Dpkt-gen.c152 struct ip_range src_ip; member in struct:glob_arg
554 if (p < g->src_ip.port1) { /* just inc, no wrap */
558 udp->uh_sport = htons(g->src_ip.port0);
561 if (a < g->src_ip.end) { /* just inc, no wrap */
565 ip->ip_src.s_addr = htonl(g->src_ip.start);
567 udp->uh_sport = htons(g->src_ip.port0);
621 ip->ip_src.s_addr = htonl(targ->g->src_ip.start);
626 udp->uh_sport = htons(targ->g->src_ip.port0);
1298 "\t-s src_ip[:port[-src_ip
[all...]
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dpxe.h420 IP4_t src_ip; /* IP address of this station */ member in struct:__anon5747
431 IP4_t src_ip; /* IP of sender */ member in struct:__anon5749
H A Dpxe.c592 udpopen_p->src_ip = bootplayer.yip;
/freebsd-9.3-release/sys/dev/nxge/include/
H A Dxgehal-device.h292 xge_hal_ipaddr_t src_ip; member in struct:xge_hal_spdm_entry_t
802 xge_hal_spdm_entry_add(xge_hal_device_h devh, xge_hal_ipaddr_t *src_ip,
807 xge_hal_spdm_entry_remove(xge_hal_device_h devh, xge_hal_ipaddr_t *src_ip,
/freebsd-9.3-release/sys/dev/nxge/xgehal/
H A Dxgehal-device.c1922 __hal_spdm_entry_add(xge_hal_device_t *hldev, xge_hal_ipaddr_t *src_ip, argument
1955 spdm_line_arr[1] = vBIT(src_ip->ipv4.addr,0,32) |
1959 xge_os_memcpy(&spdm_line_arr[1], &src_ip->ipv6.addr[0], 8);
1960 xge_os_memcpy(&spdm_line_arr[2], &src_ip->ipv6.addr[1], 8);
1995 xge_os_memcpy(&hldev->spdm_table[spdm_entry]->src_ip, src_ip,
2114 &spdm_entry->src_ip,
6049 * @src_ip: Source ip address(IPv4/IPv6).
6071 xge_hal_spdm_entry_add(xge_hal_device_h devh, xge_hal_ipaddr_t *src_ip, argument
6124 msg[off] = (u8)((src_ip
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.c147 id->src_ip, id->src_port,
196 ina.s_addr = htonl(id->src_ip);
906 * src_ip, src_port, proto measured in bits
929 mask->src_ip = ~0;
951 p32 = &mask->src_ip;
H A Dipfw2.c1077 * Because the standard rule has at least proto src_ip dst_ip, we use
1822 a.s_addr = htonl(d->id.src_ip);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Daddr.c227 __be32 src_ip = src_in->sin_addr.s_addr; local
236 fl.nl_u.ip4_u.saddr = src_ip;
/freebsd-9.3-release/sys/netinet/
H A Dip_fw.h535 uint32_t src_ip; member in struct:ipfw_flow_id
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_82599.c1893 ~input_mask->formatted.src_ip[0]);
1910 input->formatted.src_ip[0]);
1912 input->formatted.src_ip[1]);
1914 input->formatted.src_ip[2]);
1917 IXGBE_WRITE_REG_BE32(hw, IXGBE_FDIRIPSA, input->formatted.src_ip[0]);
H A Dixgbe_type.h2732 * src_ip - 16 bytes
2744 __be32 src_ip[4]; member in struct:ixgbe_atr_input::__anon8215
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-juniper.c511 u_int8_t src_ip[4]; member in struct:juniper_ipsec_header
553 ipaddr_string(&ih->src_ip),
/freebsd-9.3-release/sys/dev/qlxgb/
H A Dqla_hw.h663 uint32_t src_ip; member in struct:_qla_lro_flow_rsp

Completed in 381 milliseconds