Home | History | Annotate | Download | only in utils

Lines Matching refs:strtoul

215 					val = strtoul(&obuf[i + 2], NULL, 10);
217 val = strtoul(&obuf[i + 1], NULL, 10);
232 val = strtoul(&obuf[i + 2], NULL, 10);
234 val = strtoul(&obuf[i + 1], NULL, 10);
302 f.wss.val = strtoul(&pbeg[2], NULL, 10);
306 f.wss.val = strtoul(&pbeg[1], NULL, 10);
310 f.wss.val = strtoul(&pbeg[2], NULL, 10);
314 f.wss.val = strtoul(&pbeg[1], NULL, 10);
317 f.wss.val = strtoul(&pbeg[1], NULL, 10);
320 f.wss.val = strtoul(&pbeg[0], NULL, 10);
328 f.ttl = strtoul(pbeg, NULL, 10);
334 f.df = strtoul(pbeg, NULL, 10);
340 f.ss = strtoul(pbeg, NULL, 10);