Searched refs:ipv4 (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh58 sysctl net.ipv4.ip_forward=1
65 sysctl net.ipv4.ip_forward=0
H A Dp2p-action.sh85 sysctl net.ipv4.ip_forward=1
92 sysctl net.ipv4.ip_forward=0
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_offloadings.c72 gso_fix_segment(uint8_t *pkt, size_t len, u_int ipv4, u_int iphlen, u_int tcp, argument
80 if (ipv4) {
125 if (ipv4)
251 u_int ipv4 = 0; local
302 ipv4 = 1;
307 ipv4 = 0;
383 ipv4, iphlen, tcp,
/freebsd-11-stable/lib/libc/inet/
H A Dinet_net_pton.c276 int ipv4; local
290 ipv4 = 0;
326 ipv4 = 1;
345 if (ipv4)
/freebsd-11-stable/contrib/netbsd-tests/net/if_gif/
H A Dt_gif.sh139 router1_lan_mode="ipv4"
141 router2_lan_mode="ipv4"
151 $ROUTER1_WANIP ipv4
153 $ROUTER2_WANIP ipv4
173 router1_lan_mode="ipv4"
175 router2_lan_mode="ipv4"
184 $ROUTER1_WANIP ipv4
186 $ROUTER2_WANIP ipv4
752 add_test ${category} "${desc}" ipv4 ipv4
[all...]
/freebsd-11-stable/usr.sbin/flowctl/
H A Dflowctl.c182 int ipv4, ipv6, verbose = 0; local
184 ipv4 = feature_present("inet");
187 if (argc > 0 && !strncmp(argv[0], "ipv4", 4)) {
193 ipv4 = 0;
205 if (ipv4) {
/freebsd-11-stable/sys/netinet/
H A Dip_input.c431 if (IPSEC_ENABLED(ipv4)) {
432 if (IPSEC_INPUT(ipv4, m, hlen, ip->ip_p) != 0)
569 && (!IPSEC_ENABLED(ipv4) ||
570 IPSEC_CAPS(ipv4, m, IPSEC_CAP_OPERABLE) == 0)
586 if (IPSEC_ENABLED(ipv4) &&
587 IPSEC_CAPS(ipv4, m, IPSEC_CAP_BYPASS_FILTER) != 0)
820 if (IPSEC_ENABLED(ipv4)) {
821 if (IPSEC_INPUT(ipv4, m, hlen, ip->ip_p) != 0)
1028 if (IPSEC_ENABLED(ipv4)) {
1029 if ((error = IPSEC_FORWARD(ipv4,
[all...]
H A Dip_output.c553 if (IPSEC_ENABLED(ipv4)) {
554 if ((error = IPSEC_OUTPUT(ipv4, m, inp)) != 0) {
1190 if (IPSEC_ENABLED(ipv4)) {
1191 error = IPSEC_PCBCTL(ipv4, inp, sopt);
1339 if (IPSEC_ENABLED(ipv4)) {
1340 error = IPSEC_PCBCTL(ipv4, inp, sopt);
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c208 } ipv4; member in union:pkt::__anon5534
218 ((af) == AF_INET ? (p)->ipv4.f: (p)->ipv6.f)
225 } ipv4; member in union:ip_range::__anon5537
403 * extract the extremes from a range of ipv4 addresses.
432 extract_ipv4_addr(name, &r->ipv4.start, &r->port0);
446 extract_ipv4_addr(ap, &r->ipv4.end, &r->port1);
447 if (r->ipv4.start > r->ipv4.end) {
448 tmp = r->ipv4.end;
449 r->ipv4
[all...]
/freebsd-11-stable/sys/dev/vxge/include/
H A Dvxgehal-types.h97 * @ipv4: IP V4 address
101 vxge_hal_ipv4 ipv4; member in union:vxge_hal_ipaddr_t
/freebsd-11-stable/contrib/unbound/dns64/
H A Ddns64.c201 uint32_t ipv4 = 0; local
209 ipv4 = ipv4 << 8;
210 ipv4 |= ipv6[pos];
212 return ipv4;
220 * \param ipv4 IPv4 address represented as an unsigned 32-bit number.
228 ipv4_to_ptr(uint32_t ipv4, char ptr[], size_t nm_len) argument
236 *c = uitoa((unsigned int)(ipv4 % 256), c + 1);
239 ipv4 /= 256;
/freebsd-11-stable/contrib/netbsd-tests/net/net/
H A Dt_forwarding.sh159 setup_endpoint $SOCKSRC $IP4SRC bus1 ipv4 $IP4SRCGW
160 setup_endpoint $SOCKDST $IP4DST bus2 ipv4 $IP4DSTGW
161 setup_forwarder ipv4
191 test_endpoint $SOCKSRC $IP4SRC bus1 ipv4
192 test_endpoint $SOCKDST $IP4DST bus2 ipv4
/freebsd-11-stable/contrib/netbsd-tests/net/route/
H A Dt_route.sh202 setup_endpoint $SOCKSRC $IP4SRC $BUS_SRCGW ipv4 $IP4SRCGW
203 setup_endpoint $SOCKDST $IP4DST $BUS_DSTGW ipv4 $IP4DSTGW
204 setup_forwarder ipv4
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mcg.c874 rule_hw->ipv4.src_ip = spec->ipv4.src_ip;
875 rule_hw->ipv4.src_ip_msk = spec->ipv4.src_ip_msk;
876 rule_hw->ipv4.dst_ip = spec->ipv4.dst_ip;
877 rule_hw->ipv4.dst_ip_msk = spec->ipv4.dst_ip_msk;
934 if (cur->ipv4.src_ip)
937 &cur->ipv4
[all...]
/freebsd-11-stable/contrib/netbsd-tests/net/if_bridge/
H A Dt_bridge.sh116 test_endpoint $SOCK1 $IP1 bus1 ipv4
117 test_endpoint $SOCK3 $IP2 bus2 ipv4
151 setup_endpoint $SOCK1 $IP1 bus1 ipv4
152 setup_endpoint $SOCK3 $IP2 bus2 ipv4
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_init_fw_funcs.h415 * @param ipv4 - set profile ipv4 packet.
424 bool ipv4,
H A Decore_l2_api.h201 bool ipv4; member in struct:ecore_arfs_config_params
500 *and atleast one of ipv4 or ipv6 true to enable rfs mode.
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dippool_y.y90 %type <ip4> ipv4
384 ipaddr: ipv4 { $$.adf_addr.in4 = $1;
412 | ipv4 { bzero(&$$, sizeof($$));
426 ipv4: YY_NUMBER '.' YY_NUMBER '.' YY_NUMBER '.' YY_NUMBER label
H A Dipmon_y.y75 %type <addr> ipv4
161 dstip: IPM_DSTIP '=' ipv4 '/' YY_NUMBER { $$ = new_opt(IPM_DSTIP);
219 srcip: IPM_SRCIP '=' ipv4 '/' YY_NUMBER { $$ = new_opt(IPM_SRCIP);
243 ipv4: YY_NUMBER '.' YY_NUMBER '.' YY_NUMBER '.' YY_NUMBER label
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c259 * Currently one dyn_bucket_lock is used for all ipv4, ipv4_parent, ipv6,
2098 DYN_FREE_STATES(s4, s4n, ipv4);
2259 * ipv4, ipv4_parent, ipv6, and ipv6_parent. Check expired time
2325 DYN_UNLINK_STATES(s4, s4p, s4n, data->expire, ipv4, ipv4, 1);
2326 DYN_UNLINK_STATES(s4, s4p, s4n, limit->expire, ipv4,
2594 struct dyn_ipv4ck_slist *ipv4, *ipv4_parent; local
2609 ipv4 = malloc(new * sizeof(struct dyn_ipv4ck_slist), M_IPFW,
2633 CK_SLIST_INIT(&ipv4[bucket]);
2659 DYN_RELINK_STATES(s4, data->hashval, bucket, ipv4, ipv
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1747 if (FIELDS_NOT_SUPPORTED(ib_spec->ipv4.mask, LAST_IPV4_FIELD))
1756 src_ipv4_src_ipv6.ipv4_layout.ipv4),
1757 &ib_spec->ipv4.mask.src_ip,
1758 sizeof(ib_spec->ipv4.mask.src_ip));
1760 src_ipv4_src_ipv6.ipv4_layout.ipv4),
1761 &ib_spec->ipv4.val.src_ip,
1762 sizeof(ib_spec->ipv4.val.src_ip));
1764 dst_ipv4_dst_ipv6.ipv4_layout.ipv4),
1765 &ib_spec->ipv4.mask.dst_ip,
1766 sizeof(ib_spec->ipv4
[all...]
/freebsd-11-stable/sys/dev/vmware/vmxnet3/
H A Dif_vmxreg.h166 uint32_t ipv4:1; member in struct:vmxnet3_rxcompdesc
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Duverbs.h235 struct ib_uverbs_flow_spec_ipv4 ipv4; member in union:ib_uverbs_flow_spec::__anon8268
/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptc.c1155 struct in_addr ipv4; local
1164 memcpy(&ipv4.s_addr, octets, sizeof(ipv4.s_addr));
1166 ip = &ipv4;
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-types.h576 xge_hal_ipv4 ipv4; member in union:xge_hal_ipaddr_t

Completed in 225 milliseconds

123