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

/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif_dl.h112 #define SDL(s) ((struct sockaddr_dl *)(void *)s) macro
H A Dkpi_interface.c1640 lladdr = LLADDR(SDL((void *)ifa->ifa_addr));
1694 bcopy(ifa->ifa_addr, &sdlbuf, SDL(ifa->ifa_addr)->sdl_len);
1697 bytes = dlil_ifaddr_bytes(SDL(&sdlbuf), &bytes_len, credp);
H A Dif_var.h1040 (LLADDR(SDL(((_ifp)->if_lladdr)->ifa_addr)))
H A Droute.c766 struct sockaddr_dl *sdl = SDL(buf);
2511 kdp_set_gateway_mac(SDL((void *)gwrt->rt_gateway)->
H A Dif.c2314 struct sockaddr_dl *sdl = SDL(ifp->if_lladdr->ifa_addr);
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_arp.c555 struct sockaddr_dl *sdl = SDL(rt->rt_gateway);
701 SDL(gate)->sdl_type = rt->rt_ifp->if_type;
702 SDL(gate)->sdl_index = rt->rt_ifp->if_index;
717 SDL(gate), rt_key(rt), NULL, rt_key(rt), 0);
734 SDL(gate)->sdl_type = rt->rt_ifp->if_type;
735 SDL(gate)->sdl_index = rt->rt_ifp->if_index;
776 struct sockaddr_dl *gate_ll = SDL(gate);
812 ifnet_lladdr_copy_bytes(rt->rt_ifp, LLADDR(SDL(gate)),
813 SDL(gate)->sdl_alen = rt->rt_ifp->if_addrlen);
1091 gateway = SDL(rout
[all...]
H A Dip_input.c3072 struct sockaddr_dl *sdl2 = SDL(&sdlbuf);
3090 sdp = SDL(ifa->ifa_addr);
H A Dip_output.c3348 SDL(ro->ro_rt->rt_gateway)->sdl_alen != 0))) {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsdl.vim2 " Language: SDL
18 " A bunch of useful SDL keywords
93 " No, this doesn't happen, I just wanted to scare you. SDL really allows all
123 " ASN.1 in SDL
/macosx-10.9.5/vim-53/runtime/indent/
H A Dsdl.vim2 " Language: SDL
/macosx-10.9.5/network_cmds-433/rtadvd.tproj/
H A Dif.c254 #define SDL(s) ((struct sockaddr_dl *)(s)) macro
295 if (ifindex && SDL(gw)->sdl_index != ifindex)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.h132 SDL, enumerator in enum:llvm::MipsISD::NodeType
H A DMipsISelLowering.cpp90 case MipsISD::SDL: return "MipsISD::SDL";
2349 SDValue SDL = CreateStoreLR(MipsISD::SDL, DAG, SD, Chain, IsLittle ? 7 : 0); local
2350 return CreateStoreLR(MipsISD::SDR, DAG, SD, SDL, IsLittle ? 0 : 7);
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dnd6.c1614 SDL(rt->rt_gateway)->sdl_index == ifp->if_index) {
2105 SDL(gate)->sdl_type = ifp->if_type;
2106 SDL(gate)->sdl_index = ifp->if_index;
2159 SDL(gate)->sdl_type = ifp->if_type;
2160 SDL(gate)->sdl_index = ifp->if_index;
2248 Bcopy(macp, LLADDR(SDL(gate)), ifp->if_addrlen);
2249 SDL(gate)->sdl_alen = ifp->if_addrlen;
2970 sdl = SDL(rt->rt_gateway);
3753 sdl = SDL(rt->rt_gateway);
3829 sdl = SDL(rout
[all...]
H A Dnd6_nbr.c408 proxydl = *SDL(rt->rt_gateway);
983 (sdl = SDL(rt->rt_gateway)) == NULL) {
/macosx-10.9.5/vim-53/runtime/
H A Dmakemenu.vim449 SynMenu S-Sm.SDL:sdl
H A Dsynmenu.vim423 an 50.110.200 &Syntax.S-Sm.SDL :cal SetSyn("sdl")<CR>
H A Dfiletype.vim1646 " SDL

Completed in 287 milliseconds