Lines Matching full:fdset
421 datalink_IsSet(struct fdescriptor *d, const fd_set *fdset)
434 return descriptor_IsSet(&dl->chat.desc, fdset);
441 return descriptor_IsSet(&dl->chap.desc, fdset) ? 1 :
442 descriptor_IsSet(&dl->physical->desc, fdset);
448 datalink_Read(struct fdescriptor *d, struct bundle *bundle, const fd_set *fdset)
461 descriptor_Read(&dl->chat.desc, bundle, fdset);
469 if (descriptor_IsSet(&dl->chap.desc, fdset))
470 descriptor_Read(&dl->chap.desc, bundle, fdset);
471 if (descriptor_IsSet(&dl->physical->desc, fdset))
472 descriptor_Read(&dl->physical->desc, bundle, fdset);
479 const fd_set *fdset)
493 if ((result = descriptor_Write(&dl->chat.desc, bundle, fdset)) == -1) {
504 if (descriptor_IsSet(&dl->chap.desc, fdset))
505 switch (descriptor_Write(&dl->chap.desc, bundle, fdset)) {
512 if (descriptor_IsSet(&dl->physical->desc, fdset))
513 switch (descriptor_Write(&dl->physical->desc, bundle, fdset)) {