Searched defs:sdl (Results 1 - 2 of 2) 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);

Completed in 22 milliseconds