Searched refs:rip6h (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6.c769 ip6_t rip6h; /* With reversed addresses */ local
795 rip6h.ip6_src = ip6h->ip6_dst;
796 rip6h.ip6_dst = ip6h->ip6_src;
797 rip6h.ip6_nxt = nexthdr;
807 ip_fanout_udp_multi_v6(mp, &rip6h, up[0], up[1], ira);
867 ip_fanout_sctp(mp, NULL, &rip6h, ports, ira);
979 if ((connp = ipcl_iptun_classify_v6(&rip6h.ip6_src,
980 &rip6h.ip6_dst, ipst)) != NULL) {
995 ip_fanout_proto_v6(mp, &rip6h, ira);

Completed in 51 milliseconds