|
Document of c-modernization-kit (porter) 1.0.0
|
Macros | |
| #define | POTR_SUCCESS 0 |
| 成功の戻り値を表す定数。 | |
| #define | POTR_ERROR -1 |
| 失敗の戻り値を表す定数。 | |
| #define | POTR_ERROR_DISCONNECTED 1 |
| TCP 全 path 切断中に potrSend() を呼んだ場合の戻り値。 | |
| #define POTR_SUCCESS 0 |
#include </__w/c-modernization-kit/c-modernization-kit/prod/porter/include/porter_const.h>
成功の戻り値を表す定数。
Definition at line 30 of file porter_const.h.
Referenced by bidir_send_thread_func(), comm_recv_thread_start(), comm_recv_thread_stop(), config_list_service_ids(), config_load_global(), config_load_service(), drain_recv_window(), flush_packed(), flush_packed_peer(), health_thread_func(), main(), n1_drain_recv_window(), n1_process_outer_pkt(), n1_send_nack(), n1_send_ping_reply(), n1_send_reject(), open_socket_multicast(), open_socket_tcp_receiver(), open_socket_tcp_sender(), packet_build_fin(), packet_build_nack(), packet_build_packed(), packet_build_ping(), packet_build_reject(), packet_parse(), packet_unpack_next(), parse_ipv4_addr(), peer_create(), peer_send_fin(), peer_table_init(), potr_connect_thread_start(), potr_health_thread_start(), potr_health_thread_stop(), potr_send_queue_init(), potr_send_queue_peek(), potr_send_queue_peek_timed(), potr_send_queue_pop(), potr_send_queue_push(), potr_send_queue_push_wait(), potr_send_queue_try_pop(), potr_send_thread_start(), potr_tcp_health_thread_start(), potr_tcp_health_thread_stop(), potrCloseService(), potrDisconnectPeer(), potrGetServiceType(), potrLogConfig(), potrOpenService(), potrOpenServiceFromConfig(), potrSend(), process_outer_pkt(), receiver_accept_loop(), recv_thread_func(), resolve_ipv4_addr(), send_fin(), send_nack(), send_packed_peer_mode(), send_ping_reply(), send_reject(), send_thread_func(), send_to_peer(), sender_connect_loop(), start_connected_threads(), tcp_health_thread_func(), tcp_recv_thread_func(), tcp_recv_thread_start(), tcp_recv_thread_stop(), tcp_send_all(), tcp_send_ping_reply(), window_init(), window_recv_pop(), window_recv_push(), window_send_get(), and window_send_push().
| #define POTR_ERROR -1 |
#include </__w/c-modernization-kit/c-modernization-kit/prod/porter/include/porter_const.h>
失敗の戻り値を表す定数。
Definition at line 31 of file porter_const.h.
Referenced by comm_recv_thread_start(), comm_recv_thread_stop(), config_list_service_ids(), config_load_global(), config_load_service(), open_socket_tcp_receiver(), open_socket_tcp_sender(), packet_build_fin(), packet_build_nack(), packet_build_packed(), packet_build_ping(), packet_build_reject(), packet_parse(), packet_unpack_next(), parse_ipv4_addr(), peer_table_init(), potr_connect_thread_start(), potr_health_thread_start(), potr_health_thread_stop(), potr_send_queue_init(), potr_send_queue_peek(), potr_send_queue_peek_timed(), potr_send_queue_pop(), potr_send_queue_push(), potr_send_queue_push_wait(), potr_send_queue_try_pop(), potr_send_thread_start(), potr_tcp_health_thread_start(), potr_tcp_health_thread_stop(), potrCloseService(), potrDisconnectPeer(), potrGetServiceType(), potrLogConfig(), potrOpenService(), potrOpenServiceFromConfig(), potrSend(), resolve_ipv4_addr(), send_to_peer(), start_connected_threads(), tcp_recv_thread_start(), tcp_recv_thread_stop(), tcp_send_all(), window_init(), window_recv_pop(), window_recv_push(), window_send_get(), and window_send_push().
| #define POTR_ERROR_DISCONNECTED 1 |
#include </__w/c-modernization-kit/c-modernization-kit/prod/porter/include/porter_const.h>
TCP 全 path 切断中に potrSend() を呼んだ場合の戻り値。
Definition at line 32 of file porter_const.h.
Referenced by potrSend().