jaylink_host_interface::JAYLINK_HIF_TCP is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDjaylink_host_interface::JAYLINK_HIF_TCP

jaylink_host_interface::JAYLINK_HIF_TCP

Transmission Control Protocol (TCP).

Syntax

JAYLINK_HIF_TCP = (1 << 1);

References

LocationReferrerText
libjaylink.h:106
JAYLINK_HIF_TCP = (1 << 1)
device.c:366jaylink_device_get_ipv4_address()
if (dev->iface != JAYLINK_HIF_TCP)
device.c:396jaylink_device_get_mac_address()
if (dev->iface != JAYLINK_HIF_TCP)
device.c:432jaylink_device_get_hardware_version()
if (dev->iface != JAYLINK_HIF_TCP)
device.c:465jaylink_device_get_product_name()
if (dev->iface != JAYLINK_HIF_TCP)
device.c:498jaylink_device_get_nickname()
if (dev->iface != JAYLINK_HIF_TCP)
device.c:558jaylink_unref_device()
} else if (dev->iface == JAYLINK_HIF_TCP) {
discovery.c:81jaylink_discovery_scan()
ifaces = JAYLINK_HIF_USB | JAYLINK_HIF_TCP;
discovery.c:96jaylink_discovery_scan()
if (ifaces & JAYLINK_HIF_TCP) {
discovery_tcp.c:65compare_devices()
if (dev->iface != JAYLINK_HIF_TCP)
discovery_tcp.c:206probe_device()
dev->iface = JAYLINK_HIF_TCP;
transport.c:59transport_open()
case JAYLINK_HIF_TCP:
transport.c:92transport_close()
case JAYLINK_HIF_TCP:
transport.c:130transport_start_write()
case JAYLINK_HIF_TCP:
transport.c:166transport_start_read()
case JAYLINK_HIF_TCP:
transport.c:210transport_start_write_read()
case JAYLINK_HIF_TCP:
transport.c:257transport_write()
case JAYLINK_HIF_TCP:
transport.c:299transport_read()
case JAYLINK_HIF_TCP: