HomeSort by relevance Sort by last modified time
    Searched refs:lsocks (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/pending/
syslogd.c 67 struct unsocks *lsocks; // list of listen sockets
378 while (TT.lsocks) {
379 struct unsocks *fnode = TT.lsocks;
385 TT.lsocks = fnode->next;
422 TT.lsocks = tsd;
429 tsd->next = TT.lsocks;
430 TT.lsocks = tsd;
439 for (tsd = TT.lsocks; tsd; tsd = tsd->next) {
486 for (tsd = TT.lsocks; tsd; tsd = tsd->next) FD_SET(tsd->sd, &rfds);
524 for (tsd = TT.lsocks; tsd; tsd = tsd->next)
    [all...]
  /external/toybox/generated/
globals.h 798 struct unsocks *lsocks; // list of listen sockets member in struct:syslogd_data

Completed in 142 milliseconds