HomeSort by: relevance | last modified time | path
    Searched refs:SDP_COMPAT (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/sdpd/
Makefile 14 .if (${SDP_COMPAT:Uyes} != "no")
18 # only needed in SDP_COMPAT
server.c 483 #ifdef SDP_COMPAT
  /src/lib/libbluetooth/
Makefile 14 .if (${SDP_COMPAT:Uyes} != "no")
15 SRCS+= sdp_compat.c
sdp.h 369 #ifndef SDP_COMPAT
445 #ifdef SDP_COMPAT
483 /* sdp_compat.c */
727 #endif /* SDP_COMPAT */
sdp_compat.c 1 /* $NetBSD: sdp_compat.c,v 1.2 2009/05/14 19:12:45 plunky Exp $ */
77 #define SDP_COMPAT
80 __RCSID("$NetBSD: sdp_compat.c,v 1.2 2009/05/14 19:12:45 plunky Exp $");
90 struct sdp_compat { struct
99 struct sdp_compat *sc;
101 sc = malloc(sizeof(struct sdp_compat));
123 struct sdp_compat *sc;
125 sc = malloc(sizeof(struct sdp_compat));
142 struct sdp_compat *sc = xss;
158 struct sdp_compat *sc = xss
    [all...]

Completed in 40 milliseconds