/titanic_41/usr/src/cmd/isns/isnsd/ |
H A D | esi.c | 101 in6_addr_t *ip6, in new_esi_portal() argument 110 if (((int *)ip6)[0] == 0x00 && in new_esi_portal() 111 ((int *)ip6)[1] == 0x00 && in new_esi_portal() 112 ((uchar_t *)ip6)[8] == 0x00 && in new_esi_portal() 113 ((uchar_t *)ip6)[9] == 0x00 && in new_esi_portal() 114 ((uchar_t *)ip6)[10] == 0xFF && in new_esi_portal() 115 ((uchar_t *)ip6)[11] == 0xFF) { in new_esi_portal() 117 p->ip4 = ((uint32_t *)ip6)[3]; in new_esi_portal() 121 p->ip6 = ip6; in new_esi_portal() 151 free(p->ip6); in free_esi_portal() [all …]
|
H A D | isns_esi.h | 53 in6_addr_t *ip6; member
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 198 static void print_ip6_stats(mib2_ipv6IfStatsEntry_t *ip6); 207 static void sum_ip6_stats(mib2_ipv6IfStatsEntry_t *ip6, 1799 mib2_ipv6IfStatsEntry_t *ip6; in mib_get_constants() local 1802 ip6 = (mib2_ipv6IfStatsEntry_t *)item->valp; in mib_get_constants() 1803 ipv6IfStatsEntrySize = ip6->ipv6IfStatsEntrySize; in mib_get_constants() 1804 ipv6AddrEntrySize = ip6->ipv6AddrEntrySize; in mib_get_constants() 1805 ipv6RouteEntrySize = ip6->ipv6RouteEntrySize; in mib_get_constants() 1806 ipv6NetToMediaEntrySize = ip6->ipv6NetToMediaEntrySize; in mib_get_constants() 1807 ipv6MemberEntrySize = ip6->ipv6MemberEntrySize; in mib_get_constants() 1809 ip6->ipv6GroupSourceEntrySize; in mib_get_constants() [all …]
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_fil_solaris.c | 1107 ip6_t *ip6; local 1153 ip6 = (ip6_t *)m->b_rptr; 1154 ip6->ip6_flow = ((ip6_t *)fin->fin_ip)->ip6_flow; 1155 ip6->ip6_src = fin->fin_dst6.in6; 1156 ip6->ip6_dst = fin->fin_src6.in6; 1157 ip6->ip6_plen = htons(sizeof(*tcp)); 1158 ip6->ip6_nxt = IPPROTO_TCP; 1159 tcp2->th_sum = fr_cksum(m, (ip_t *)ip6, IPPROTO_TCP, tcp2); 1210 ip6_t *ip6; local 1212 ip6 = (ip6_t *)ip; [all …]
|
H A D | ip_frag.c | 244 ip6_t *ip6 = (ip6_t *)fin->fin_ip; local 248 frag->ipfr_tos = ip6->ip6_flow & IPV6_FLOWINFO_MASK; 249 frag->ipfr_src.in6 = ip6->ip6_src; 250 frag->ipfr_dst.in6 = ip6->ip6_dst;
|
H A D | fil.c | 379 ip6_t *ip6 = (ip6_t *)fin->fin_ip; local 390 p = ip6->ip6_nxt; 391 fi->fi_ttl = ip6->ip6_hlim; 392 fi->fi_src.in6 = ip6->ip6_src; 393 fi->fi_dst.in6 = ip6->ip6_dst; 2337 ip6_t *ip6; local 2436 ip6 = (ip6_t *)ip; 2437 fin->fin_plen = ntohs(ip6->ip6_plen); 2482 ip6 = (ip6_t *)ip; 2489 if (ip6->ip6_hlim < ifs->ifs_fr_minttl) { [all …]
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ippool_y.y | 68 union i6addr ip6; member 76 %token <ip6> YY_IPV6 87 %type <ip6> ipaddr mask ipv4
|
H A D | lexer.c | 23 i6addr_t ip6; member 447 if (inet_pton(AF_INET6, ipv6buf, &yylval.ip6) == 1) { in yylex()
|
H A D | ipmon.c | 994 ip6_t *ip6; local 1103 ip6 = (ip6_t *)ip; 1104 p = (u_short)ip6->ip6_nxt; 1105 s = (u_32_t *)&ip6->ip6_src; 1106 d = (u_32_t *)&ip6->ip6_dst; 1107 plen = hl + ntohs(ip6->ip6_plen);
|
H A D | ipmon_y.y | 44 union i6addr ip6; member 49 %token <ip6> YY_IPV6
|
H A D | ipnat_y.y | 91 union i6addr ip6; member 99 %token <ip6> YY_IPV6
|
/titanic_41/usr/src/uts/sparc/ip6/ |
H A D | Makefile | 42 MODULE = ip6
|
/titanic_41/usr/src/uts/intel/ip6/ |
H A D | Makefile | 42 MODULE = ip6
|
/titanic_41/usr/src/uts/intel/icmp6/ |
H A D | Makefile | 62 LDFLAGS += -dy -Ndrv/ip -Ndrv/ip6 -Ndrv/icmp
|
/titanic_41/usr/src/uts/intel/udp6/ |
H A D | Makefile | 62 LDFLAGS += -dy -Ndrv/udp -Ndrv/ip -Ndrv/ip6
|
/titanic_41/usr/src/uts/sparc/tcp6/ |
H A D | Makefile | 63 LDFLAGS += -dy -Ndrv/tcp -Ndrv/ip -Ndrv/ip6
|
/titanic_41/usr/src/uts/sparc/icmp6/ |
H A D | Makefile | 67 LDFLAGS += -dy -Ndrv/ip -Ndrv/ip6 -Ndrv/icmp
|
/titanic_41/usr/src/uts/sparc/udp6/ |
H A D | Makefile | 67 LDFLAGS += -dy -Ndrv/udp -Ndrv/ip -Ndrv/ip6
|
/titanic_41/usr/src/uts/intel/tcp6/ |
H A D | Makefile | 69 LDFLAGS += -dy -Ndrv/tcp -Ndrv/ip -Ndrv/ip6
|
/titanic_41/usr/src/uts/common/netinet/ |
H A D | Makefile | 33 in.h inetutil.h in_pcb.h in_systm.h in_var.h ip.h ip6.h ip_icmp.h \
|
/titanic_41/usr/src/man/man7p/ |
H A D | Makefile | 29 ip6.7p \
|
/titanic_41/usr/src/uts/common/inet/ |
H A D | Makefile | 31 HDRS= arp.h common.h ipclassifier.h ip.h ip6.h ipdrop.h ipnet.h \
|
/titanic_41/usr/src/lib/libast/ |
H A D | Makefile | 101 ip6.h \
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-kernel.man7p.inc | 25 file path=usr/share/man/man7p/ip6.7p
|
/titanic_41/usr/src/lib/libast/common/ |
H A D | llib-last | 85 #include <ip6.h>
|