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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dipexport.h79 #define IP_STATUS_BASE 11000 macro
82 #define IP_BUF_TOO_SMALL (IP_STATUS_BASE + 1)
83 #define IP_DEST_NET_UNREACHABLE (IP_STATUS_BASE + 2)
84 #define IP_DEST_HOST_UNREACHABLE (IP_STATUS_BASE + 3)
85 #define IP_DEST_PROT_UNREACHABLE (IP_STATUS_BASE + 4)
86 #define IP_DEST_PORT_UNREACHABLE (IP_STATUS_BASE + 5)
87 #define IP_NO_RESOURCES (IP_STATUS_BASE + 6)
88 #define IP_BAD_OPTION (IP_STATUS_BASE + 7)
89 #define IP_HW_ERROR (IP_STATUS_BASE + 8)
90 #define IP_PACKET_TOO_BIG (IP_STATUS_BASE
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dipexport.h76 #define IP_STATUS_BASE 11000 macro
79 #define IP_BUF_TOO_SMALL (IP_STATUS_BASE + 1)
80 #define IP_DEST_NET_UNREACHABLE (IP_STATUS_BASE + 2)
81 #define IP_DEST_HOST_UNREACHABLE (IP_STATUS_BASE + 3)
82 #define IP_DEST_PROT_UNREACHABLE (IP_STATUS_BASE + 4)
83 #define IP_DEST_PORT_UNREACHABLE (IP_STATUS_BASE + 5)
84 #define IP_NO_RESOURCES (IP_STATUS_BASE + 6)
85 #define IP_BAD_OPTION (IP_STATUS_BASE + 7)
86 #define IP_HW_ERROR (IP_STATUS_BASE + 8)
87 #define IP_PACKET_TOO_BIG (IP_STATUS_BASE
[all...]

Completed in 833 milliseconds