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

/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dtcp.c266 unsigned int bind_port; local
287 bind_port = ( st_local ? ntohs ( st_local->st_port ) : 0 );
288 if ( ( rc = tcp_bind ( tcp, bind_port ) ) != 0 )

Completed in 250 milliseconds