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

/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dlibsdp.h71 struct in_addr ipv4; /* IPv4 address for mapping */ member in struct:use_family_rule
H A Dmatch.c66 sprintf( addr_buf, "%s/%d", inet_ntoa( rule->ipv4 ),
69 sprintf( addr_buf, "%s", inet_ntoa( rule->ipv4 ) );
91 return ( rule->ipv4.s_addr !=
H A Dconfig_parser.c155 if (!inet_aton(buf, &( __sdp_rule.ipv4 )))
189 inet_ntoa( __sdp_rule.ipv4 ), __sdp_rule.prefixlen);
191 sprintf(buf+strlen(buf), " %s", inet_ntoa( __sdp_rule.ipv4 ));
599 "address", "ipv4", "ports", 0
/freebsd-9.3-release/lib/libc/inet/
H A Dinet_net_pton.c276 int ipv4; local
290 ipv4 = 0;
326 ipv4 = 1;
345 if (ipv4)
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipmon_y.y62 %type <addr> ipv4
134 dstip: IPM_DSTIP '=' ipv4 '/' YY_NUMBER { $$ = new_opt(IPM_DSTIP);
192 srcip: IPM_SRCIP '=' ipv4 '/' YY_NUMBER { $$ = new_opt(IPM_SRCIP);
240 ipv4: YY_NUMBER '.' YY_NUMBER '.' YY_NUMBER '.' YY_NUMBER label
H A Dippool_y.y86 %type <addr> ipaddr mask ipv4
307 ipaddr: ipv4 { $$ = $1; }
312 | ipv4 { $$ = $1; }
330 ipv4: YY_NUMBER '.' YY_NUMBER '.' YY_NUMBER '.' YY_NUMBER label
H A Dipnat_y.y101 %type <ipa> hostname ipv4
323 | IPNY_RANGE ipv4 '-' ipv4
493 | hostname '/' ipv4 { $$.a = $1; $$.m = $3;
497 | hostname IPNY_MASK ipv4 { $$.a = $1; $$.m = $3;
604 | ipv4 { $$.s_addr = $1.s_addr; }
622 ipv4: YY_NUMBER '.' YY_NUMBER '.' YY_NUMBER '.' YY_NUMBER label
H A Dipf_y.y97 %type <ipa> hostname ipv4 ipv4mask ipv4_16 ipv4_24
929 ipv4 { $$ = $1; }
987 ipv4 { $$ = $1; }
1452 ipv4: ipv4_24 '.' YY_NUMBER label
/freebsd-9.3-release/usr.sbin/flowctl/
H A Dflowctl.c166 int ipv4, ipv6, verbose = 0; local
168 ipv4 = feature_present("inet");
171 if (argc > 0 && !strncmp(argv[0], "ipv4", 4)) {
177 ipv4 = 0;
186 if (ipv4) {
/freebsd-9.3-release/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-9.3-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptc.c1143 struct in_addr ipv4; local
1152 memcpy(&ipv4.s_addr, octets, sizeof(ipv4.s_addr));
1154 ip = &ipv4;
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_pf/
H A Dpf_tree.def161 (2 pfTablesAddrNetType ENUM ( 0 unknown 1 ipv4 2 ipv6) GET)
/freebsd-9.3-release/sys/dev/nxge/include/
H A Dxgehal-types.h576 xge_hal_ipv4 ipv4; member in union:xge_hal_ipaddr_t
/freebsd-9.3-release/sys/dev/qlxgbe/
H A Dql_hw.h317 } ipv4; member in union:_q80_config_ip_addr::__anon8873
387 } ipv4; member in union:_q80_config_lro_flow::__anon8875
394 } ipv4; member in union:_q80_config_lro_flow::__anon8877
/freebsd-9.3-release/sys/dev/nxge/xgehal/
H A Dxgehal-device.c1955 spdm_line_arr[1] = vBIT(src_ip->ipv4.addr,0,32) |
1956 vBIT(dst_ip->ipv4.addr,32,32);
6124 msg[off] = (u8)((src_ip->ipv4.addr & mask) >> shift);
6126 (u8)((dst_ip->ipv4.addr & mask) >> shift);
6278 if ((hldev->spdm_table[spdm_entry]->src_ip.ipv4.addr
6279 != src_ip->ipv4.addr) ||
6280 (hldev->spdm_table[spdm_entry]->dst_ip.ipv4.addr
6281 != dst_ip->ipv4.addr)) {
6381 if ((temp_src_ip != src_ip->ipv4.addr) ||
6382 (temp_dst_ip != dst_ip->ipv4
[all...]
/freebsd-9.3-release/contrib/ipfilter/iplang/
H A Diplang_y.y294 ipline: ipv4 '{' ipv4body '}' ';' { end_ipv4(); }
297 ipv4: IL_IPV4 { new_packet(); } label
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY552 force NAT rules to only match ipv4 NAT rules (which all are, currently,
679 allow flushing of ipv6 rules independant of ipv4 rules
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpfvar.h1512 struct in_addr ipv4; member in union:pf_divert::__anon67
H A Dpf.c7051 divert->addr.ipv4 = r->divert.addr.v4;
/freebsd-9.3-release/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h740 } ipv4; member in union:fw_ofld_connection_wr::fw_ofld_connection_le::fw_ofld_connection_leip
1958 } ipv4; member in union:fw_chnet_ifconf_wr::fw_chnet_ifconf_params::fw_chnet_ifconf_addr_type

Completed in 625 milliseconds