Searched refs:v4 (Results 26 - 38 of 38) sorted by relevance

12

/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_rx.c315 if (compDesc->rcd.v4 && compDesc->rcd.ipc) {
H A Dvmxnet3_defs.h251 uint32_t v4:1; /* IPv4 */ member in struct:Vmxnet3_RxCompDesc
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c3893 * Sets the first prefix_len bits in the v4 or v6 address (based upon af)
6466 int inv6, /* if saddr or daddr set and v4 filter are they in v6 addr */
7024 * to both v4 and v6 addresses.
7041 int v4 = 1, v6 = 1; /* default lookup family is v4 and v6 */ local
7061 v4 = VERSION_IS_V4(filter);
7071 v4--;
7079 /* v4 only address */
7081 if (v4 && !v6) {
7088 } else if (v6 && !v4) {
7319 int v4 = 0, v6 = 0; local
[all...]
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c1692 in_addr_t v4; local
1699 v4 = inet_addr(name);
1700 if (v4 == (in_addr_t)-1) {
1706 ptr = (uint8_t *)&v4;
1707 len = sizeof (v4);
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_bitmap.c245 rdc_headerv4_t *v4; member in union:__anon4506
305 u_hdrp.current->asyncthr = u_hdrp.v4->asyncthr;
306 u_hdrp.current->syshostid = u_hdrp.v4->syshostid;
307 u_hdrp.current->maxqitems = u_hdrp.v4->maxqitems;
308 u_hdrp.current->maxqfbas = u_hdrp.v4->maxqfbas;
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.sub178 os=-sco3.2v4
186 # Don't forget version if it is 3.2v4 or newer.
612 i*86v4*)
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dcommon.h415 void t4_tp_get_tcp_stats(struct adapter *adap, struct tp_tcp_stats *v4,
H A Dt4_hw.c2756 * @v4: holds the TCP/IP counter values
2760 * Either @v4 or @v6 may be %NULL to skip the corresponding stats.
2763 t4_tp_get_tcp_stats(struct adapter *adap, struct tp_tcp_stats *v4, argument
2772 if (v4 != NULL) {
2775 v4->tcpOutRsts = STAT(OUT_RST);
2776 v4->tcpInSegs = STAT64(IN_SEG);
2777 v4->tcpOutSegs = STAT64(OUT_SEG);
2778 v4->tcpRetransSegs = STAT64(RXT_SEG);
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinterface.c382 #define ASSIGN_ADDR(v4, v6, lf) \
386 lif->v4 = ((struct sockaddr_in *)&lifr.lf)->sin_addr.s_addr; \
1322 * open_ip_lif(): open up an IP socket for I/O on a given LIF (v4 only).
1348 errmsg = "cannot create v4 socket";
1353 errmsg = "cannot bind v4 socket";
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c821 /* We might have one for v4 and for v6 */
1425 * Irregardless of the supported address in the INIT, v4
1723 struct in_addr *v4; local
1728 v4 = (struct in_addr *)(hdr + 1);
1729 IN6_V4MAPPED_TO_INADDR(&addr, v4);
1755 * consists of sockaddr_in structs for v4 and sockaddr_in6 for v6. The list
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c599 case mDNSAddrType_IPv4: return (mDNSBool)(mDNSSameIPv4Address(ip1->ip.v4, ip2->ip.v4));
610 case mDNSAddrType_IPv4: return (mDNSBool)(mDNSSameIPv4Address(ip->ip.v4, AllDNSLinkGroup_v4.ip.v4));
4162 case mDNSAddrType_IPv4: F.precision = 4; a = (unsigned char *)&ip->ip.v4; break;
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq_cmd.h1247 } v4; member in union:i40e_aqc_add_remove_cloud_filters_element_data::__anon281
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c98 #define V4MASK_TO_V6(v4, v6) ((v6)._S6_un._S6_u32[0] = 0xfffffffful, \
101 (v6)._S6_un._S6_u32[3] = (v4))
3666 /* same assumption as in the v4 case above */
5280 * Address is either a v4 mapped or v6 addr. If
5281 * it's a v4 mapped, convert to v4 before
5286 /* v4 */

Completed in 2310 milliseconds

12