Lines Matching full:locality
19 // Get the most recent command locality in locality value form. This is an integer value for locality and not a
20 // locality structure The locality can be 0-4 or 32-255. 5-31 is not allowed.
33 // Set the most recent command locality in locality value form
37 unsigned char locality
40 if(locality > 4 && locality < 32)
41 locality = 0;
42 s_locality = locality;