HomeSort by: relevance | last modified time | path
    Searched defs:process_client (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/bthcid/
client.c 80 static void process_client (int, short, void *);
169 event_set(&cl->ev, fd, EV_READ | EV_PERSIST, process_client, cl);
183 process_client(int sock, short ev, void *arg) function in typeref:typename:void
client.c 80 static void process_client (int, short, void *);
169 event_set(&cl->ev, fd, EV_READ | EV_PERSIST, process_client, cl);
183 process_client(int sock, short ev, void *arg) function in typeref:typename:void

Completed in 22 milliseconds