Searched refs:chat_UpdateSet (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | chat.c | 140 chat_UpdateSet(struct fdescriptor *d, fd_set *r, fd_set *w, fd_set *e, int *n) in chat_UpdateSet() function 274 return chat_UpdateSet(d, r, w, e, n); in chat_UpdateSet() 309 return chat_UpdateSet(d, r, w, e, n); in chat_UpdateSet() 553 c->desc.UpdateSet = chat_UpdateSet; in chat_Init()
|