taglinefilesource code
ip335arch/i386/kernel/vm86.cunsigned long ip, sp;
ip340arch/i386/kernel/vm86.cip = IP(regs);
ip342arch/i386/kernel/vm86.cswitch (popb(csp, ip)) {
ip346arch/i386/kernel/vm86.cswitch (popb(csp, ip)) {
ip388arch/i386/kernel/vm86.cdo_int(regs, popb(csp, ip), ssp, sp);
ip602arch/i386/math-emu/fpu_entry.cunsigned char *ip = *fpu_eip;
ip608arch/i386/math-emu/fpu_entry.cbyte = get_fs_byte(ip);
ip651arch/i386/math-emu/fpu_entry.cip++;
ip654arch/i386/math-emu/fpu_entry.cbyte = get_fs_byte(ip);
ip664arch/i386/math-emu/fpu_entry.c*fpu_eip = ip;
ip510drivers/block/aztcd.cstatic int aztcd_ioctl(struct inode *ip, struct file *fp, unsigned int cmd, unsigned long arg)
ip524drivers/block/aztcd.cif (!ip) return -EINVAL;
ip1235drivers/block/aztcd.cint aztcd_open(struct inode *ip, struct file *fp)
ip2031drivers/block/ide-cd.ccdrom_open (struct inode *ip, struct file *fp, ide_dev_t *dev)
ip240drivers/block/mcd.cmcd_ioctl(struct inode *ip, struct file *fp, unsigned int cmd,
ip253drivers/block/mcd.cif (!ip)
ip1013drivers/block/mcd.cmcd_open(struct inode *ip, struct file *fp)
ip4819drivers/block/sbpcd.cstatic int sbpcd_open(struct inode *ip, struct file *fp)
ip4823drivers/block/sbpcd.ci = MINOR(ip->i_rdev);
ip4826drivers/block/sbpcd.cmsg(DBG_INF, "open: bad device: %04X\n", ip->i_rdev);
ip4904drivers/block/sbpcd.cstatic void sbpcd_release(struct inode * ip, struct file * file)
ip4908drivers/block/sbpcd.ci = MINOR(ip->i_rdev);
ip4911drivers/block/sbpcd.cmsg(DBG_INF, "release: bad device: %04X\n", ip->i_rdev);
ip4917drivers/block/sbpcd.csync_dev(ip->i_rdev);                   /* nonsense if read only device? */
ip4918drivers/block/sbpcd.cinvalidate_buffers(ip->i_rdev);
ip251drivers/net/slhc.cstruct iphdr *ip;
ip254drivers/net/slhc.cip = (struct iphdr *) icp;
ip257drivers/net/slhc.cif(ip->protocol != IPPROTO_TCP || (ntohs(ip->frag_off) & 0x1fff) ||
ip258drivers/net/slhc.c(ip->frag_off & 32)){
ip260drivers/net/slhc.cif(ip->protocol != IPPROTO_TCP)
ip268drivers/net/slhc.cth = (struct tcphdr *)(((unsigned char *)ip) + ip->ihl*4);
ip269drivers/net/slhc.chlen = ip->ihl*4 + th->doff*4;
ip295drivers/net/slhc.cif( ip->saddr == cs->cs_ip.saddr
ip296drivers/net/slhc.c&& ip->daddr == cs->cs_ip.daddr
ip352drivers/net/slhc.c|| ip->version != cs->cs_ip.version || ip->ihl != cs->cs_ip.ihl
ip353drivers/net/slhc.c|| ip->tos != cs->cs_ip.tos
ip354drivers/net/slhc.c|| (ip->frag_off & 64) != (cs->cs_ip.frag_off & 64)
ip355drivers/net/slhc.c|| ip->ttl != cs->cs_ip.ttl
ip357drivers/net/slhc.c|| (ip->ihl > 5 && memcmp(ip+1,cs->cs_ipopt,((ip->ihl)-5)*4) != 0)
ip404drivers/net/slhc.cif(ip->tot_len != cs->cs_ip.tot_len &&
ip431drivers/net/slhc.cdeltaS = ntohs(ip->id) - ntohs(cs->cs_ip.id);
ip442drivers/net/slhc.cmemcpy(&cs->cs_ip,ip,20);
ip475drivers/net/slhc.cmemcpy(&cs->cs_ip,ip,20);
ip477drivers/net/slhc.cif (ip->ihl > 5)
ip478drivers/net/slhc.cmemcpy(cs->cs_ipopt, ip+1, ((ip->ihl) - 5) * 4);
ip497drivers/net/slhc.cregister struct iphdr *ip;
ip530drivers/net/slhc.cip = &cs->cs_ip;
ip544drivers/net/slhc.chdrlen = ip->ihl * 4 + thp->doff * 4;
ip550drivers/net/slhc.ci = ntohs(ip->tot_len) - hdrlen;
ip558drivers/net/slhc.cntohs(ip->tot_len) - hdrlen);
ip594drivers/net/slhc.cip->id = htons (ntohs (ip->id) + x);
ip596drivers/net/slhc.cip->id = htons (ntohs (ip->id) + 1);
ip608drivers/net/slhc.cip->tot_len = htons(len);
ip609drivers/net/slhc.cip->check = 0;
ip614drivers/net/slhc.cmemcpy(cp, ip, 20);
ip617drivers/net/slhc.cif (ip->ihl > 5) {
ip618drivers/net/slhc.cmemcpy(cp, cs->cs_ipopt, ((ip->ihl) - 5) * 4);
ip619drivers/net/slhc.ccp += ((ip->ihl) - 5) * 4;
ip644drivers/net/slhc.cstruct iphdr *ip;
ip663drivers/net/slhc.cip = (struct iphdr *) icp;
ip665drivers/net/slhc.cif (ip_fast_csum(icp, ip->ihl)) {
ip670drivers/net/slhc.cthp = (struct tcphdr *)(((unsigned char *)ip) + ip->ihl*4);
ip679drivers/net/slhc.cmemcpy(&cs->cs_ip,ip,20);
ip681drivers/net/slhc.cif (ip->ihl > 5)
ip682drivers/net/slhc.cmemcpy(cs->cs_ipopt, ip+1, ((ip->ihl) - 5) * 4);
ip685drivers/net/slhc.ccs->cs_hsize = ip->ihl*2 + thp->doff*2;
ip96drivers/net/tunnel.cvoid print_ip(struct iphdr *ip)
ip101drivers/net/tunnel.cprintk("--- header len = %d\n", ip->ihl*4);
ip102drivers/net/tunnel.cprintk("--- ip version: %d\n", ip->version);
ip103drivers/net/tunnel.cprintk("--- ip protocol: %d\n", ip->protocol);
ip104drivers/net/tunnel.cipaddr=(unsigned char *)&ip->saddr;
ip107drivers/net/tunnel.cipaddr=(unsigned char *)&ip->daddr;
ip110drivers/net/tunnel.cprintk("--- total packet len: %d\n", ntohs(ip->tot_len));
ip1227drivers/scsi/aha1542.cint aha1542_biosparam(Scsi_Disk * disk, int dev, int * ip)
ip1236drivers/scsi/aha1542.cip[0] = 255;
ip1237drivers/scsi/aha1542.cip[1] = 63;
ip1238drivers/scsi/aha1542.cip[2] = size /255/63;
ip1240drivers/scsi/aha1542.cip[0] = 64;
ip1241drivers/scsi/aha1542.cip[1] = 32;
ip1242drivers/scsi/aha1542.cip[2] = size >> 11;
ip496drivers/scsi/aha1740.cint aha1740_biosparam(Disk * disk, int dev, int* ip)
ip500drivers/scsi/aha1740.cip[0] = 64;
ip501drivers/scsi/aha1740.cip[1] = 32;
ip502drivers/scsi/aha1740.cip[2] = size >> 11;
ip1501drivers/scsi/buslogic.cint buslogic_biosparam(Disk *disk, int dev, int *ip)
ip1511drivers/scsi/buslogic.cip[0] = 256;
ip1512drivers/scsi/buslogic.cip[1] = 64;
ip1514drivers/scsi/buslogic.cip[0] = 256;
ip1515drivers/scsi/buslogic.cip[1] = 32;
ip1518drivers/scsi/buslogic.cip[0] = 256;
ip1519drivers/scsi/buslogic.cip[1] = 64;
ip1522drivers/scsi/buslogic.cip[0] = 128;
ip1523drivers/scsi/buslogic.cip[1] = 32;
ip1526drivers/scsi/buslogic.cip[0] = 64;
ip1527drivers/scsi/buslogic.cip[1] = 32;
ip1529drivers/scsi/buslogic.cip[2] = size / (ip[0] * ip[1]);
ip446drivers/scsi/pas16.cint pas16_biosparam(Disk * disk, int dev, int * ip)
ip449drivers/scsi/pas16.cip[0] = 64;
ip450drivers/scsi/pas16.cip[1] = 32;
ip451drivers/scsi/pas16.cip[2] = size >> 11;    /* I think I have it as /(32*64) */
ip452drivers/scsi/pas16.cif( ip[2] > 1024 ) {    /* yes, >, not >= */
ip453drivers/scsi/pas16.cip[0]=255;
ip454drivers/scsi/pas16.cip[1]=63;
ip455drivers/scsi/pas16.cip[2]=size/(63*255);
ip456drivers/scsi/pas16.cif( ip[2] > 1023 )  /* yes >1023... */
ip457drivers/scsi/pas16.cip[2] = 1023;
ip626drivers/scsi/qlogic.cint  qlogic_biosparam(Disk * disk, int dev, int ip[])
ip629drivers/scsi/qlogic.cip[0] = 0x40;
ip630drivers/scsi/qlogic.cip[1] = 0x20;
ip631drivers/scsi/qlogic.cip[2] = disk->capacity / (ip[0] * ip[1]);
ip632drivers/scsi/qlogic.cif (ip[2] > 1024) {
ip633drivers/scsi/qlogic.cip[0] = 0xff;
ip634drivers/scsi/qlogic.cip[1] = 0x3f;
ip635drivers/scsi/qlogic.cip[2] = disk->capacity / (ip[0] * ip[1]);
ip636drivers/scsi/qlogic.cif (ip[2] > 1023)
ip637drivers/scsi/qlogic.cip[2] = 1023;
ip39drivers/scsi/scsicam.cint *ip      /* Heads, sectors, cylinders in that order */) {
ip50drivers/scsi/scsicam.cret_code = partsize (bh, (unsigned long) size, (unsigned int *) ip + 2, 
ip51drivers/scsi/scsicam.c(unsigned int *) ip + 0, (unsigned int *) ip + 1);
ip58drivers/scsi/scsicam.cret_code = setsize ((unsigned long) size, (unsigned int *) ip + 2, 
ip59drivers/scsi/scsicam.c(unsigned int *) ip + 0, (unsigned int *) ip + 1);
ip1599drivers/scsi/seagate.cint seagate_st0x_biosparam(Disk * disk, int dev, int* ip) {
ip1685drivers/scsi/seagate.cip[0] = heads;
ip1686drivers/scsi/seagate.cip[1] = sectors;
ip1687drivers/scsi/seagate.cip[2] = cylinders;
ip292drivers/scsi/t128.cint t128_biosparam(Disk * disk, int dev, int * ip)
ip295drivers/scsi/t128.cip[0] = 64;
ip296drivers/scsi/t128.cip[1] = 32;
ip297drivers/scsi/t128.cip[2] = size >> 11;
ip1209drivers/scsi/wd7000.cint wd7000_biosparam(Disk * disk, int dev, int* ip)
ip1212drivers/scsi/wd7000.cip[0] = 64;
ip1213drivers/scsi/wd7000.cip[1] = 32;
ip1214drivers/scsi/wd7000.cip[2] = size >> 11;
ip15include/linux/scsicam.hextern int scsicam_bios_param (Disk *disk, int dev, int *ip);
ip79include/net/head_explode.hextern __inline__ unsigned char *ip_explode(unsigned char *iph, struct ip_header *ip)
ip81include/net/head_explode.hip->version=*iph>>4;    /* Avoid the shift. We do our equality checks shifted too */
ip82include/net/head_explode.hip->ihl=(*iph++)&0xF;    /* Length in long words */
ip83include/net/head_explode.hip->tos=*iph++;      /* Service type */
ip84include/net/head_explode.hiph=exp_getu16(iph,&ip->tot_len);  /* Length of packet */
ip85include/net/head_explode.hiph=exp_getu16(iph,&ip->id);    /* Packet identity */
ip86include/net/head_explode.hiph=exp_getu16(iph,&ip->frag_off);  /* Fragment offset */
ip87include/net/head_explode.hip->ttl=*iph++;
ip88include/net/head_explode.hip->protocol=*iph++;
ip89include/net/head_explode.hiph=exp_getn16(iph,&ip->check);
ip90include/net/head_explode.hiph=exp_getn32(iph,&ip->saddr);
ip91include/net/head_explode.hiph=exp_getn32(iph,&ip->daddr);
ip79include/net/ip.hextern void    ip_print(const struct iphdr *ip);
ip93include/net/ip.hextern void    ip_send_check(struct iphdr *ip);
ip245lib/vsprintf.clong * ip = va_arg(args, long *);
ip246lib/vsprintf.c*ip = (str - buf);
ip248lib/vsprintf.cint * ip = va_arg(args, int *);
ip249lib/vsprintf.c*ip = (str - buf);
ip89net/ipv4/arp.cunsigned long      ip;      /* ip address of entry     */
ip409net/ipv4/arp.cunsigned long ip = entry->ip;
ip417net/ipv4/arp.carp_send(ARPOP_REQUEST, ETH_P_ARP, ip, dev, dev->pa_addr, 
ip429net/ipv4/arp.chash = HASH(entry->ip);
ip476net/ipv4/arp.cin_ntoa(entry->ip));
ip501net/ipv4/arp.cprintk("arp_send_q: active entity %s\n",in_ntoa(entry->ip));
ip528net/ipv4/arp.cif (entry->ip == ip_addr)
ip728net/ipv4/arp.c!((proxy_entry->ip^tip)&proxy_entry->mask))
ip766net/ipv4/arp.cif(entry->ip==sip && entry->htype==htype)
ip814net/ipv4/arp.centry->ip = sip;
ip931net/ipv4/arp.centry->ip = paddr;
ip1024net/ipv4/arp.cin_ntoa(entry->ip),
ip1067net/ipv4/arp.cif (entry->ip == paddr) break;
ip1072net/ipv4/arp.cif ((proxy==PROXY_EXACT) ? (entry->ip==paddr)
ip1073net/ipv4/arp.c: !((entry->ip^paddr)&entry->mask)) 
ip1141net/ipv4/arp.cunsigned long ip;
ip1188net/ipv4/arp.cip = si->sin_addr.s_addr;
ip1189net/ipv4/arp.cif (ip == 0)
ip1199net/ipv4/arp.crt = ip_rt_route(ip, NULL, NULL);
ip1212net/ipv4/arp.centry = arp_lookup(ip, PROXY_EXACT);
ip1216net/ipv4/arp.carp_destroy(ip,1);
ip1227net/ipv4/arp.cunsigned long hash = HASH(ip);
ip1238net/ipv4/arp.centry->ip = ip;
ip355net/ipv4/icmp.cunsigned long ip;
ip362net/ipv4/icmp.cip = iph->daddr;
ip380net/ipv4/icmp.cip, 0, icmph->un.gateway, dev,0, 0);
ip392net/ipv4/icmp.crt = ip_rt_route(ip, NULL, NULL);
ip401net/ipv4/icmp.cip, 0, icmph->un.gateway, dev,0, 0, 0);
ip177net/ipv4/ip_fw.cint ip_fw_chk(struct iphdr *ip, struct device *rif, struct ip_fw *chain, int policy, int opt)
ip180net/ipv4/ip_fw.cstruct tcphdr    *tcp=(struct tcphdr *)((unsigned long *)ip+ip->ihl);
ip181net/ipv4/ip_fw.cstruct udphdr    *udp=(struct udphdr *)((unsigned long *)ip+ip->ihl);
ip194net/ipv4/ip_fw.csrc = ip->saddr;
ip195net/ipv4/ip_fw.cdst = ip->daddr;
ip211net/ipv4/ip_fw.cfrag1 = ((ntohs(ip->frag_off) & IP_OFFSET) == 0);
ip212net/ipv4/ip_fw.cif (!frag1 && (opt != 1) && (ip->protocol == IPPROTO_TCP ||
ip213net/ipv4/ip_fw.cip->protocol == IPPROTO_UDP))
ip216net/ipv4/ip_fw.csrc = ip->saddr;
ip217net/ipv4/ip_fw.cdst = ip->daddr;
ip228net/ipv4/ip_fw.cswitch(ip->protocol) 
ip256net/ipv4/ip_fw.cdprintf2("p=%d ",ip->protocol);
ip261net/ipv4/ip_fw.cdprint_ip(ip->saddr);
ip263net/ipv4/ip_fw.cif (ip->protocol==IPPROTO_TCP || ip->protocol==IPPROTO_UDP)
ip266net/ipv4/ip_fw.cdprint_ip(ip->daddr);
ip267net/ipv4/ip_fw.cif (ip->protocol==IPPROTO_TCP || ip->protocol==IPPROTO_UDP)
ip375net/ipv4/ip_fw.cswitch(ip->protocol)
ip386net/ipv4/ip_fw.cprintk("p=%d ",ip->protocol);
ip389net/ipv4/ip_fw.cprint_ip(ip->saddr);
ip390net/ipv4/ip_fw.cif(ip->protocol == IPPROTO_TCP || ip->protocol == IPPROTO_UDP)
ip393net/ipv4/ip_fw.cprint_ip(ip->daddr);
ip394net/ipv4/ip_fw.cif(ip->protocol == IPPROTO_TCP || ip->protocol == IPPROTO_UDP)
ip400net/ipv4/ip_fw.cf->fw_bcnt+=ntohs(ip->tot_len);
ip1287net/ipv4/ip_fw.cstruct iphdr *ip;
ip1299net/ipv4/ip_fw.cip = &(ipfwp->fwp_iph);
ip1301net/ipv4/ip_fw.cif ( ip->ihl != sizeof(struct iphdr) / sizeof(int))
ip1304net/ipv4/ip_fw.cprintk("ip_fw_ctl: ip->ihl=%d, want %d\n",ip->ihl,
ip1312net/ipv4/ip_fw.cif ((ret = ip_fw_chk(ip, &viadev,
ip69net/ipv4/rarp.cunsigned long      ip;                /* ip address of entry         */
ip124net/ipv4/rarp.cif (entry->ip == ip_addr)
ip215net/ipv4/rarp.csip=entry->ip;
ip239net/ipv4/rarp.cunsigned long ip;
ip268net/ipv4/rarp.cip = si->sin_addr.s_addr;
ip269net/ipv4/rarp.cif (ip == 0)
ip279net/ipv4/rarp.crt = ip_rt_route(ip, NULL, NULL);
ip289net/ipv4/rarp.cif (entry->ip == ip)
ip315net/ipv4/rarp.centry->ip = ip;
ip336net/ipv4/rarp.cunsigned long ip;
ip352net/ipv4/rarp.cip = si->sin_addr.s_addr;
ip356net/ipv4/rarp.cif (entry->ip == ip)
ip452net/ipv4/rarp.cnetip=htonl(entry->ip);          /* switch to network order */
ip130net/ipv4/udp.cstruct iphdr *ip=(struct iphdr *)header;
ip132net/ipv4/udp.cheader += 4*ip->ihl;