Searched refs:tpiscantsend (Results 1 – 2 of 2) sorted by relevance
/external/openthread/third_party/tcplp/bsdtcp/ | ||
D | tcp_usrreq.c | 266 if (tpiscantsend(tp)) { in tcp_usr_send() |
D | tcp_var.h | 149 #define tpiscantsend(tp) (((tp)->miscflags & TCB_CANTSENDMORE) != 0) macro |