HomeSort by: relevance | last modified time | path
    Searched defs:random_aligned (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/net/in_cksum/
in_cksum.c 53 static bool random_aligned; variable in typeref:typename:bool
88 off = random_aligned ? rand() % 64 : 0;
188 random_aligned = 0;
200 random_aligned = atoi(optarg);
in_cksum.c 53 static bool random_aligned; variable in typeref:typename:bool
88 off = random_aligned ? rand() % 64 : 0;
188 random_aligned = 0;
200 random_aligned = atoi(optarg);
in_cksum.c 53 static bool random_aligned; variable in typeref:typename:bool
88 off = random_aligned ? rand() % 64 : 0;
188 random_aligned = 0;
200 random_aligned = atoi(optarg);

Completed in 33 milliseconds