Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dconn_opt.c1885 ipp->ipp_fields &= ~IPPF_HOPLIMIT; in conn_opt_set_ipv6()
1889 ipp->ipp_fields |= IPPF_HOPLIMIT; in conn_opt_set_ipv6()
H A Dip6.c2607 ipp->ipp_fields |= IPPF_HOPLIMIT | IPPF_TCLASS | IPPF_ADDR; in ip_find_hdr_v6()
4483 if (ipp->ipp_fields & IPPF_HOPLIMIT) in ip_build_hdrs_v6()
H A Dip.c5538 ipp->ipp_fields |= IPPF_HOPLIMIT | IPPF_TCLASS | IPPF_ADDR; in ip_find_hdr_v4()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2822 #define IPPF_HOPLIMIT 0x0002 /* Overrides unicast and multicast */ macro