globus_xio_udp_driver.h(3)

NAME

globus_xio_udp_driver.h

Header file for XIO UDP Driver.

SYNOPSIS

Defines
    #define GLOBUS_XIO_UDP_INVALID_HANDLE

Enumerations
    enum globus_xio_udp_error_type_t { GLOBUS_XIO_UDP_ERROR_NO_ADDRS,
        GLOBUS_XIO_UDP_ERROR_SHORT_WRITE }
    enum globus_xio_udp_cmd_t { GLOBUS_XIO_UDP_SET_HANDLE,
        GLOBUS_XIO_UDP_SET_SERVICE, GLOBUS_XIO_UDP_GET_SERVICE,
        GLOBUS_XIO_UDP_SET_PORT, GLOBUS_XIO_UDP_GET_PORT,
        GLOBUS_XIO_UDP_SET_LISTEN_RANGE, GLOBUS_XIO_UDP_GET_LISTEN_RANGE,
        GLOBUS_XIO_UDP_SET_INTERFACE, GLOBUS_XIO_UDP_GET_INTERFACE,
        GLOBUS_XIO_UDP_SET_RESTRICT_PORT, GLOBUS_XIO_UDP_GET_RESTRICT_PORT,
        GLOBUS_XIO_UDP_SET_REUSEADDR, GLOBUS_XIO_UDP_GET_REUSEADDR,
        GLOBUS_XIO_UDP_SET_NO_IPV6, GLOBUS_XIO_UDP_GET_NO_IPV6,
        GLOBUS_XIO_UDP_GET_HANDLE, GLOBUS_XIO_UDP_SET_SNDBUF,
        GLOBUS_XIO_UDP_GET_SNDBUF, GLOBUS_XIO_UDP_SET_RCVBUF,
        GLOBUS_XIO_UDP_GET_RCVBUF, GLOBUS_XIO_UDP_GET_CONTACT,
        GLOBUS_XIO_UDP_GET_NUMERIC_CONTACT, GLOBUS_XIO_UDP_SET_CONTACT,
        GLOBUS_XIO_UDP_CONNECT, GLOBUS_XIO_UDP_SET_MULTICAST }

Functions
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_SET_HANDLE, globus_xio_system_socket_t handle)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_SET_SERVICE, const char *service_name)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_GET_SERVICE, char **service_name_out)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_SET_PORT, int listener_port)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_GET_PORT, int *listener_port_out)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_SET_LISTEN_RANGE, int listener_min_port, int
        listener_max_port)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_GET_LISTEN_RANGE, int *listener_min_port_out, int
        *listener_max_port_out)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_SET_INTERFACE, const char *interface)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_GET_INTERFACE, char **interface_out)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_SET_RESTRICT_PORT, globus_bool_t restrict_port)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_GET_RESTRICT_PORT, globus_bool_t *restrict_port_out)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_SET_REUSEADDR, globus_bool_t resuseaddr)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_GET_REUSEADDR, globus_bool_t *resuseaddr_out)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_SET_NO_IPV6, globus_bool_t no_ipv6)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_GET_NO_IPV6, globus_bool_t *no_ipv6_out)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_GET_HANDLE, globus_xio_system_socket_t *handle_out)
    globus_result_t globus_xio_handle_cntl (handle, driver,
        GLOBUS_XIO_UDP_GET_HANDLE, globus_xio_system_socket_t *handle_out)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_SET_SNDBUF, int sndbuf)
    globus_result_t globus_xio_handle_cntl (handle, driver,
        GLOBUS_XIO_UDP_SET_SNDBUF, int sndbuf)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_GET_SNDBUF, int *sndbuf_out)
    globus_result_t globus_xio_handle_cntl (handle, driver,
        GLOBUS_XIO_UDP_GET_SNDBUF, int *sndbuf_out)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_SET_RCVBUF, int rcvbuf)
    globus_result_t globus_xio_handle_cntl (handle, driver,
        GLOBUS_XIO_UDP_SET_RCVBUF, int rcvbuf)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_GET_RCVBUF, int *rcvbuf_out)
    globus_result_t globus_xio_handle_cntl (handle, driver,
        GLOBUS_XIO_UDP_GET_RCVBUF, int *rcvbuf_out)
    globus_result_t globus_xio_handle_cntl (handle, driver,
        GLOBUS_XIO_UDP_GET_CONTACT, char **contact_string_out)
    globus_result_t globus_xio_data_descriptor_cntl (dd, driver,
        GLOBUS_XIO_UDP_GET_CONTACT, char **contact_string_out)
    globus_result_t globus_xio_handle_cntl (handle, driver,
        GLOBUS_XIO_UDP_GET_NUMERIC_CONTACT, char **contact_string_out)
    globus_result_t globus_xio_data_descriptor_cntl (dd, driver,
        GLOBUS_XIO_UDP_GET_NUMERIC_CONTACT, char **contact_string_out)
    globus_result_t globus_xio_data_descriptor_cntl (dd, driver,
        GLOBUS_XIO_UDP_SET_CONTACT, char *contact_string)
    globus_result_t globus_xio_handle_cntl (handle, driver,
        GLOBUS_XIO_UDP_CONNECT, char *contact_string)
    globus_result_t globus_xio_attr_cntl (attr, driver,
        GLOBUS_XIO_UDP_SET_MULTICAST, char *contact_string)

Detailed Description

Header file for XIO UDP Driver.

Author

Generated automatically by Doxygen for globus xio from the source code.
Copyright © 2010-2025 Platon Technologies, s.r.o.           Index | Man stránky | tLDP | Dokumenty | Utilitky | O projekte
Design by styleshout