Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
H A Dphysical.h154 extern ssize_t physical_Read(struct physical *, void *, size_t);
H A Dphysical.c526 n = physical_Read(p, rbuff, sizeof p->input.buf - p->input.sz); in physical_DescriptorRead()
797 physical_Read(struct physical *p, void *buf, size_t nbytes) in physical_Read() function
H A Dchat.c392 in = physical_Read(c->physical, c->bufend, in); in chat_Read()