taglinefilesource code
dst429drivers/net/plip.cplip_rebuild_header(void *buff, struct device *dev, unsigned long dst,
dst443drivers/net/plip.cmemcpy(&(eth->h_dest[i]), &dst, sizeof(unsigned long));
dst417drivers/scsi/pas16.cstatic inline int NCR5380_pread (struct Scsi_Host *instance, unsigned char *dst,
dst419drivers/scsi/pas16.cregister unsigned char  *d = dst;
dst316drivers/scsi/t128.cstatic inline int NCR5380_pread (struct Scsi_Host *instance, unsigned char *dst,
dst319drivers/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;
dst67net/inet/route.cstatic void rt_del(unsigned long dst)
dst83net/inet/route.cif (r->rt_dst != dst) 
dst137net/inet/route.cstatic inline unsigned long default_mask(unsigned long dst)
dst139net/inet/route.cdst = ntohl(dst);
dst140net/inet/route.cif (IN_CLASSA(dst))
dst142net/inet/route.cif (IN_CLASSB(dst))
dst152net/inet/route.cstatic unsigned long guess_mask(unsigned long dst, struct device * dev)
dst156net/inet/route.cif (!dst)
dst158net/inet/route.cmask = default_mask(dst);
dst159net/inet/route.cif ((dst ^ dev->pa_addr) & mask)
dst197net/inet/route.cvoid ip_rt_add(short flags, unsigned long dst, unsigned long mask,
dst219net/inet/route.cif (!((dst ^ dev->pa_addr) & dev->pa_mask)) 
dst230net/inet/route.cmask = guess_mask(dst, dev);
dst231net/inet/route.cdst &= mask;
dst266net/inet/route.crt->rt_dst = dst;
dst294net/inet/route.cif (r->rt_dst != dst) 
dst1871net/inet/tcp.cstatic inline unsigned long default_mask(unsigned long dst)
dst1873net/inet/tcp.cdst = ntohl(dst);
dst1874net/inet/tcp.cif (IN_CLASSA(dst))
dst1876net/inet/tcp.cif (IN_CLASSB(dst))