OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IP_STATUS_BASE
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipexport.h
105
#define
IP_STATUS_BASE
11000
108
#define IP_BUF_TOO_SMALL (
IP_STATUS_BASE
+ 1)
109
#define IP_DEST_NET_UNREACHABLE (
IP_STATUS_BASE
+ 2)
110
#define IP_DEST_HOST_UNREACHABLE (
IP_STATUS_BASE
+ 3)
111
#define IP_DEST_PROT_UNREACHABLE (
IP_STATUS_BASE
+ 4)
112
#define IP_DEST_PORT_UNREACHABLE (
IP_STATUS_BASE
+ 5)
113
#define IP_NO_RESOURCES (
IP_STATUS_BASE
+ 6)
114
#define IP_BAD_OPTION (
IP_STATUS_BASE
+ 7)
115
#define IP_HW_ERROR (
IP_STATUS_BASE
+ 8)
116
#define IP_PACKET_TOO_BIG (
IP_STATUS_BASE
+ 9
[
all
...]
/external/webrtc/webrtc/base/
winping.cc
51
#define
IP_STATUS_BASE
11000
54
#define IP_BUF_TOO_SMALL (
IP_STATUS_BASE
+ 1)
55
#define IP_DEST_NET_UNREACHABLE (
IP_STATUS_BASE
+ 2)
56
#define IP_DEST_HOST_UNREACHABLE (
IP_STATUS_BASE
+ 3)
57
#define IP_DEST_PROT_UNREACHABLE (
IP_STATUS_BASE
+ 4)
58
#define IP_DEST_PORT_UNREACHABLE (
IP_STATUS_BASE
+ 5)
59
#define IP_NO_RESOURCES (
IP_STATUS_BASE
+ 6)
60
#define IP_BAD_OPTION (
IP_STATUS_BASE
+ 7)
61
#define IP_HW_ERROR (
IP_STATUS_BASE
+ 8)
62
#define IP_PACKET_TOO_BIG (
IP_STATUS_BASE
+ 9
[
all
...]
Completed in 59 milliseconds