Home
last modified time | relevance | path

Searched refs:HOSTNAME_MAX_LEN (Results 1 – 5 of 5) sorted by relevance

/external/dhcpcd-6.8.2/
Dif-options.h50 #ifndef HOSTNAME_MAX_LEN
51 #define HOSTNAME_MAX_LEN 250 /* 255 - 3 (FQDN) - 2 (DNS enc) */ macro
177 char hostname[HOSTNAME_MAX_LEN + 1]; /* We don't store the length */
Dcommon.h40 #ifndef HOSTNAME_MAX_LEN
41 #define HOSTNAME_MAX_LEN 250 /* 255 - 3 (FQDN) - 2 (DNS enc) */ macro
Dif-options.c733 s = parse_string(ifo->hostname, HOSTNAME_MAX_LEN, arg); in parse_option()
Ddhcp6.c523 char hbuf[HOSTNAME_MAX_LEN + 1]; in dhcp6_makemessage()
Ddhcp.c727 char hbuf[HOSTNAME_MAX_LEN + 1]; in make_message()