Searched refs:HOSTNAME_MAX_LEN (Results 1 – 2 of 2) sorted by relevance
45 #define HOSTNAME_MAX_LEN 250 /* 255 - 3 (FQDN) - 2 (DNS enc) */ macro104 char hostname[HOSTNAME_MAX_LEN + 1]; /* We don't store the length */
363 HOSTNAME_MAX_LEN, arg); in parse_option()804 gethostname(ifo->hostname, HOSTNAME_MAX_LEN); in read_config()806 ifo->hostname[HOSTNAME_MAX_LEN] = '\0'; in read_config()