Lines Matching defs:src
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
321 sctp_find_conn(in6_addr_t *src, in6_addr_t *dst, uint32_t ports,
326 sctp = sctp_conn_match(&src, 1, dst, ports, zoneid, iraflags, sctps);
337 * This is called from sctp_fanout() with IP header src & dst addresses.
338 * First call sctp_conn_match() to get a match by passing in src & dst
359 in6_addr_t src;
365 * If we get a match with the passed-in IP header src & dst addresses,
426 * Also do not add src address present in IP header
433 (ph + 1), &src);
434 if (IN6_ARE_ADDR_EQUAL(&src, srcp))
484 sctp_fanout(in6_addr_t *src, in6_addr_t *dst, uint32_t ports,
491 sctp = sctp_lookup_by_faddrs(mp, sctph, src, dst, ports, zoneid,
535 in6_addr_t *src, *dst;
558 src = &ip6h->ip6_src;
563 src = &map_src;
566 connp = sctp_fanout(src, dst, ports, ira, mp, sctps, NULL);