Searched refs:IP_STATUS_BASE (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dwinping.cc49 #define IP_STATUS_BASE 11000 macro
52 #define IP_BUF_TOO_SMALL (IP_STATUS_BASE + 1)
53 #define IP_DEST_NET_UNREACHABLE (IP_STATUS_BASE + 2)
54 #define IP_DEST_HOST_UNREACHABLE (IP_STATUS_BASE + 3)
55 #define IP_DEST_PROT_UNREACHABLE (IP_STATUS_BASE + 4)
56 #define IP_DEST_PORT_UNREACHABLE (IP_STATUS_BASE + 5)
57 #define IP_NO_RESOURCES (IP_STATUS_BASE + 6)
58 #define IP_BAD_OPTION (IP_STATUS_BASE + 7)
59 #define IP_HW_ERROR (IP_STATUS_BASE + 8)
60 #define IP_PACKET_TOO_BIG (IP_STATUS_BASE
[all...]

Completed in 612 milliseconds