Home
last modified time | relevance | path

Searched refs:MAXHOSTNAMELEN (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A D06_fix_gethostbyname.patch11 char dot_name[MAXHOSTNAMELEN + 1];
19 if (strchr(name, '.') == 0 || strlen(name) >= MAXHOSTNAMELEN - 1) {
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dparam.h13 #define MAXHOSTNAMELEN 64 /* max length of hostname */ macro
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dparam.h20 #define MAXHOSTNAMELEN 64 /* max length of hostname */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dparam.h17 #define MAXHOSTNAMELEN 64 /* max length of hostname */ macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dparam.h29 #define MAXHOSTNAMELEN 64 /* max length of hostname */ macro
/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv-sysfs.c41 char str[MAXHOSTNAMELEN]; in rtrs_srv_disconnect_store()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0001-localedef-Add-hardlink-resolver-from-util-linux.patch358 + * MAXHOSTNAMELEN replacement
367 +#ifdef MAXHOSTNAMELEN
368 + return MAXHOSTNAMELEN;
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc.h1568 char os_host_name[MAXHOSTNAMELEN];
H A Dlpfc_ct.c1834 char tmp[MAXHOSTNAMELEN] = {0}; in lpfc_vport_symbolic_node_name()