Home
last modified time | relevance | path

Searched refs:dce_ident (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_dce.c540 dce->dce_ident = ipst->ips_dce_default->dce_ident + 1; in dce_lookup_and_add_v4()
612 dce->dce_ident = ipst->ips_dce_default->dce_ident + 1; in dce_lookup_and_add_v6()
883 dest_cache.DestIdent = dce->dce_ident; in ip_snmp_get_mib2_ip_dce()
925 dest_cache.DestIdent = dce->dce_ident; in ip_snmp_get_mib2_ip_dce()
H A Dip_output.c207 &ipst->ips_dce_default->dce_ident)); in conn_ip_output()
264 ixa, &ipst->ips_dce_default->dce_ident)); in conn_ip_output()
375 return ((ire->ire_sendfn)(ire, mp, mp->b_rptr, ixa, &dce->dce_ident)); in conn_ip_output()
872 &ipst->ips_dce_default->dce_ident); in ip_output_simple_v4()
1045 error = (ire->ire_sendfn)(ire, mp, ipha, ixa, &dce->dce_ident); in ip_output_simple_v4()
H A Dip6_output.c173 &ipst->ips_dce_default->dce_ident); in ip_output_simple_v6()
347 error = (ire->ire_sendfn)(ire, mp, ip6h, ixa, &dce->dce_ident); in ip_output_simple_v6()
/titanic_50/usr/src/uts/common/inet/
H A Dip.h2442 uint32_t dce_ident; /* Per destination IP ident. */ member