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

/freebsd-10.0-release/contrib/ofed/libsdp/src/
H A Dlibsdp.h43 USE_BOTH, enumerator in enum:__anon3991
58 case USE_BOTH:
H A Dmatch.c185 return ( USE_BOTH );
238 use_family_t target_family = USE_BOTH;
241 for ( rule = rules; ( rule != NULL ) && ( target_family == USE_BOTH );
276 use_family_t target_family = USE_BOTH;
H A Dport.c1332 if ((target_family == USE_SDP) || (target_family == USE_BOTH)) {
1338 if ((target_family == USE_BOTH) && (fopts & O_NONBLOCK)) {
1373 if ((target_family == USE_TCP) || (target_family == USE_BOTH)) {
1480 * in case of an implicit bind and "USE_BOTH" rule we need to first bind the
1486 if ((actual_port == 0) && (target_family == USE_BOTH)) {
1518 if ((target_family == USE_TCP) || (target_family == USE_BOTH)) {
1530 if ((target_family == USE_SDP) || (target_family == USE_BOTH)) {

Completed in 63 milliseconds