Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/os-tests/tests/minttl/
H A Dminttl.c500 int level, ttlopt; in ttl_check_ancil() local
504 ttlopt = IP_RECVTTL; in ttl_check_ancil()
507 ttlopt = IPV6_HOPLIMIT; in ttl_check_ancil()
521 if (cmsg->cmsg_level != level || cmsg->cmsg_type != ttlopt) in ttl_check_ancil()
632 int level, ttlopt, minttlopt, recvopt, en = 1; in ttl_test_one() local
665 ttlopt = IP_TTL; in ttl_test_one()
670 ttlopt = IPV6_UNICAST_HOPS; in ttl_test_one()
675 if (test->tt_ttl > 0 && setsockopt(src, level, ttlopt, &test->tt_ttl, in ttl_test_one()