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

/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dport.c309 /*..get_is_sdp_socket -- given an fd return 1 if it is an SDP socket */
310 static inline int get_is_sdp_socket(int fd) function
495 if ((ret < 0) && get_is_sdp_socket(fd) && (request == FIONREAD)) {
596 if (level == SOL_SOCKET && optname == SO_KEEPALIVE && get_is_sdp_socket(fd)) {
605 get_is_sdp_socket(shadow_fd)) {
624 if ((ret < 0) && get_is_sdp_socket(fd) &&
1162 if (get_is_sdp_socket(fd)) {
1323 get_is_sdp_socket(fd) ? "SDP" : "TCP");
1895 set_is_sdp_socket(ret, get_is_sdp_socket(fd));

Completed in 158 milliseconds