Home
last modified time | relevance | path

Searched refs:physical_Read (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dphysical.h155 extern ssize_t physical_Read(struct physical *, void *, size_t);
H A Dphysical.c528 n = physical_Read(p, rbuff, sizeof p->input.buf - p->input.sz); in physical_DescriptorRead()
801 physical_Read(struct physical *p, void *buf, size_t nbytes) in physical_Read() function
H A Dchat.c397 in = physical_Read(c->physical, c->bufend, in); in chat_Read()