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

/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dmatch.c60 char *target = __sdp_get_family_str( rule->target_family );
182 return ( rule->target_family );
194 use_family_t target_family; local
198 target_family = USE_SDP;
200 target_family =
205 __sdp_get_family_str( target_family ) );
207 return ( target_family );
215 use_family_t target_family; local
219 target_family = USE_SDP;
221 target_family
238 use_family_t target_family = USE_BOTH; local
276 use_family_t target_family = USE_BOTH; local
[all...]
H A Dlibsdp.h75 use_family_t target_family; /* if match - use this family */ member in struct:use_family_rule
H A Dport.c1287 use_family_t target_family; local
1318 target_family = __sdp_match_connect(serv_addr, addrlen);
1332 if ((target_family == USE_SDP) || (target_family == USE_BOTH)) {
1338 if ((target_family == USE_BOTH) && (fopts & O_NONBLOCK)) {
1358 if ((target_family == USE_SDP) || (ret >= 0)) {
1373 if ((target_family == USE_TCP) || (target_family == USE_BOTH)) {
1383 if ((target_family == USE_TCP) || (ret >= 0) || (errno == EINPROGRESS)) {
1429 use_family_t target_family; local
[all...]
H A Dconfig_parser.c183 __sdp_get_family_str(__sdp_rule.target_family),
1546 { __sdp_rule.target_family = USE_TCP; }
1551 { __sdp_rule.target_family = USE_SDP; }
1556 { __sdp_rule.target_family = USE_BOTH; }

Completed in 113 milliseconds