Searched refs:MAX_LEN_LIST_ENTRY (Results 1 – 2 of 2) sorted by relevance
41 #define MAX_LEN_LIST_ENTRY 512 /* Max len of an entry */ macro
68 …char host_str[MAX_LEN_LIST_ENTRY] = "", proto_str[PROTOCOL_STR_LEN + 1] = "", port_str[PORT_STR_LE… in process_host_list()78 if (hostname_len >= MAX_LEN_LIST_ENTRY) { in process_host_list()104 strncpy (host_str, host_list[j], MAX_LEN_LIST_ENTRY - 1); in process_host_list()