Searched refs:PORTLIST_TOKEN_SIZE (Results 1 – 2 of 2) sorted by relevance
79 char portlist_str[PORTLIST_TOKEN_SIZE+1]; in cmdline_parse_portlist()91 (token_len < PORTLIST_TOKEN_SIZE)) in cmdline_parse_portlist()94 if (token_len >= PORTLIST_TOKEN_SIZE) in cmdline_parse_portlist()
18 #define PORTLIST_TOKEN_SIZE 128 macro