Searched refs:close_and_bind (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/ofed/libsdp/src/
H A Dport.c1086 /*..close_and_bind - close an open fd and bind another one immediately */
1088 close_and_bind(int old_sd, function
1094 __sdp_log(2, "close_and_bind: closing <%d> binding <%d>\n", old_sd, new_sd);
1106 __sdp_log(2, "close_and_bind: returning <%d>\n", ret);
1210 /* HACK: close_and_bind might race with other applications. */
1212 ret = close_and_bind(tcp_sd, fd, (struct sockaddr *) &tmp_addr,
1215 __sdp_log(9, "Error bind: " "Could not close_and_bind TCP side\n");
1222 ret = close_and_bind(sdp_sd, shadow_fd, (struct sockaddr *) &tmp_addr,
1227 "Error bind: " "Could not close_and_bind sdp side\n");
1502 ret = close_and_bind(tcp_s
[all...]

Completed in 1959 milliseconds