Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rpcsvc/
H A Dspray.c67 unsigned int lnth, cnt; in main() local
78 lnth = SPRAYOVERHEAD; in main()
96 lnth = (unsigned int) atoi(optarg); in main()
114 cnt = DEFBYTES/lnth; in main()
115 if (lnth < SPRAYOVERHEAD) in main()
116 lnth = SPRAYOVERHEAD; in main()
117 else if (lnth >= SPRAYMAX) in main()
118 lnth = SPRAYMAX; in main()
119 if (lnth <= MAXPACKETLEN && lnth % 4 != 2) in main()
120 lnth = ((lnth + 5) / 4) * 4 - 2; in main()
[all …]