Searched defs:direction_string (Results 1 - 1 of 1) sorted by relevance

/external/netperf/src/
H A Dnetsh.c442 parse_direction(char direction_string[])
447 if (NULL == direction_string) {
451 if (direction_string[0] == '\0') {
458 break_args_explicit_sep(direction_string,'|',arg1,arg2);
441 parse_direction(char direction_string[]) argument

Completed in 27 milliseconds