Searched refs:bind_port (Results 1 – 3 of 3) sorted by relevance
73 u_short bind_port; /* local port for binding the src */ member
1191 evcon->bind_port = port; in evhttp_connection_set_local_port()2195 evcon->bind_address, evcon->bind_port, 0 /*reuse*/); in evhttp_connection_connect()
219 unsigned int bind_port; in tcp_open() local237 bind_port = ( st_local ? st_local->st_port : 0 ); in tcp_open()238 if ( ( rc = tcp_bind ( tcp, bind_port ) ) != 0 ) in tcp_open()