Searched refs:blank_sdl (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/rarpd/
H A Dmkarp.c98 static struct sockaddr_dl blank_sdl = { local
99 sizeof(blank_sdl), AF_LINK, 0, 0, 0, 0, 0, { 0 } };
114 sdl_m = blank_sdl; /* struct copy */
/netbsd-6-1-5-RELEASE/usr.sbin/arp/
H A Darp.c109 static struct sockaddr_dl blank_sdl = { variable in typeref:struct:sockaddr_dl
110 .sdl_len = sizeof(blank_sdl),
259 sdl_m = blank_sdl; /* struct copy */
/netbsd-6-1-5-RELEASE/usr.sbin/ndp/
H A Dndp.c321 static struct sockaddr_dl blank_sdl = { variable in typeref:struct:sockaddr_dl
322 .sdl_len = sizeof(blank_sdl),
349 sdl_m = blank_sdl;

Completed in 123 milliseconds