HomeSort by relevance Sort by last modified time
    Searched refs:HOSTNAME_MAX_LEN (Results 1 - 2 of 2) sorted by null

  /external/dhcpcd/
if-options.h 45 #define HOSTNAME_MAX_LEN 250 /* 255 - 3 (FQDN) - 2 (DNS enc) */
104 char hostname[HOSTNAME_MAX_LEN + 1]; /* We don't store the length */
if-options.c 363 HOSTNAME_MAX_LEN, arg);
804 gethostname(ifo->hostname, HOSTNAME_MAX_LEN);
806 ifo->hostname[HOSTNAME_MAX_LEN] = '\0';

Completed in 1175 milliseconds