HomeSort by: relevance | last modified time | path
    Searched refs:ipv4 (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/
trpz.h 45 struct sockaddr_in ipv4; member in union:socku
  /src/tests/net/tcp/
t_tcp_nc.sh 82 start_nc_server $SOCK_PEER 80 $FILE_RCV ipv4 "-O 16384"
90 start_nc_server $SOCK_PEER 80 $FILE_RCV ipv4 "-O 1024"
99 start_nc_server $SOCK_PEER 80 $FILE_RCV ipv4
107 start_nc_server $SOCK_PEER 80 $FILE_RCV ipv4
118 start_nc_server $SOCK_PEER 80 $FILE_RCV ipv4
  /src/external/bsd/nsd/dist/
xdp-util.h 105 * Calculate UDP checksum with IPv4 pseudo-header
107 static inline uint16_t calc_csum_udp4(struct udphdr *udp, struct iphdr *ipv4) {
111 csum_add_data(&sum, &ipv4->saddr, sizeof(ipv4->saddr));
112 csum_add_data(&sum, &ipv4->daddr, sizeof(ipv4->daddr));
xdp-server.c 132 * Check whether destination IPv4 is in allowed IPs list
134 static int dest_ip_allowed4(struct xdp_server *xdp, struct iphdr *ipv4);
180 static inline void swap_ipv4(struct iphdr *ipv4);
183 static inline void *parse_ipv4(struct iphdr *ipv4);
574 static int dest_ip_allowed4(struct xdp_server *xdp, struct iphdr *ipv4) {
582 ipv4->daddr == ((struct sockaddr_in *) &ip->addr)->sin_addr.s_addr)
663 static inline void swap_ipv4(struct iphdr *ipv4) {
665 memcpy(&tmp_ip, &ipv4->saddr, sizeof(tmp_ip));
666 memcpy(&ipv4->saddr, &ipv4->daddr, sizeof(tmp_ip))
748 struct iphdr *ipv4 = NULL; local
    [all...]
xdp-dns-redirect_kern.c 95 struct iphdr *ipv4; local
107 if (!(ipv4 = parse_iphdr(&c)) || ipv4->protocol != IPPROTO_UDP)
  /src/tests/net/if_wg/
t_basic.sh 364 atf_set "descr" "tests to create/destroy peers (IPv4)"
406 local ipv4=inet
436 local ipv4=inet
466 local ipv4=inet
498 local ipv4=inet
530 local ipv4=inet
734 add_badudp_test ipv4 ipv4
735 add_badudp_test ipv4 ipv6
736 add_badudp_test ipv6 ipv4
    [all...]
t_tunnel.sh 161 _proto=ipv4
299 local ipv4=inet
328 add_tunnel_test ipv4 ipv4
329 add_tunnel_test ipv4 ipv6
330 add_tunnel_test ipv6 ipv4
  /src/tests/net/ipsec/
t_ipsec_spflags.sh 61 spdadd $ip_gwlo_tun $ip_gwre_tun ipv4 -P in ipsec esp/transport//require ;
62 spdadd $ip_gwre_tun $ip_gwlo_tun ipv4 -P out ipsec esp/transport//require ;
t_ipsec_tcp.sh 91 if [ $local_proto = ipv4 ]; then
141 test_tcp ipv4 $ip_local ipv4 $ip_peer
232 test_tcp ipv4 $ip_local ipv6 $ip_peer
286 add_test_tcp ipv4 esp $algo
291 add_test_tcp ipv4 ah $algo
296 add_test_tcp ipv4 none
t_ipsec_l2tp.sh 51 if [ $ipproto = ipv4 ]; then
204 str=$(make_l2tp_pktstr $ip_gwlo_tun $ip_gwre_tun $proto ipv4 $mode)
206 str=$(make_l2tp_pktstr $ip_gwre_tun $ip_gwlo_tun $proto ipv4 $mode)
362 if [ $ipproto = ipv4 ]; then
404 add_test_ipsec_l2tp ipv4 tunnel esp $algo
406 add_test_ipsec_l2tp ipv4 transport esp $algo
411 add_test_ipsec_l2tp ipv4 tunnel ah $algo
413 add_test_ipsec_l2tp ipv4 transport ah $algo
t_ipsec_transport.sh 224 if [ $ipproto = ipv4 ]; then
265 add_test_transport_mode ipv4 esp $algo
269 add_test_transport_mode ipv4 ah $algo
273 add_test_transport_mode ipv4 ipcomp $algo
  /src/external/mpl/bind/dist/bin/tests/system/dyndb/ns1/
named.conf.j2 39 dyndb sample "../driver/.libs/sample.so" { ipv4.example.nil. in-addr.arpa. };
  /src/external/mpl/bind/dist/bin/tests/system/dyndb/
tests.sh 118 test_add test1.ipv4.example.nil. A "10.53.0.10" || ret=1
121 test_add test2.ipv4.example.nil. A "10.53.0.11" || ret=1
124 test_add test3.ipv4.example.nil. A "10.53.0.12" || ret=1
130 test_del test1.ipv4.example.nil. A || ret=1
133 test_del test2.ipv4.example.nil. A || ret=1
136 test_del test3.ipv4.example.nil. A || ret=1
151 test_add test5.ipv4.example.nil. A "10.53.0.10" || ret=1
157 test_del test5.ipv4.example.nil. A || ret=1
  /src/external/bsd/unbound/dist/testdata/subnet_cache_lookup.tdir/
subnet_cache_lookup.conf 17 max-client-subnet-ipv4: 17
  /src/external/bsd/wpa/dist/wpa_supplicant/examples/
p2p-action-udhcp.sh 58 sysctl net.ipv4.ip_forward=1
65 sysctl net.ipv4.ip_forward=0
p2p-action.sh 85 sysctl net.ipv4.ip_forward=1
92 sysctl net.ipv4.ip_forward=0
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
bad-rate-limit-ipv4-prefix-length.conf 16 ipv4-prefix-length 33; // greater than bits in address
  /src/external/mpl/bind/dist/bin/tests/system/rrl/ns3/
named.conf.j2 35 ipv4-prefix-length 24;
  /src/lib/libc/inet/
inet_net_pton.c 53 * convert IPv4 network number from presentation to network format.
59 * not an IPv4 network specification.
281 int ipv4; local
295 ipv4 = 0;
331 ipv4 = 1;
350 if (ipv4)
  /src/tests/net/inpcb/
t_inpcb_bind.sh 88 add_test ipv4 "tests for inpcb_bind (ipv4)"
  /src/usr.sbin/altq/altqd/altq.conf.samples/
cbq.v6 40 # misc (udp, ipv4) classes
50 class cbq sr0 ipv4 misc borrow pbandwidth 10 red
51 filter sr0 ipv4 0 0 0 0 0 # ipv4
  /src/external/bsd/libbind/dist/inet/
inet_net_pton.c 50 * convert IPv4 network number from presentation to network format.
56 * not an IPv4 network specification.
276 int ipv4; local
290 ipv4 = 0;
326 ipv4 = 1;
345 if (ipv4)
  /src/external/mpl/bind/dist/bin/tests/system/dyndb/driver/
syncptr.c 134 dns_rdata_in_a_t ipv4; local
142 CHECK(dns_rdata_tostruct(rdata, &ipv4, inst->mctx));
143 isc_netaddr_fromin(&isc_ip, &ipv4.in_addr);
190 dns_rdata_freestruct(&ipv4);
205 * @param[in] ip_str IP address as a string (IPv4 or IPv6)
  /src/external/bsd/ntp/dist/scripts/update-leap/
update-leap-opts.def 25 name = ipv4;
28 descrip = "Use only IPv4 addresses for DNS name resolution";
31 to the IPv4 namespace.
37 flags-cant = ipv4, prefer;
48 flags-cant = ipv4, ipv6;
52 descrip = 'Prefer IPv4 or IPv6 (as specified) addresses, but use either';
54 Prefer IPv4 or IPv6 (as specified) addresses, but use either.
  /src/tests/net/if_gif/
t_gif.sh 162 router1_lan_mode="ipv4"
164 router2_lan_mode="ipv4"
174 $ROUTER1_WANIP ipv4
176 $ROUTER2_WANIP ipv4
196 router1_lan_mode="ipv4"
198 router2_lan_mode="ipv4"
207 $ROUTER1_WANIP ipv4
209 $ROUTER2_WANIP ipv4
775 add_test ${category} "${desc}" ipv4 ipv4
    [all...]

Completed in 42 milliseconds

1 2 3 4