Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dphysical.h161 extern int physical_IsSet(struct fdescriptor *, const fd_set *);
H A Dether.c404 result += physical_IsSet(d, fdset); in ether_IsSet()
425 if (physical_IsSet(d, fdset)) in ether_DescriptorRead()
H A Dnetgraph.c388 result += physical_IsSet(d, fdset); in ng_IsSet()
403 if (physical_IsSet(d, fdset)) in ng_DescriptorRead()
H A Dexec.c237 result += physical_IsSet(d, fdset); in exec_IsSet()
H A Dphysical.c152 p->desc.IsSet = physical_IsSet; in physical_SetDescriptor()
585 p->desc.IsSet = physical_IsSet; in iov2physical()
891 physical_IsSet(struct fdescriptor *d, const fd_set *fdset) in physical_IsSet() function
H A Dchat.c335 return c->argptr && physical_IsSet(&c->physical->desc, fdset); in chat_IsSet()