Searched refs:ultmp (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/network_cmds-433/ping.tproj/
H A Dping.c272 u_long alarmtimeout, ultmp; local
337 ultmp = strtoul(optarg, &ep, 0);
338 if (*ep || ep == optarg || ultmp > LONG_MAX || !ultmp)
342 npackets = ultmp;
360 ultmp = strtoul(optarg, &ep, 0);
365 if (uid != 0 && ultmp > DEFDATALEN) {
369 ultmp, DEFDATALEN);
373 sweepmax = ultmp;
376 ultmp
[all...]
/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dmain.c120 u_long ultmp; local
196 ultmp = strtoul(optarg, &ep, 0);
197 if (*ep || ep == optarg || ultmp > MAXTOS)
203 tos = ultmp;
/macosx-10.9.5/remote_cmds-41.90.1/telnetd.tproj/
H A Dtelnetd.c138 u_long ultmp; local
288 ultmp = strtoul(optarg, &ep, 0);
289 if (*ep || ep == optarg || ultmp > MAXTOS)
294 tos = ultmp;

Completed in 168 milliseconds