Home
last modified time | relevance | path

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

/dports/net/netcat/netcat-1.10_3/
H A Dnetcat.c175 USHORT o_nflag = 0; variable
585 if (o_nflag) /* go faster, skip getservbyblah */
608 if (o_nflag) /* can't use names! */
1052 whozis = gethostpoop (bigbuf_net, o_nflag);
1359 whozis = gethost6poop(bigbuf_net, o_nflag);
1881 gp = gethostpoop (optarg, o_nflag);
1901 o_nflag++; break;
1918 wherefrom6 = gethost6poop (optarg, o_nflag);
1923 wherefrom = gethostpoop (optarg, o_nflag);
1982 whereto6 = gethost6poop (argv[optind], o_nflag);
[all …]
/dports/net/cryptcat/unix/
H A Dnetcat.c174 USHORT o_nflag = 0; variable
465 if (o_nflag) /* go faster, skip getservbyblah */
488 if (o_nflag) /* can't use names! */
932 whozis = gethostpoop (bigbuf_net, o_nflag);
1449 gp = gethostpoop (optarg, o_nflag);
1469 o_nflag++; break;
1484 wherefrom = gethostpoop (optarg, o_nflag);
1544 whereto = gethostpoop (argv[optind], o_nflag);
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Dnc_bloaty.c183 #define o_nflag (option_mask32 & OPT_n) macro
467 remhostname = o_nflag ? remaddr : xmalloc_sockaddr2host(&remend.u.sa); in dolisten()
472 if (!o_nflag) in dolisten()