Rizin
unix-like reverse engineering framework and cli tools
rz_core_rtr_host_t Struct Reference

Public Attributes

int proto
 
char host [512]
 
int port
 
char file [1024]
 
RzSocketfd
 

Detailed Description

Definition at line 32 of file rtr.c.

Member Data Documentation

◆ fd

RzSocket* rz_core_rtr_host_t::fd

Definition at line 37 of file rtr.c.

Referenced by rz_core_rtr_cmd().

◆ file

char rz_core_rtr_host_t::file[1024]

Definition at line 36 of file rtr.c.

◆ host

char rz_core_rtr_host_t::host[512]

Definition at line 34 of file rtr.c.

Referenced by rz_core_rtr_cmd().

◆ port

int rz_core_rtr_host_t::port

Definition at line 35 of file rtr.c.

Referenced by rz_core_rtr_cmd().

◆ proto

int rz_core_rtr_host_t::proto

Definition at line 33 of file rtr.c.


The documentation for this struct was generated from the following file: