Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_input.c2573 in6_addr_t map_src, map_dst; in ip_fanout_v4() local
2594 IN6_IPADDR_TO_V4MAPPED(ipha->ipha_dst, &map_dst); in ip_fanout_v4()
2609 connp = sctp_fanout(&map_src, &map_dst, ports, ira, mp, in ip_fanout_v4()