Home
last modified time | relevance | path

Searched refs:state (Results 26 – 36 of 36) sorted by relevance

12

/lib/liblwip/src/include/lwip/
Ddhcp.h38 u8_t state; member
Dsnmp_msg.h242 u8_t state; member
Dapi.h138 enum netconn_state state; member
Dtcp_impl.h343 …SSERT("TCP_REG: pcb->state != CLOSED", ((pcbs) == &tcp_bound_pcbs) || ((npcb)->state != CLOSED)); \
/lib/liblwip/src/arch/
Detherif.c343 netif->state = ethernetif; in ethernetif_init()
/lib/liblwip/doc/
Drawapi.txt82 function is passed the current TCP or UDP connection state as an
83 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 all
419 void *state, err_t (* init)(struct netif *netif),
425 or fill them with sane numbers otherwise. The state pointer may be NULL.
Dsys_arch.txt52 The "count" argument specifies the initial state of the semaphore (which is
241 SYS_ARCH_DECL_PROTECT(x) - declare a protection state variable.
/lib/liblwip/
DCHANGELOG70 pcb->state != LISTEN
136 * tcp.c: fixed bug #35435: No pcb state check before adding it to time-wait
589 with pcb->state != CLOSED
708 state
774 and state.
819 * netif.c: netif_set_link_up/down: only do something if the link state
982 * tcp.h/.c: Added function tcp_debug_state_str() to convert a tcp state
1052 * tcp_in.c: Fixed bug #26251: RST process in TIME_WAIT TCP state
1117 * ppp.c: bug #27266: wait-state debug message in pppMain occurs every ms
1411 in state SYN_RCVD is close.
[all …]
/lib/liblwip/src/netif/ppp/
Dipcp.c734 if (f->state != LS_OPENED) { in ipcp_nakci()
850 if (f->state != LS_OPENED) { in ipcp_rejci()
Dppp.c812 int pd = (int)(size_t)netif->state; in pppifOutput()
1328 netif->mtu = pppMTU((int)(size_t)netif->state); in pppifNetifInit()
/lib/liblwip/src/core/snmp/
Dmib2.c3692 if ((pcb->state == ESTABLISHED) || in tcp_get_value()
3693 (pcb->state == CLOSE_WAIT)) in tcp_get_value()

12