34 #ifndef netio_loopback_h
35 #define netio_loopback_h
45 #ifndef osapi_config_h
53 #ifndef netio_address_h
54 #include "netio/netio_address.h"
58 #include "netio/netio_route.h"
61 #ifndef netio_interface_h
78 LOOP_INTERFACEMODE_LOOPBACK
79 } LOOP_InterfaceMode_T;
84 struct LOOP_InterfaceProperty
89 struct NETIO_InterfaceProperty _parent;
94 LOOP_InterfaceMode_T mode;
100 #define LOOP_InterfaceProperty_INITIALIZER \
102 NETIO_InterfaceProperty_INITIALIZER,\
103 LOOP_INTERFACEMODE_LOOPBACK \
109 #define INTRA_INTERFACE_INTERFACE_ID RT_MKINTERFACEID(\
110 RT_COMPONENT_CLASS_NETIO,RT_COMPONENT_INSTANCE_INTRA)
118 MUST_CHECK_RETURN NETIODllExport
struct RT_ComponentFactoryI*
119 LOOP_InterfaceFactory_get_interface(
void);