Home
last modified time | relevance | path

Searched refs:ip6 (Results 1 – 25 of 38) sorted by relevance

12

/titanic_41/usr/src/cmd/isns/isnsd/
H A Desi.c101 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 Disns_esi.h53 in6_addr_t *ip6; member
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c198 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 Dip_fil_solaris.c1107 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 Dip_frag.c244 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 Dfil.c379 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 Dippool_y.y68 union i6addr ip6; member
76 %token <ip6> YY_IPV6
87 %type <ip6> ipaddr mask ipv4
H A Dlexer.c23 i6addr_t ip6; member
447 if (inet_pton(AF_INET6, ipv6buf, &yylval.ip6) == 1) { in yylex()
H A Dipmon.c994 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 Dipmon_y.y44 union i6addr ip6; member
49 %token <ip6> YY_IPV6
H A Dipnat_y.y91 union i6addr ip6; member
99 %token <ip6> YY_IPV6
/titanic_41/usr/src/uts/sparc/ip6/
H A DMakefile42 MODULE = ip6
/titanic_41/usr/src/uts/intel/ip6/
H A DMakefile42 MODULE = ip6
/titanic_41/usr/src/uts/intel/icmp6/
H A DMakefile62 LDFLAGS += -dy -Ndrv/ip -Ndrv/ip6 -Ndrv/icmp
/titanic_41/usr/src/uts/intel/udp6/
H A DMakefile62 LDFLAGS += -dy -Ndrv/udp -Ndrv/ip -Ndrv/ip6
/titanic_41/usr/src/uts/sparc/tcp6/
H A DMakefile63 LDFLAGS += -dy -Ndrv/tcp -Ndrv/ip -Ndrv/ip6
/titanic_41/usr/src/uts/sparc/icmp6/
H A DMakefile67 LDFLAGS += -dy -Ndrv/ip -Ndrv/ip6 -Ndrv/icmp
/titanic_41/usr/src/uts/sparc/udp6/
H A DMakefile67 LDFLAGS += -dy -Ndrv/udp -Ndrv/ip -Ndrv/ip6
/titanic_41/usr/src/uts/intel/tcp6/
H A DMakefile69 LDFLAGS += -dy -Ndrv/tcp -Ndrv/ip -Ndrv/ip6
/titanic_41/usr/src/uts/common/netinet/
H A DMakefile33 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 DMakefile29 ip6.7p \
/titanic_41/usr/src/uts/common/inet/
H A DMakefile31 HDRS= arp.h common.h ipclassifier.h ip.h ip6.h ipdrop.h ipnet.h \
/titanic_41/usr/src/lib/libast/
H A DMakefile101 ip6.h \
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-kernel.man7p.inc25 file path=usr/share/man/man7p/ip6.7p
/titanic_41/usr/src/lib/libast/common/
H A Dllib-last85 #include <ip6.h>

12