dldst             711 net/if_strip.c 	u_char *dldst;		/* link-level next-hop */
dldst             756 net/if_strip.c                 dldst = LLADDR(SDL(rt->rt_gateway));
dldst             761 net/if_strip.c 		dldst = LLADDR(SDL(dst));
dldst             806 net/if_strip.c 	dl_addrbuf[1] = ((dldst[0] >> 4) & 0x0f) + '0';
dldst             807 net/if_strip.c 	dl_addrbuf[2] = ((dldst[0]     ) & 0x0f) + '0';
dldst             809 net/if_strip.c 	dl_addrbuf[3] = ((dldst[1] >> 4) & 0x0f) + '0';
dldst             810 net/if_strip.c 	dl_addrbuf[4] = ((dldst[1]     ) & 0x0f) + '0';
dldst             814 net/if_strip.c 	dl_addrbuf[6] = ((dldst[2] >> 4) & 0x0f) + '0';
dldst             815 net/if_strip.c 	dl_addrbuf[7] = ((dldst[2]     ) & 0x0f) + '0';
dldst             817 net/if_strip.c 	dl_addrbuf[8] = ((dldst[3] >> 4) & 0x0f) + '0';
dldst             818 net/if_strip.c 	dl_addrbuf[9] = ((dldst[3]     ) & 0x0f) + '0';
dldst             822 net/if_strip.c 	dldst = dl_addrbuf;
dldst             828 net/if_strip.c  	bcopy((caddr_t)dldst, (caddr_t)shp->starmode_addr,