Home
last modified time | relevance | path

Searched refs:physical_IsSet (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.sbin/ppp/
H A Dphysical.h158 extern int physical_IsSet(struct fdescriptor *, const fd_set *);
H A Dether.c409 result += physical_IsSet(d, fdset); in ether_IsSet()
430 if (physical_IsSet(d, fdset)) in ether_DescriptorRead()
H A Dnetgraph.c393 result += physical_IsSet(d, fdset); in ng_IsSet()
408 if (physical_IsSet(d, fdset)) in ng_DescriptorRead()
H A Dphysical.c148 p->desc.IsSet = physical_IsSet; in physical_SetDescriptor()
581 p->desc.IsSet = physical_IsSet; in iov2physical()
885 physical_IsSet(struct fdescriptor *d, const fd_set *fdset) in physical_IsSet() function
H A Dchat.c328 return c->argptr && physical_IsSet(&c->physical->desc, fdset); in chat_IsSet()