Searched refs:MAXHOSTNAMELEN (Results 1 – 9 of 9) sorted by relevance
11 char dot_name[MAXHOSTNAMELEN + 1];19 if (strchr(name, '.') == 0 || strlen(name) >= MAXHOSTNAMELEN - 1) {
13 #define MAXHOSTNAMELEN 64 /* max length of hostname */ macro
20 #define MAXHOSTNAMELEN 64 /* max length of hostname */ macro
17 #define MAXHOSTNAMELEN 64 /* max length of hostname */ macro
29 #define MAXHOSTNAMELEN 64 /* max length of hostname */ macro
41 char str[MAXHOSTNAMELEN]; in rtrs_srv_disconnect_store()
358 + * MAXHOSTNAMELEN replacement367 +#ifdef MAXHOSTNAMELEN368 + return MAXHOSTNAMELEN;
1568 char os_host_name[MAXHOSTNAMELEN];
1834 char tmp[MAXHOSTNAMELEN] = {0}; in lpfc_vport_symbolic_node_name()