Home
last modified time | relevance | path

Searched refs:IXAF_USE_MIN_MTU (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dconn_opt.c976 if (ixa->ixa_flags & IXAF_USE_MIN_MTU) in conn_opt_get()
2009 ixa->ixa_flags |= IXAF_USE_MIN_MTU; in conn_opt_set_ipv6()
H A Dip.c3873 if (ixa->ixa_flags & IXAF_USE_MIN_MTU) { in ip_get_pmtu()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2218 #define IXAF_USE_MIN_MTU 0x00000008 /* IPV6_USE_MIN_MTU */ macro