Source Code (Use browser search to find items of interest.)

Class Index

kdm'HostEntry (./kdebase/kdm/access.c:66)

typedef struct _hostEntry {
    struct _hostEntry	*next;
    int	    type;
    union _hostOrAlias {
	char	*aliasName;
	ARRAY8	hostAddress;
    } entry;