Go to the source code of this file.
Enumerations | |
enum | nip_error_t { NIP_E_OK, NIP_E_PARAM_FAILED, NIP_E_INVALID_BLOCK, NIP_E_BLOCK_LOCKED, NIP_E_OUT_OF_MEMORY, NIP_E_EOF, NIP_E_RESOLVING_ADDR, NIP_E_HARD_ERROR, NIP_E_DEV_BUSY, NIP_E_DISP_RUNNING, NIP_E_INVALID_SOCK, NIP_E_NO_ROUTE_TO_HOST, NIP_E_HOST_NOT_FOUND, NIP_E_AGAIN, NIP_E_OUT_OF_RESSOURCES, NIP_E_LOCKED, NIP_E_NOT_FOUND, NIP_E_EXISTS, NIP_E_NOT_CONFIGURED, NIP_E_INTERNAL_ERROR, NIP_E_NO_MATCH } |
Errorcodes to be used by NIP functions. More... | |
Variables | |
nip_error_t | nip_error |
global variable used by nIP functions to post additional error codes. |
enum nip_error_t |
Errorcodes to be used by NIP functions.
Definition at line 35 of file nip_error.h.
global variable used by nIP functions to post additional error codes.
Definition at line 40 of file nip_init.c.
Referenced by nip_mdns_cache_ptr(), nip_mdns_cache_task(), nip_mdns_disp_check_queries(), nip_mdns_init(), nip_mdns_parse_packet(), nip_mdns_register_hostname(), nip_tcp_close(), nip_tcp_find_conn(), nip_tcp_read(), nip_tcp_socket(), nip_tcp_write(), nip_udp_buf_handle(), nip_udp_recvfrom(), nip_udp_sock_ptr(), nip_udp_socket(), and nip_udp_transmit().