Home
last modified time | relevance | path

Searched refs:src_ip (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/tests/net/if_ipsec/
H A Dt_ipsec_natt.sh55 local src_ip=$3
65 atf_check -s exit:0 rump.ifconfig ipsec$ifid tunnel ${src_ip},${src_port} ${dst_ip},${dst_port}
76 local src_ip=$4
86 add $src_ip [$src_port] $dst_ip [$dst_port] $proto $out_spi -m transport $algo_args;
87 add $dst_ip [$dst_port] $src_ip [$src_port] $proto $in_spi -m transport $algo_args;
/netbsd-src/sys/arch/i386/stand/pxeboot/
H A Dpxe.c183 ip->ip_src.s_addr = ur->src_ip; in readudp()
215 uo->src_ip = bootplayer.yip; in pxe_netif_open()
H A Dpxe.h412 IP4_t src_ip; /* IP address of this station */ member
423 IP4_t src_ip; /* IP of sender */ member
/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_82599.c1887 ~input_mask->formatted.src_ip[0]); in ixgbe_fdir_set_input_mask_82599()
1909 input->formatted.src_ip[0]); in ixgbe_fdir_write_perfect_filter_82599()
1911 input->formatted.src_ip[1]); in ixgbe_fdir_write_perfect_filter_82599()
1913 input->formatted.src_ip[2]); in ixgbe_fdir_write_perfect_filter_82599()
1917 input->formatted.src_ip[0]); in ixgbe_fdir_write_perfect_filter_82599()
H A Dixgbe_type.h3641 __be32 src_ip[4]; member