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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
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
  /external/clang/test/SemaCXX/
MicrosoftExtensions.cpp 142 typedef struct in_addr { struct
144 in_addr(in_addr &a) {} // expected-note {{candidate constructor not viable: no known conversion from '__unaligned IN_ADDR *' (aka '__unaligned in_addr *') to 'in_addr &' for 1st argument; dereference the argument with *}} function in struct:in_addr
145 in_addr(in_addr *a) {} // expected-note {{candidate constructor not viable: 1st argument ('__unaligned IN_ADDR *' (aka '__unaligned in_addr *')) would lose __unaligned qualifier} function in struct:in_addr
    [all...]

Completed in 84 milliseconds