OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:s6_words
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h
101
WS2TCPIP_INLINE int IN6_IS_ADDR_UNSPECIFIED(const struct in6_addr *a) { return ((a->
s6_words
[0]==0) && (a->
s6_words
[1]==0) && (a->
s6_words
[2]==0) && (a->
s6_words
[3]==0) && (a->
s6_words
[4]==0) && (a->
s6_words
[5]==0) && (a->
s6_words
[6]==0) && (a->
s6_words
[7]==0)); }
102
WS2TCPIP_INLINE int IN6_IS_ADDR_LOOPBACK(const struct in6_addr *a) { return ((a->
s6_words
[0]==0) && (a->
s6_words
[1]==0) && (a->s6_words[2]==0) && (a->s6_words[3]==0) && (a->s6_words[4]==0) && (a->s6_words[5]==0) (…)
[
all
...]
in6addr.h
34
#define
s6_words
u.Word
macro
Completed in 105 milliseconds