Searched refs:minttl (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/minttl/ |
H A D | Makefile | 17 minttl \ 21 ROOTOPTTTL = $(ROOTOPTDIR)/minttl
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | netcat.c | 103 int minttl = -1; variable 197 minttl = strtonumx(optarg, 0, 255, &errstr, 0); in main() 953 if (minttl != -1) { in set_common_sockopts() 956 if (setsockopt(s, IPPROTO_IP, IP_MINTTL, &minttl, in set_common_sockopts() 957 sizeof (minttl)) != 0) { in set_common_sockopts() 964 &minttl, sizeof (minttl)) != 0) { in set_common_sockopts()
|
/illumos-gate/usr/src/test/os-tests/tests/ |
H A D | Makefile | 37 minttl \
|
/illumos-gate/usr/src/test/os-tests/runfiles/ |
H A D | default.run | 202 [/opt/os-tests/tests/minttl] 204 tests = ['minttl', 'minttl_err']
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-test-ostest.p5m | 106 dir path=opt/os-tests/tests/minttl 107 file path=opt/os-tests/tests/minttl/minttl mode=0555 108 file path=opt/os-tests/tests/minttl/minttl_err mode=0555
|