Searched refs:tcb (Results 51 - 62 of 62) sorted by relevance

123

/external/qemu/slirp/
H A Dmisc.c702 for (so = tcb.so_next; so != &tcb; so = so->so_next) {
H A Dsocket.c76 tcp_last_so = &tcb;
618 insque(so,&tcb);
H A Dtcp_input.c44 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,
966 * Inform user that connection was reset, and close tcb.
968 * Close the tcb.
/external/qemu/slirp-android/
H A Dmisc.c666 for (so = tcb.so_next; so != &tcb; so = so->so_next) {
H A Dtcp_input.c44 struct socket tcb; variable in typeref:struct:socket
47 struct socket *tcp_last_so = &tcb;
385 so = solookup(&tcb, srcip, srcport, dstip, dstport);
972 * Inform user that connection was reset, and close tcb.
974 * Close the tcb.
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_int.h458 tGATT_TCB tcb[GATT_MAX_PHY_CHANNEL]; member in struct:__anon1161
H A Dgatt_main.c517 /* allocate tcb */
520 /* no tcb available, reject L2CAP connection */
1082 p_tcb = &gatt_cb.tcb[found_idx];;
1102 ** Description This function set the ch_state in tcb
1120 ** Description This function get the ch_state in tcb
H A Dgatt_api.c1268 for (i=0, p_tcb = gatt_cb.tcb; i < GATT_MAX_PHY_CHANNEL; i++, p_tcb++)
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h564 tRW_TCB tcb; member in struct:__anon8681
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_int.h567 tBTA_HL_TIMER_CB tcb[BTA_HL_NUM_TIMERS]; member in struct:__anon615
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 195 milliseconds

123