Searched refs:_POSIX_HOST_NAME_MAX (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/netbsd-tests/include/
H A Dt_limits.c88 #ifdef _POSIX_HOST_NAME_MAX
89 { "_POSIX_HOST_NAME_MAX", _POSIX_HOST_NAME_MAX, 255 },
/freebsd-current/include/
H A Dlimits.h107 #define _POSIX_HOST_NAME_MAX 255 macro
/freebsd-current/crypto/openssh/
H A Ddefines.h130 # if defined(_POSIX_HOST_NAME_MAX)
131 # define HOST_NAME_MAX _POSIX_HOST_NAME_MAX
/freebsd-current/contrib/nvi/common/
H A Drecover.c329 * first, then fallback to _POSIX_HOST_NAME_MAX.
334 hostmax = _POSIX_HOST_NAME_MAX;
/freebsd-current/usr.bin/iscsictl/
H A Discsictl.c111 namelen = _POSIX_HOST_NAME_MAX + strlen(DEFAULT_IQN);
/freebsd-current/sbin/dhclient/
H A Ddhclient.c103 static char hostname[_POSIX_HOST_NAME_MAX + 1];

Completed in 223 milliseconds