enum rpc_msghdr_field_mode

Overview

Processing mode for rpc_msghdr fields More…

#include <tapi_rpc_socket.h>

enum rpc_msghdr_field_mode {
    RPC_MSGHDR_FIELD_DEFAULT = 0,
    RPC_MSGHDR_FIELD_CONVERT,
    RPC_MSGHDR_FIELD_RAW,
};

Detailed Documentation

Processing mode for rpc_msghdr fields

Enum Values

RPC_MSGHDR_FIELD_DEFAULT

Choose what to do depending on function and field.

RPC_MSGHDR_FIELD_CONVERT

Convert field to host-independent form before calling RPC.

RPC_MSGHDR_FIELD_RAW

Pass field as a raw value.