Line data Source code
1 : #ifndef HEADER_fd_src_waltz_ip_fd_ip_enum_h 2 : #define HEADER_fd_src_waltz_ip_fd_ip_enum_h 3 : 4 : 5 : /* return codes used in fd_ip and fd_nl calls */ 6 546 : #define FD_IP_SUCCESS 0 7 18 : #define FD_IP_ERROR -1 8 12 : #define FD_IP_NO_ROUTE -2 9 18 : #define FD_IP_PROBE_RQD -3 10 6 : #define FD_IP_MULTICAST -4 11 0 : #define FD_IP_BROADCAST -5 12 0 : #define FD_IP_RETRY -6 13 : 14 : #endif