Home | History | Annotate | Download | only in nc

Lines Matching defs:Tflag

99 int	tflag;					/* Telnet Emulation */
108 int Tflag = -1; /* IP Type of Service */
285 tflag = 1;
339 if (map_tos(optarg, &Tflag))
343 Tflag = (int)strtoi(optarg, NULL, 0, 0, 255, &errnum);
1221 if (tflag)
1504 if (Tflag != -1) {
1506 IP_TOS, &Tflag, sizeof(Tflag)) == -1)
1510 IPV6_TCLASS, &Tflag, sizeof(Tflag)) == -1)