HomeSort by relevance Sort by last modified time
    Searched refs:AF_INET_SDP (Results 1 - 3 of 3) sorted by null

  /external/netperf/
nettest_sdp.h 9 #ifndef AF_INET_SDP
10 #define AF_INET_SDP 27
11 #define PF_INET_SDP AF_INET_SDP
nettest_sdp.c 298 /* fake things out by changing local_res->ai_family to AF_INET_SDP */
299 local_res->ai_family = AF_INET_SDP;
    [all...]
netlib.c 481 #ifndef AF_INET_SDP
482 #define AF_INET_SDP 27
483 #define PF_INET_SDP AF_INET_SDP
498 #if defined(AF_INET_SDP)
499 case AF_INET_SDP:
500 return("AF_INET_SDP");
    [all...]

Completed in 34 milliseconds