HomeSort by relevance Sort by last modified time
    Searched refs:v6 (Results 1 - 25 of 35) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
dhcpagent.dfl 38 # An interface name alone specifies IPv4 DHCP. For DHCPv6, append ".v6".
42 # hme0.v6.VERIFIED_LEASE_ONLY=no specify hme0 v6 behavior
44 # .v6.VERIFIED_LEASE_ONLY=no match all v6 interfaces
70 # .v6.VERIFIED_LEASE_ONLY=yes
123 .v6.PARAM_REQUEST_LIST=7,12,23,24,27,29
130 .v6.PARAM_IGNORE_LIST=
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...]
interface.h 52 #define V4_PART_OF_V6(v6) v6._S6_un._S6_u32[3]
103 dhcp_timer_t lif_preferred; /* lease preferred timer (v6 only) */
states.h 108 uchar_t *dsm_serverid; /* server DUID for v6 */
179 struct sockaddr_in6 v6; member in union:dhcp_smach_s::__anon4
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
request.c 351 * compute_points_v6(): compute the number of "points" for a given v6
844 &dsmp->dsm_send_dest.v6.sin6_addr)) {
848 dsmp->dsm_send_dest.v6.sin6_addr =
954 "accept_v6_message: discarded v6 %s on %s; state %s",
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/netinet/
in.h 722 * void IN6_V4MAPPED_TO_INADDR(const in6_addr_t *v6, struct in_addr *v4);
723 * void IN6_V4MAPPED_TO_IPADDR(const in6_addr_t *v6, ipaddr_t v4);
726 #define IN6_V4MAPPED_TO_INADDR(v6, v4) \
727 ((v4)->s_addr = (v6)->_S6_un._S6_u32[3])
728 #define IN6_V4MAPPED_TO_IPADDR(v6, v4) \
729 ((v4) = (v6)->_S6_un._S6_u32[3])
740 * void IN6_INADDR_TO_V4MAPPED(const struct in_addr *v4, in6_addr_t *v6);
741 * void IN6_IPADDR_TO_V4MAPPED(const ipaddr_t v4, in6_addr_t *v6);
745 #define IN6_INADDR_TO_V4MAPPED(v4, v6) \
746 ((v6)->_S6_un._S6_u32[3] = (v4)->s_addr,
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWcnetr/
i.dhcpagent 39 # to describe v6.
47 ".v6\".";
51 print "# hme0.v6.VERIFIED_LEASE_ONLY=no specify hme0 v6 behavior";
53 print "# .v6.VERIFIED_LEASE_ONLY=no match all v6 interfaces";
103 # If the target lacks a v6 PARAM_REQUEST_LIST entry, then
105 fgrep '.v6.PARAM_REQUEST_LIST' $dest >/dev/null ||
114 .v6.PARAM_REQUEST_LIST=7,12,23,24,27,29
127 .v6.PARAM_IGNORE_LIST
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/
ip6.h 134 #define V4MASK_TO_V6(v4, v6) ((v6).s6_addr32[0] = 0xffffffffUL, \
135 (v6).s6_addr32[1] = 0xffffffffUL, \
136 (v6).s6_addr32[2] = 0xffffffffUL, \
137 (v6).s6_addr32[3] = (v4))
141 * Note: We use "v6" here in definition of macro instead of "(v6)"
142 * Not possible to use "(v6)" here since macro is used with struct
145 #define V4_PART_OF_V6(v6) v6.s6_addr32[3
    [all...]
  /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/cmd/cmd-inet/usr.sbin/ipqosconf/
ipqosconf.h 77 #define V4_PART_OF_V6(v6) v6._S6_un._S6_u32[3]
85 /* extract the v4 and v6 bits of the ip_version enumeration from the filter */
ipqosconf.c 7048 int v4 = 1, v6 = 1; \/* default lookup family is v4 and v6 *\/ local
7326 int v4 = 0, v6 = 0; local
    [all...]
  /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/common/openssl/crypto/x509v3/
v3_utl.c 84 static int ipv6_from_asc(unsigned char *v6, const char *in);
717 static int ipv6_from_asc(unsigned char *v6, const char *in)
772 memcpy(v6, v6stat.tmp, v6stat.zero_pos);
775 memset(v6 + v6stat.zero_pos, 0, 16 - v6stat.total);
778 memcpy(v6 + v6stat.zero_pos + 16 - v6stat.total,
  /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/usr.lib/mdnsd/
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:__anon170::__anon171
    [all...]
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...]
DNSCommon.c 528 case mDNSAddrType_IPv6 : return(mDNSBool)(mDNSSameIPv6Address(ip1->ip.v6, ip2->ip.v6));
539 case mDNSAddrType_IPv6: return(mDNSBool)(ip->ip.v6.l[0] == AllDNSLinkGroupv6.l[0] &&
540 ip->ip.v6.l[1] == AllDNSLinkGroupv6.l[1] &&
541 ip->ip.v6.l[2] == AllDNSLinkGroupv6.l[2] &&
542 ip->ip.v6.l[3] == AllDNSLinkGroupv6.l[3] );
    [all...]
mDNSPosix.c 138 NOT_HAVE_SA_LEN applies to v6, too. And use more-portable s6_addr.
249 mDNSAddr.addr.ipv6 => mDNSAddr.ip.v6
391 ipAddr->ip.v6 = *(mDNSv6Addr*)&sin6->sin6_addr;
446 sin6->sin6_addr = *(struct in6_addr*)&dst->ip.v6;
523 else if (senderAddr.type == mDNSAddrType_IPv6) destAddr.ip.v6 = AllDNSLinkGroupv6;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdladm/common/
flowattr.c 44 #define V4_PART_OF_V6(v6) ((v6)._S6_un._S6_u32[3])
libdlflow.c 66 #define V4_PART_OF_V6(v6) ((v6)._S6_un._S6_u32[3])
  /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/uts/common/fs/sockfs/
nl7c.c 101 in6_addr_t v6; /* IPv6 address */ member in union:nl7c_addr_s::__anon26
328 if (inet_pton(AF_INET6, s, &p->addr.v6) != 1) {

Completed in 610 milliseconds

1 2