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

/freebsd-12-stable/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);
425 if (physical_IsSet(d, fdset))
H A Dnetgraph.c388 result += physical_IsSet(d, fdset);
403 if (physical_IsSet(d, fdset))
H A Dphysical.c152 p->desc.IsSet = physical_IsSet;
589 p->desc.IsSet = physical_IsSet;
895 physical_IsSet(struct fdescriptor *d, const fd_set *fdset) function
H A Dexec.c237 result += physical_IsSet(d, fdset);
H A Dchat.c335 return c->argptr && physical_IsSet(&c->physical->desc, fdset);

Completed in 117 milliseconds