Searched refs:Tflag (Results 1 - 1 of 1) sorted by last modified time

/external/netcat/
H A Dnetcat.c94 int Tflag = -1; /* IP Type of Service */ variable
273 if (map_tos(optarg, &Tflag))
277 Tflag = (int)strtol(optarg, NULL, 16);
279 Tflag = (int)strtonum(optarg, 0, 255,
281 if (Tflag < 0 || Tflag > 255 || errstr || errno)
971 if (Tflag != -1) {
973 &Tflag, sizeof(Tflag)) == -1)

Completed in 38 milliseconds