Searched refs:sdl (Results 1 - 4 of 4) sorted by relevance

/solaris-userland/components/openvswitch/files/lib/
H A Droute-table-solaris.c73 struct sockaddr_dl sdl; local
89 memset(&sdl, 0, sizeof (sdl));
90 sdl.sdl_family = AF_LINK;
103 (void) memcpy(cp, &sdl, l);
H A Dnetdev-solaris.c2196 struct sockaddr_dl sdl; local
2213 memset(&sdl, 0, sizeof (sdl));
2214 sdl.sdl_family = AF_LINK;
2236 (void) memcpy(cp, &sdl, l);
2275 const struct sockaddr_dl * const sdl = local
2279 ifname = xmemdup0(sdl->sdl_data,
2280 sdl->sdl_nlen);
/solaris-userland/components/libsdl/
H A DMakefile37 COMPONENT_BUGDB= library/sdl
/solaris-userland/components/wxwidgets/
H A DMakefile70 CONFIGURE_OPTIONS += --with-sdl
88 REQUIRED_PACKAGES += library/sdl

Completed in 32 milliseconds