Home
last modified time | relevance | path

Searched refs:prev_tcp_state (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/net/
Dtcp.c49 unsigned int prev_tcp_state; member
131 if ( tcp->tcp_state != tcp->prev_tcp_state ) { in tcp_dump_state()
133 tcp_state ( tcp->prev_tcp_state ), in tcp_dump_state()
136 tcp->prev_tcp_state = tcp->tcp_state; in tcp_dump_state()
228 tcp->prev_tcp_state = TCP_CLOSED; in tcp_open()