GDB (xrefs)
Functions
/tmp/gdb-7.10/gdb/ser-tcp.h File Reference

Go to the source code of this file.

Functions

int net_open (struct serial *scb, const char *name)
 
void net_close (struct serial *scb)
 
int net_read_prim (struct serial *scb, size_t count)
 
int net_write_prim (struct serial *scb, const void *buf, size_t count)
 
int ser_tcp_send_break (struct serial *scb)
 

Function Documentation

void net_close ( struct serial scb)

Definition at line 329 of file ser-tcp.c.

References serial::fd.

Referenced by net_open(), and net_windows_close().

int net_open ( struct serial scb,
const char *  name 
)
int net_read_prim ( struct serial scb,
size_t  count 
)

Definition at line 339 of file ser-tcp.c.

References serial::buf, and serial::fd.

int net_write_prim ( struct serial scb,
const void *  buf,
size_t  count 
)

Definition at line 348 of file ser-tcp.c.

References serial::fd.

int ser_tcp_send_break ( struct serial scb)

Definition at line 354 of file ser-tcp.c.

References serial_write().