HomeSort by relevance Sort by last modified time
    Searched defs:tcb (Results 1 - 4 of 4) sorted by null

  /external/qemu/slirp/
tcp_input.c 44 struct socket tcb; variable in typeref:struct:socket
47 struct socket *tcp_last_so = &tcb;
379 so = solookup(&tcb, ti->ti_src, ti->ti_sport,
387 * If the state is CLOSED (i.e., TCB does not exist) then
389 * If the TCB exists but is in CLOSED state, it is embryonic,
395 * XXX If a TCB does not exist, and the TH_SYN flag is
966 * Inform user that connection was reset, and close tcb.
968 * Close the tcb.
    [all...]
  /external/qemu/slirp-android/
tcp_input.c 44 struct socket tcb; variable in typeref:struct:socket
47 struct socket *tcp_last_so = &tcb;
385 so = solookup(&tcb, srcip, srcport, dstip, dstport);
392 * If the state is CLOSED (i.e., TCB does not exist) then
394 * If the TCB exists but is in CLOSED state, it is embryonic,
400 * XXX If a TCB does not exist, and the TH_SYN flag is
972 * Inform user that connection was reset, and close tcb.
974 * Close the tcb.
    [all...]
  /external/dbus/dbus/
dbus-mainloop.c 322 TimeoutCallback *tcb; local
324 tcb = timeout_callback_new (timeout, function, data, free_data_func);
325 if (tcb == NULL)
328 if (!add_callback (loop, (Callback*) tcb))
330 tcb->callback.free_data_func = NULL; /* don't want to have this side effect */
331 callback_unref ((Callback*) tcb);
375 TimeoutCallback *tcb,
388 interval = dbus_timeout_get_interval (tcb->timeout);
393 expiration_tv_sec = tcb->last_tv_sec + interval_seconds;
394 expiration_tv_usec = tcb->last_tv_usec + interval_milliseconds * 1000
657 TimeoutCallback *tcb = TIMEOUT_CALLBACK (cb); local
734 TimeoutCallback *tcb = TIMEOUT_CALLBACK (cb); local
    [all...]
  /external/strace/
defs.h 266 struct tcb { struct
283 struct tcb *parent; /* Parent of this process */
312 /* TCB flags */
399 extern struct tcb **tcbtab;
407 extern struct tcb *tcp_last;
417 extern struct tcb *alloctcb P((int));
418 extern struct tcb *pid2tcb P((int));
419 extern void droptcb P((struct tcb *));
425 extern void newoutf P((struct tcb *));
426 extern int get_scno P((struct tcb *));
    [all...]

Completed in 123 milliseconds