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

  /external/chromium/third_party/libjingle/source/talk/base/
winping.cc 55 #define IP_STATUS_BASE 11000
58 #define IP_BUF_TOO_SMALL (IP_STATUS_BASE + 1)
59 #define IP_DEST_NET_UNREACHABLE (IP_STATUS_BASE + 2)
60 #define IP_DEST_HOST_UNREACHABLE (IP_STATUS_BASE + 3)
61 #define IP_DEST_PROT_UNREACHABLE (IP_STATUS_BASE + 4)
62 #define IP_DEST_PORT_UNREACHABLE (IP_STATUS_BASE + 5)
63 #define IP_NO_RESOURCES (IP_STATUS_BASE + 6)
64 #define IP_BAD_OPTION (IP_STATUS_BASE + 7)
65 #define IP_HW_ERROR (IP_STATUS_BASE + 8)
66 #define IP_PACKET_TOO_BIG (IP_STATUS_BASE + 9
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
winping.cc 66 #define IP_STATUS_BASE 11000
69 #define IP_BUF_TOO_SMALL (IP_STATUS_BASE + 1)
70 #define IP_DEST_NET_UNREACHABLE (IP_STATUS_BASE + 2)
71 #define IP_DEST_HOST_UNREACHABLE (IP_STATUS_BASE + 3)
72 #define IP_DEST_PROT_UNREACHABLE (IP_STATUS_BASE + 4)
73 #define IP_DEST_PORT_UNREACHABLE (IP_STATUS_BASE + 5)
74 #define IP_NO_RESOURCES (IP_STATUS_BASE + 6)
75 #define IP_BAD_OPTION (IP_STATUS_BASE + 7)
76 #define IP_HW_ERROR (IP_STATUS_BASE + 8)
77 #define IP_PACKET_TOO_BIG (IP_STATUS_BASE + 9
    [all...]

Completed in 199 milliseconds