Searched defs:lastdst (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dicmp.c916 /* Also remember a source to use together with lastdst */
2280 * We clear lastdst to make sure we pick up the change
2465 * We clear lastdst to make sure we don't use the lastdst path
3872 in6_addr_t lastdst, lastsrc; local
3877 lastdst = connp->conn_v6lastdst;
3879 ip_attr_nexthop(&connp->conn_xmit_ipp, ixa, &lastdst, &nexthop);
3882 error = ip_attr_connect(connp, ixa, &lastsrc, &lastdst,
4625 /* Also remember a source to use together with lastdst */
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c1900 * We clear lastdst to make sure we pick up the change
2083 * We clear lastdst to make sure we don't use the lastdst path
3080 in6_addr_t lastdst, lastsrc; local
3085 lastdst = connp->conn_v6lastdst;
3087 ip_attr_nexthop(&connp->conn_xmit_ipp, ixa, &lastdst, &nexthop);
3090 error = ip_attr_connect(connp, ixa, &lastsrc, &lastdst,
3931 /* Also remember a source to use together with lastdst */
5752 /* Also remember a source to use together with lastdst */

Completed in 113 milliseconds