HomeSort by relevance Sort by last modified time
    Searched defs:tcb (Results 1 - 8 of 8) 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 323 TimeoutCallback *tcb; local
325 tcb = timeout_callback_new (timeout, function, data, free_data_func);
326 if (tcb == NULL)
329 if (!add_callback (loop, (Callback*) tcb))
331 tcb->callback.free_data_func = NULL; /* don't want to have this side effect */
332 callback_unref ((Callback*) tcb);
376 TimeoutCallback *tcb,
389 interval = dbus_timeout_get_interval (tcb->timeout);
394 expiration_tv_sec = tcb->last_tv_sec + interval_seconds;
395 expiration_tv_usec = tcb->last_tv_usec + interval_milliseconds * 1000
658 TimeoutCallback *tcb = TIMEOUT_CALLBACK (cb); local
735 TimeoutCallback *tcb = TIMEOUT_CALLBACK (cb); local
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_int.h 378 tGATT_TCB *p_tcb; /* associated TCB of this CLCB */
447 tGATT_TCB tcb[GATT_MAX_PHY_CHANNEL]; member in struct:__anon2617
  /external/strace/
defs.h 339 struct tcb { struct
360 struct tcb *parent; /* Parent of this process */
389 /* TCB flags */
498 extern struct tcb **tcbtab;
507 extern struct tcb *tcp_last;
513 extern struct tcb *alloc_tcb(int, int);
514 extern struct tcb *pid2tcb(int);
515 extern void droptcb(struct tcb *);
523 extern int get_scno(struct tcb *);
524 extern long known_scno(struct tcb *);
    [all...]
  /external/bluetooth/bluedroid/bta/hl/
bta_hl_int.h 545 tBTA_HL_TIMER_CB tcb[BTA_HL_NUM_TIMERS]; member in struct:__anon2111
    [all...]
  /external/libnfc-nci/src/nfc/int/
rw_int.h 551 tRW_TCB tcb; member in struct:__anon9476
    [all...]
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 

Completed in 733 milliseconds