taglinefilesource code
dst1563drivers/block/cdu31a.cmcovlp(char *dst,
dst1568drivers/block/cdu31a.cdst += (size - 1);
dst1571drivers/block/cdu31a.c*dst = *src;
dst1573drivers/block/cdu31a.cdst--;
dst1724drivers/net/arcnet.cint arc_rebuild_header(void *buff,struct device *dev,unsigned long dst,
dst1746drivers/net/arcnet.creturn arp_find(&(head->daddr), dst, dev, dev->pa_addr, skb)? 1 : 0;
dst521drivers/net/plip.cplip_rebuild_header(void *buff, struct device *dev, unsigned long dst,
dst535drivers/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;
dst42include/linux/ip_fw.hstruct in_addr src, dst;    /* Source and destination IP addr */
dst49net/inet/devinet.cunsigned long dst;
dst54net/inet/devinet.cdst = ntohl(addr);
dst55net/inet/devinet.cif (IN_CLASSA(dst)) 
dst57net/inet/devinet.cif (IN_CLASSB(dst)) 
dst59net/inet/devinet.cif (IN_CLASSC(dst)) 
dst135net/inet/eth.cint eth_rebuild_header(void *buff, struct device *dev, unsigned long dst,
dst155net/inet/eth.creturn arp_find(eth->h_dest, dst, dev, dev->pa_addr, skb)? 1 : 0;
dst111net/inet/ip_fw.cunsigned long src, dst;
dst122net/inet/ip_fw.cdst = ip->daddr;
dst159net/inet/ip_fw.c&&  (dst&f->dst_mask.s_addr)==f->dst.s_addr) 
dst307net/inet/ip_fw.cunsigned long src, dst;
dst318net/inet/ip_fw.cdst = ip->daddr;
dst323net/inet/ip_fw.c&&  (dst&f->dst_mask.s_addr)==f->dst.s_addr) 
dst329net/inet/ip_fw.c((src&f->src_mask.s_addr)==f->dst.s_addr
dst330net/inet/ip_fw.c&&  (dst&f->dst_mask.s_addr)==f->src.s_addr)) 
dst517net/inet/ip_fw.cn_da=ntohl(ftmp->dst.s_addr);
dst522net/inet/ip_fw.co_da=ntohl(chtmp->dst.s_addr);
dst666net/inet/ip_fw.c|| (memcmp(&ftmp->dst,&frwl->dst,sizeof(struct in_addr)))
dst927net/inet/ip_fw.cntohl(i->dst.s_addr),ntohl(i->dst_mask.s_addr),
dst70net/inet/route.cstatic void rt_del(unsigned long dst, char *devname)
dst87net/inet/route.cif ( r->rt_dst != dst ||
dst142net/inet/route.cstatic inline unsigned long default_mask(unsigned long dst)
dst144net/inet/route.cdst = ntohl(dst);
dst145net/inet/route.cif (IN_CLASSA(dst))
dst147net/inet/route.cif (IN_CLASSB(dst))
dst157net/inet/route.cstatic unsigned long guess_mask(unsigned long dst, struct device * dev)
dst161net/inet/route.cif (!dst)
dst163net/inet/route.cmask = default_mask(dst);
dst164net/inet/route.cif ((dst ^ dev->pa_addr) & mask)
dst202net/inet/route.cvoid ip_rt_add(short flags, unsigned long dst, unsigned long mask,
dst224net/inet/route.cif (!((dst ^ dev->pa_addr) & dev->pa_mask)) 
dst235net/inet/route.cmask = guess_mask(dst, dev);
dst236net/inet/route.cdst &= mask;
dst271net/inet/route.crt->rt_dst = dst;
dst303net/inet/route.cif (r->rt_dst != dst) 
dst2627net/inet/tcp.cstatic inline unsigned long default_mask(unsigned long dst)
dst2629net/inet/tcp.cdst = ntohl(dst);
dst2630net/inet/tcp.cif (IN_CLASSA(dst))
dst2632net/inet/tcp.cif (IN_CLASSB(dst))