HomeSort by relevance Sort by last modified time
    Searched defs:AF_INET_SDP (Results 1 - 2 of 2) 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
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 474 milliseconds