Searched defs:v6 (Results 1 - 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.h57 uint8_t v6; /* whether entry is for IPv6 */ member in struct:l2t_entry
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dmisc.c141 struct in6_addr v6[1], *addr = NULL; local
147 IN6_INADDR_TO_V4MAPPED(&s->sin_addr, v6);
148 addr = v6;
/illumos-gate/usr/src/common/net/dhcp/
H A Ddhcp_impl.h99 struct sockaddr_in6 v6; member in union:sockaddr46_s
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_main.c275 ipmgmt_persist_if_cb(char *ifname, boolean_t v4, boolean_t v6) argument
287 pif->pif_v6 = v6;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c180 int v6 = 1; local
183 ((v6 = strcmp(nfsdump_cf.knc_protofmly, NC_INET6))\
193 ddi_name_to_major(v6?"udp":"udp6"));
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ngz.c285 boolean_t v6 = B_FALSE; local
302 v6 = B_TRUE;
308 (*ngz_persist_if)(link, v4, v6);
H A Dipadm_if.c946 boolean_t v6 = (af == AF_INET6); local
964 if (v6) {
1008 if ((v6 && lifgr.gi_nv6 != 0) || (!v6 && lifgr.gi_nv4 != 0)) {
1028 if (((ifaddrp->ia_flags & IFF_IPV6) && !v6) ||
1029 (!(ifaddrp->ia_flags & IFF_IPV6) && v6))
/illumos-gate/usr/src/lib/libm/common/C/
H A D__lgamma.c101 v6 = 6.393885654300092398984238e5, variable
258 q = v0+y*(v1+y*(v2+y*(v3+y*(v4+y*(v5+y*(v6+y*(v7-y)))))));
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.h108 uchar_t *dsm_serverid; /* server DUID for v6 */
179 struct sockaddr_in6 v6; member in union:dhcp_smach_s::__anon106
187 * For v6, dsm_send_tcenter is the MRT (maximum retransmit timer)
206 * interface. For v6, only seconds while performing a transaction
211 * field in v4. In v6, it represents the time since the current
H A Dpacket.c183 dhcpv6_message_t *v6; local
186 (v6 = realloc(dpkt->pkt, mtu)) != NULL) {
188 dpkt->pkt = (PKT *)v6;
192 if (sizeof (*v6) > dpkt->pkt_max_len) {
193 dhcpmsg(MSG_ERR, "init_pkt: cannot allocate v6 pkt: %u",
198 v6 = (dhcpv6_message_t *)dpkt->pkt;
199 dpkt->pkt_cur_len = sizeof (*v6);
201 (void) memset(v6, 0, dpkt->pkt_max_len);
203 v6->d6m_msg_type = type;
204 DHCPV6_SET_TRANSID(v6, xi
[all...]
/illumos-gate/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c332 _nss_has_interfaces(boolean_t *v4, boolean_t *v6) argument
339 *v4 = *v6 = B_FALSE;
361 if (*v6 != B_FALSE)
368 *v6 = B_TRUE;
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c277 int v4 = 0, v6 = 0; local
296 v6 = inet_pton(AF_INET6, name, &in6);
301 (af == AF_INET && v6 == 1) ||
303 (have_v6 == 0 && v6 == 1) ||
311 if (v4 == 1 || v6 == 1) {
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7c.c101 in6_addr_t v6; /* IPv6 address */ member in union:nl7c_addr_s::__anon69
313 if (inet_pton(AF_INET6, s, &p->addr.v6) != 1) {
/illumos-gate/usr/src/lib/libilb/common/
H A Dlibilb.h128 struct in6_addr v6; /* network byte order */ member in union:__anon3295::__anon3296
131 #define ia_v6 _au.v6
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c65 boolean_t v6 = !fp->sf_isv4; local
68 fp->sf_saddr = sctp_get_valid_addr(sctp, v6, &addr_set);
141 * Note that if this is a v6 endpoint but it does
910 * since we only track a single pair of ipp_label_v4/v6 and not a separate one
1391 * If the endpoint only accepts v6 address,
1421 /* An v4 socket should not take v6 addresses. */
1429 * and bogus v6 address.
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c1693 in6_addr_t v6; local
1701 ptr = (uint8_t *)&v6;
1704 len = sizeof (v6);
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1717 boolean_t v6; local
1722 v6 = B_TRUE;
1725 v6 = B_FALSE;
1780 * using v4/v6 specific fields.
1782 if (v6) {
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defipxebc.h48 EFI_IPv6_ADDRESS v6; member in union:__anon207
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSPosix.c121 ipAddr->ip.v6 = *(mDNSv6Addr*)&sin6->sin6_addr;
184 sin6->sin6_addr = *(struct in6_addr*)&dst->ip.v6;
264 else if (senderAddr.type == mDNSAddrType_IPv6) destAddr.ip.v6 = AllDNSLinkGroup_v6.ip.v6;
465 mDNSexport mStatus mDNSPlatformGetPrimaryInterface(mDNS * const m, mDNSAddr * v4, mDNSAddr * v6, mDNSAddr * router) argument
469 (void) v6;
794 imr6.ipv6mr_multiaddr = *(const struct in6_addr*)&AllDNSLinkGroup_v6.ip.v6;
H A DuDNS.c2447 if (!mDNSIPv6AddressIsZero(m->AdvertisedV6.ip.v6) && h->arv6.resrec.RecordType == kDNSRecordTypeUnregistered)
2451 h->arv6.resrec.rdata->u.ipv6 = m->AdvertisedV6.ip.v6;
2453 LogInfo("Advertising hostname %##s IPv6 %.16a", h->arv6.resrec.name->c, &m->AdvertisedV6.ip.v6);
2479 mDNSPlatformMemFree(hi); // free hi when both v4 and v6 AuthRecs deallocated
2498 // only deliver status if both v4 and v6 fail
2648 // We do it this way because, if we have no active v6 record, the "mDNS_Deregister_internal(m, &hi->arv4);"
2653 if (f6) LogInfo("mDNS_RemoveDynDNSHostName removing v6 %##s", fqdn);
2668 mDNSv6Addr v6; local
2674 if (v6addr && v6addr->type != mDNSAddrType_IPv6) { LogMsg("mDNS_SetPrimaryInterfaceInfo v6 address - incorrect type. Discarding. %#a", v6addr); return; }
2681 v6
[all...]
H A DmDNS.c367 if (mDNSv6AddressIsLinkLocal(&addr->ip.v6)) return(mDNStrue);
370 if ((((intf->ip.ip.v6.l[0] ^ addr->ip.v6.l[0]) & intf->mask.ip.v6.l[0]) == 0) &&
371 (((intf->ip.ip.v6.l[1] ^ addr->ip.v6.l[1]) & intf->mask.ip.v6.l[1]) == 0) &&
372 (((intf->ip.ip.v6.l[2] ^ addr->ip.v6.l[2]) & intf->mask.ip.v6
2389 mDNSAddr v6 = { mDNSAddrType_IPv6, {{{0}}} }; local
3174 mDNSBool v6 = !intf->IPv6Available; // If this interface doesn't do v6, we don't need to find a v6 duplicate of this query local
9559 GetValueForIPv6Addr(mDNSu8 *ptr, mDNSu8 *limit, mDNSv6Addr *v6) argument
14642 mDNSAddr v4, v6, r; local
[all...]
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_defs.h250 uint32_t v6:1; /* IPv6 */ member in struct:Vmxnet3_RxCompDesc
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c2757 * @v6: holds the TCP/IPv6 counter values
2760 * Either @v4 or @v6 may be %NULL to skip the corresponding stats.
2764 struct tp_tcp_stats *v6)
2780 if (v6 != NULL) {
2783 v6->tcpOutRsts = STAT(OUT_RST);
2784 v6->tcpInSegs = STAT64(IN_SEG);
2785 v6->tcpOutSegs = STAT64(OUT_SEG);
2786 v6->tcpRetransSegs = STAT64(RXT_SEG);
2763 t4_tp_get_tcp_stats(struct adapter *adap, struct tp_tcp_stats *v4, struct tp_tcp_stats *v6) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c1880 * all addresses are stored as v6 addresses, so
1894 /* diff each of the 16 v6 address bytes */
3893 * Sets the first prefix_len bits in the v4 or v6 address (based upon af)
3894 * contained in the v6 address referenced by addr to 1.
6466 int inv6, /* if saddr or daddr set and v4 filter are they in v6 addr */
6499 /* init local v6 address to 0 */
7024 * to both v4 and v6 addresses.
7041 int v4 = 1, v6 = 1; /* default lookup family is v4 and v6 */ local
7062 v6
7319 int v4 = 0, v6 = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq_cmd.h1250 } v6; member in union:i40e_aqc_add_remove_cloud_filters_element_data::__anon281

Completed in 566 milliseconds

12