Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/ip/
H A Dconn_opt.c1837 ipp->ipp_fields &= ~IPPF_HOPLIMIT; in conn_opt_set_ipv6()
1841 ipp->ipp_fields |= IPPF_HOPLIMIT; in conn_opt_set_ipv6()
H A Dip6.c2617 ipp->ipp_fields |= IPPF_HOPLIMIT | IPPF_TCLASS | IPPF_ADDR; in ip_find_hdr_v6()
4584 if (ipp->ipp_fields & IPPF_HOPLIMIT) in ip_build_hdrs_v6()
H A Dip.c5494 ipp->ipp_fields |= IPPF_HOPLIMIT | IPPF_TCLASS | IPPF_ADDR; in ip_find_hdr_v4()
/titanic_50/usr/src/uts/common/inet/
H A Dip.h2816 #define IPPF_HOPLIMIT 0x0002 /* Overrides unicast and multicast */ macro