HomeSort by relevance Sort by last modified time
    Searched defs:v6 (Results 1 - 16 of 16) sorted by null

  /onnv/onnv-gate/usr/src/lib/print/libpapi-common/common/
misc.c 141 struct in6_addr v6[1], *addr = NULL; local
147 IN6_INADDR_TO_V4MAPPED(&s->sin_addr, v6);
148 addr = v6;
  /onnv/onnv-gate/usr/src/common/net/dhcp/
dhcp_impl.h 99 struct sockaddr_in6 v6; member in union:sockaddr46_s
  /onnv/onnv-gate/usr/src/cmd/ssh/libssh/common/
addrmatch.c 40 struct in6_addr v6; member in union:xaddr::__anon1
44 u_int32_t scope_id; /* iface scope id for v6 */
46 #define v6 xa.v6 macro
102 memcpy(&xa->v6, &in6->sin6_addr, sizeof(xa->v6));
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
nfs_dump.c 174 int v6 = 1; local
177 ((v6 = strcmp(nfsdump_cf.knc_protofmly, NC_INET6))\
187 ddi_name_to_major(v6?"udp":"udp6"));
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
states.h 108 uchar_t *dsm_serverid; /* server DUID for v6 */
179 struct sockaddr_in6 v6; member in union:dhcp_smach_s::__anon15
187 * For v6, dsm_send_tcenter is the MRT (maximum retransmit timer)
204 * V4 and V6 use slightly different timers. For v4, we must count
206 * interface. For v6, only seconds while performing a transaction
211 * field in v4. In v6, it represents the time since the current
packet.c 183 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, xid)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/
nl7c.c 101 in6_addr_t v6; /* IPv6 address */ member in union:nl7c_addr_s::__anon4746
328 if (inet_pton(AF_INET6, s, &p->addr.v6) != 1) {
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/irs/
gethostent.c 277 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) {
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
TestBean.java 356 ValueRecord v6 = new ScalarRecord(new Short((short) 7), 2); local
357 Tuple tuple = new Tuple(v1, v2, v3, v4, v5, v6);
  /onnv/onnv-gate/usr/src/lib/libilb/common/
libilb.h 128 struct in6_addr v6; /* network byte order */ member in union:__anon34::__anon35
131 #define ia_v6 _au.v6
  /onnv/onnv-gate/usr/src/uts/common/inet/sctp/
sctp_common.c 66 boolean_t v6 = !fp->isv4; local
69 fp->saddr = sctp_get_valid_addr(sctp, v6, &addr_set);
142 * Note that if this is a v6 endpoint but it does
878 * since we only track a single pair of ipp_label_v4/v6 and not a separate one
    [all...]
  /onnv/onnv-gate/usr/src/lib/libkmf/libkmf/common/
generalop.c 1671 in6_addr_t v6; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
mDNS.c 574 Only send IPv4 (or v6) multicast when IPv4 (or v6) multicast send/receive
3046 mDNSAddr v6 = { mDNSAddrType_IPv6, {{{0}}} }; local
3527 mDNSBool v6 = !intf->IPv6Available; \/\/ If this interface doesn't do v6, we don't need to find a v6 duplicate of this query local
    [all...]
mDNSEmbeddedAPI.h 691 <rdar://problem/3368159> Interaction between v4, v6 and dual-stack hosts not working quite right
693 2. When we see the first v4 (or first v6) member of a group, we re-trigger questions and probes on that interface.
694 3. When we see the last v4 (or v6) member of a group go away, we revalidate all the records received on that interface.
1206 union { mDNSv6Addr v6; mDNSv4Addr v4; } ip; member in union:__anon171::__anon172
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
ifconfig.c 3761 boolean_t v6 = (afp->af_af == AF_INET6); local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
ipqosconf.c 7048 int v4 = 1, v6 = 1; \/* default lookup family is v4 and v6 *\/ local
7326 int v4 = 0, v6 = 0; local
    [all...]

Completed in 900 milliseconds