Home
last modified time | relevance | path

Searched refs:AF_INET_SDP (Results 1 – 3 of 3) sorted by relevance

/external/netperf/
Dnettest_sdp.h9 #ifndef AF_INET_SDP
10 #define AF_INET_SDP 27 macro
11 #define PF_INET_SDP AF_INET_SDP
Dnettest_sdp.c297 local_res->ai_family = AF_INET_SDP; in send_sdp_stream()
994 local_res->ai_family = AF_INET_SDP; in send_sdp_maerts()
1670 local_res->ai_family = AF_INET_SDP; in recv_sdp_stream()
2005 local_res->ai_family = AF_INET_SDP; in recv_sdp_maerts()
2438 local_res->ai_family = AF_INET_SDP; in send_sdp_rr()
3110 local_res->ai_family = AF_INET_SDP; in recv_sdp_rr()
Dnetlib.c476 #ifndef AF_INET_SDP
477 #define AF_INET_SDP 27 macro
478 #define PF_INET_SDP AF_INET_SDP
493 #if defined(AF_INET_SDP) in inet_ftos()
494 case AF_INET_SDP: in inet_ftos()