Searched refs:state (Results 26 – 36 of 36) sorted by relevance
12
38 u8_t state; member
242 u8_t state; member
138 enum netconn_state state; member
343 …SSERT("TCP_REG: pcb->state != CLOSED", ((pcbs) == &tcp_bound_pcbs) || ((npcb)->state != CLOSED)); \
343 netif->state = ethernetif; in ethernetif_init()
82 function is passed the current TCP or UDP connection state as an83 argument. Also, in order to be able to keep program specific state,85 that is independent of the TCP/IP state.87 The function for setting the application connection state is:91 Specifies the program specific state that should be passed to all419 void *state, err_t (* init)(struct netif *netif),425 or fill them with sane numbers otherwise. The state pointer may be NULL.
52 The "count" argument specifies the initial state of the semaphore (which is241 SYS_ARCH_DECL_PROTECT(x) - declare a protection state variable.
70 pcb->state != LISTEN136 * tcp.c: fixed bug #35435: No pcb state check before adding it to time-wait589 with pcb->state != CLOSED708 state774 and state.819 * netif.c: netif_set_link_up/down: only do something if the link state982 * tcp.h/.c: Added function tcp_debug_state_str() to convert a tcp state1052 * tcp_in.c: Fixed bug #26251: RST process in TIME_WAIT TCP state1117 * ppp.c: bug #27266: wait-state debug message in pppMain occurs every ms1411 in state SYN_RCVD is close.[all …]
734 if (f->state != LS_OPENED) { in ipcp_nakci()850 if (f->state != LS_OPENED) { in ipcp_rejci()
812 int pd = (int)(size_t)netif->state; in pppifOutput()1328 netif->mtu = pppMTU((int)(size_t)netif->state); in pppifNetifInit()
3692 if ((pcb->state == ESTABLISHED) || in tcp_get_value()3693 (pcb->state == CLOSE_WAIT)) in tcp_get_value()