IN_ADDR - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTRTL_H

// IPv4/6 conversion

typedef struct in_addr IN_ADDR, *PIN_ADDR;

#endif

View code on GitHub

This structure is documented in Windows SDK here and here.