Home
last modified time | relevance | path

Searched refs:map_dst (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/inet/sctp/
H A Dsctp_hash.c534 in6_addr_t map_src, map_dst; in ip_fanout_sctp() local
562 IN6_IPADDR_TO_V4MAPPED(ipha->ipha_dst, &map_dst); in ip_fanout_sctp()
564 dst = &map_dst; in ip_fanout_sctp()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_input.c2568 in6_addr_t map_src, map_dst; in ip_fanout_v4() local
2589 IN6_IPADDR_TO_V4MAPPED(ipha->ipha_dst, &map_dst); in ip_fanout_v4()
2604 connp = sctp_fanout(&map_src, &map_dst, ports, ira, mp, in ip_fanout_v4()