Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rtsold/
H A Dif.c299 struct sockaddr_dl *sdl = NULL, *ret_sdl; in if_nametosdl() local
336 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()