Lines Matching +full:shutdown +full:- +full:user +full:- +full:flag

38 .Bk -words
43 .Op Fl -lb
44 .Op Fl -no-tcpopt
45 .Op Fl -sctp
46 .Op Fl -crlf
52 .Op Fl -tun Ar tundev
70 .Ux Ns -domain
85 .Bl -bullet -offset indent -compact
89 shell-script based HTTP clients and servers
100 .Bl -tag -width Ds
109 .It Fl -crlf
118 .Li "-e 'in ipsec esp/transport//require'"
119 .Li "-e 'out ipsec esp/transport//require'"
127 This flag can be specified up to two times, as typically one policy for
179 .It Fl -lb
182 put the socket in load-balancing mode.
186 Collect per-connection TCP statistics using the
192 .Xr shutdown 2
198 .It Fl -no-tcpopt
202 .It Fl -sctp
226 .Ux Ns -domain
254 .It Fl -tun Ar tundev
262 .Ux Ns -domain
267 .Ux Ns -domain
270 .Ux Ns -domain
275 flag is given.
290 flag has no effect on the
296 flag.
325 is not specified, the well-known port for the proxy protocol is used (1080
347 .Ux Ns -domain
355 Ports may be specified in a range of the form nn-mm.
369 .Dl $ nc -l 1234
381 and vice-versa.
402 .Dl $ nc -l 1234 \*(Gt filename.out
408 .Dl $ nc -N host.example.com 1234 \*(Lt filename.in
414 rather than through a user interface.
419 .Bd -literal -offset indent
428 More complicated examples can be built up when the user knows the format
431 .Bd -literal -offset indent
447 flag can be used to tell
452 .Bd -literal -offset indent
453 $ nc -z host.example.com 20-30
458 The port range was specified to limit the search to ports 20 \- 30.
467 flag, or perhaps by issuing a
470 .Bd -literal -offset indent
471 $ echo "QUIT" | nc host.example.com 20-30
472 SSH-1.99-OpenSSH_3.6.1p2
480 .Dl $ nc -p 31337 -w 5 host.example.com 42
484 .Dl $ nc -u host.example.com 53
489 .Dl $ nc -s 10.1.2.3 host.example.com 42
494 .Dl $ nc -E host.example.com 42
499 .Dl $ nc -e 'out ipsec esp/transport//require' host.example.com 42
502 .Ux Ns -domain
505 .Dl $ nc -lU /var/tmp/dsocket
517 .Dl $ nc -x10.2.3.4:8080 -Xconnect host.example.com 42
523 .Dl $ nc -x10.2.3.4:8080 -Xconnect -Pruser host.example.com 42
525 .Ex -std