Home
last modified time | relevance | path

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

/NextBSD/sys/ofed/include/rdma/
HDsdp_socket.h7 #ifndef AF_INET_SDP
8 #define AF_INET_SDP 27 macro
9 #define PF_INET_SDP AF_INET_SDP
/NextBSD/contrib/ofed/libsdp/src/linux/
HDsdp_inet.h35 #define AF_INET_SDP 27 /* SDP socket protocol family */ macro
39 #define AF_INET_SDP 31 /* This is an invalid family on native solaris macro
/NextBSD/contrib/ofed/libsdp/src/
HDsocket.c124 domain = AF_INET_SDP; in socket()
HDport.c375 if (AF_INET_SDP == domain || AF_INET6_SDP == domain) in get_sdp_domain()
379 return AF_INET_SDP; in get_sdp_domain()
597 level = AF_INET_SDP; in setsockopt()
606 level = AF_INET_SDP; in setsockopt()
685 else if (AF_INET_SDP == domain || AF_INET6_SDP == domain) in __create_socket()
/NextBSD/contrib/ofed/libsdp/
HDREADME38 of AF_INET(6) and a type of SOCK_STREAM into family of AF_INET_SDP.
60 calls (within the application) with AF_INET_SDP and recompile.
/NextBSD/sys/ofed/drivers/infiniband/ulp/sdp/
HDKconfig7 AF_INET_SDP (address family 27). You can also LD_PRELOAD the
HDsdp_proc.c199 .family = AF_INET_SDP,
HDsdp_main.c1957 .dom_family = AF_INET_SDP,
/NextBSD/sys/sys/
HDsocket.h243 #define AF_INET_SDP 40 /* OFED Socket Direct Protocol ipv4 */ macro
369 #define PF_INET_SDP AF_INET_SDP