Searched defs:TCP_STATE_SWITCH_TO (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Ddebug.h43 # define TCP_STATE_SWITCH_TO(tp, new_tcp_state) \ macro
51 # define TCP_STATE_SWITCH_TO(tp, new_tcp_state) (tp)->t_state = (new_tcp_state) macro

Completed in 52 milliseconds