Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 20399f1d749d70510bd129b03c21b9c0 > files > 9

netwatch-debug-1.2.0-1mdv2009.0.i586.rpm

/*	Special Struct's for NETWATCH to resolve INET addresses
	into INET Hostnames
*/
#define RESOLVE_MAX 256
struct resolvaddr 
{
	pid_t pid;
	u_int32_t inetaddr;
	char *where;
};

struct gotname
{
	char *where;
	char name[RESOLVE_MAX]; 
};