Searched refs:SDL (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/sys/netinet/
H A Dif_atm.c66 #define SDL(s) ((struct sockaddr_dl *)s) macro
125 SDL(gate)->sdl_type = rt->rt_ifp->if_type;
126 SDL(gate)->sdl_index = rt->rt_ifp->if_index;
147 addr = LLADDR(SDL(gate));
148 alen = SDL(gate)->sdl_alen;
248 SDL(gate)->sdl_type = rt->rt_ifp->if_type;
249 SDL(gate)->sdl_index = rt->rt_ifp->if_index;
293 addr = LLADDR(SDL(gate));
351 sdl = SDL(rt->rt_gateway);
H A Dif_ether.c77 #define SDL(s) ((struct sockaddr_dl *)s) macro
/freebsd-10.1-release/usr.sbin/rtadvd/
H A Dif.c160 #define SDL(s) ((struct sockaddr_dl *)(s)) macro
208 if (ifindex && SDL(gw)->sdl_index != ifindex)
553 /* SDL */
/freebsd-10.1-release/contrib/dialog/
H A Ddlg_keys.c392 CURSES_NAME(SDL),
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h201 SDL, enumerator in enum:llvm::MipsISD::NodeType
H A DMipsISelLowering.cpp155 case MipsISD::SDL: return "MipsISD::SDL";
2044 SDValue SDL = createStoreLR(MipsISD::SDL, DAG, SD, Chain, IsLittle ? 7 : 0); local
2045 return createStoreLR(MipsISD::SDR, DAG, SD, SDL, IsLittle ? 0 : 7);
/freebsd-10.1-release/sys/netinet6/
H A Dnd6_nbr.c78 #define SDL(s) ((struct sockaddr_dl *)s) macro
257 proxydl = *SDL(ro.ro_rt->rt_gateway);

Completed in 172 milliseconds