HomeSort by relevance Sort by last modified time
    Searched refs:IN_ADDR (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstcpip.h 108 LPSTR NTAPI RtlIpv4AddressToStringA(const IN_ADDR *Addr, LPSTR S);
109 LPWSTR NTAPI RtlIpv4AddressToStringW(const IN_ADDR *Addr, LPWSTR S);
112 LONG NTAPI RtlIpv4AddressToStringExA(const IN_ADDR *Address, USHORT Port, LPSTR AddressString, PULONG AddressStringLength);
113 LONG NTAPI RtlIpv4AddressToStringExW(const IN_ADDR *Address, USHORT Port, LPWSTR AddressString, PULONG AddressStringLength);
116 LONG NTAPI RtlIpv4StringToAddressA(PCSTR S, BOOLEAN Strict, LPSTR *Terminator, IN_ADDR *Addr);
117 LONG NTAPI RtlIpv4StringToAddressW(PCWSTR S, BOOLEAN Strict, LPWSTR *Terminator, IN_ADDR *Addr);
120 LONG NTAPI RtlIpv4StringToAddressExA(PCSTR AddressString, BOOLEAN Strict, IN_ADDR *Address, PUSHORT Port);
121 LONG NTAPI RtlIpv4StringToAddressExW(PCWSTR AddressString, BOOLEAN Strict, IN_ADDR *Address, PUSHORT Port);
inaddr.h 17 typedef struct in_addr { struct
23 } IN_ADDR, *PIN_ADDR, *LPIN_ADDR;
wsipv6ok.h 18 #undef in_addr macro
19 #define in_addr in_addr_IPV6INCOMPATIBLE macro
20 #undef IN_ADDR
21 #define IN_ADDR IN_ADDR_IPV6INCOMPATIBLE
lpmapi.h 61 IN_ADDR sess_destaddr;
82 IN_ADDR hop_ipaddr;
122 IN_ADDR filt_ipaddr;
128 IN_ADDR filt_ipaddr;
151 IN_ADDR scopl_ipaddr[1];
162 #define ScopeCnt(scp) ((ObjLength(scp)-sizeof(RsvpObjHdr))/sizeof(struct in_addr))
163 #define ScopeLen(cnt) (cnt*sizeof(struct in_addr)+sizeof(RsvpObjHdr))
178 struct in_addr errs_errnode;
665 IN_ADDR IfIpAddr;
666 IN_ADDR IfNetMask
    [all...]
ws2tcpip.h 15 struct in_addr imr_multiaddr;
16 struct in_addr imr_sourceaddr;
17 struct in_addr imr_interface;
21 struct in_addr imsf_multiaddr;
22 struct in_addr imsf_interface;
25 struct in_addr imsf_slist[1];
28 #define IP_MSFILTER_SIZE(numsrc) (sizeof(struct ip_msfilter)-sizeof(struct in_addr) + (numsrc)*sizeof(struct in_addr))
153 IN_ADDR ipi_addr;

Completed in 3124 milliseconds