taglinefilesource code
dst430drivers/net/plip.cplip_rebuild_header(void *buff, struct device *dev, unsigned long dst,
dst444drivers/net/plip.cmemcpy(&(eth->h_dest[i]), &dst, sizeof(unsigned long));
dst476drivers/scsi/pas16.cstatic inline int NCR5380_pread (struct Scsi_Host *instance, unsigned char *dst,
dst478drivers/scsi/pas16.cregister unsigned char  *d = dst;
dst314drivers/scsi/t128.cstatic inline int NCR5380_pread (struct Scsi_Host *instance, unsigned char *dst,
dst317drivers/scsi/t128.cT_DATA_REG_OFFSET), *d = dst;
dst50net/inet/devinet.cunsigned long dst;
dst55net/inet/devinet.cdst = ntohl(addr);
dst56net/inet/devinet.cif (IN_CLASSA(dst)) 
dst58net/inet/devinet.cif (IN_CLASSB(dst)) 
dst60net/inet/devinet.cif (IN_CLASSC(dst)) 
dst133net/inet/eth.cint eth_rebuild_header(void *buff, struct device *dev, unsigned long dst,
dst153net/inet/eth.creturn arp_find(eth->h_dest, dst, dev, dev->pa_addr, skb)? 1 : 0;
dst69net/inet/route.cstatic void rt_del(unsigned long dst)
dst85net/inet/route.cif (r->rt_dst != dst) 
dst139net/inet/route.cstatic inline unsigned long default_mask(unsigned long dst)
dst141net/inet/route.cdst = ntohl(dst);
dst142net/inet/route.cif (IN_CLASSA(dst))
dst144net/inet/route.cif (IN_CLASSB(dst))
dst154net/inet/route.cstatic unsigned long guess_mask(unsigned long dst, struct device * dev)
dst158net/inet/route.cif (!dst)
dst160net/inet/route.cmask = default_mask(dst);
dst161net/inet/route.cif ((dst ^ dev->pa_addr) & mask)
dst199net/inet/route.cvoid ip_rt_add(short flags, unsigned long dst, unsigned long mask,
dst221net/inet/route.cif (!((dst ^ dev->pa_addr) & dev->pa_mask)) 
dst232net/inet/route.cmask = guess_mask(dst, dev);
dst233net/inet/route.cdst &= mask;
dst268net/inet/route.crt->rt_dst = dst;
dst300net/inet/route.cif (r->rt_dst != dst) 
dst1925net/inet/tcp.cstatic inline unsigned long default_mask(unsigned long dst)
dst1927net/inet/tcp.cdst = ntohl(dst);
dst1928net/inet/tcp.cif (IN_CLASSA(dst))
dst1930net/inet/tcp.cif (IN_CLASSB(dst))