Searched refs:ret_sdl (Results 1 – 1 of 1) sorted by relevance
299 struct sockaddr_dl *sdl = NULL, *ret_sdl; in if_nametosdl() local336 if ((ret_sdl = malloc(sdl->sdl_len)) == NULL) { in if_nametosdl()340 memcpy((caddr_t)ret_sdl, (caddr_t)sdl, sdl->sdl_len); in if_nametosdl()343 return (ret_sdl); in if_nametosdl()