tag | line | file | source code |
ntohl | 1690 | drivers/block/ide-cd.c | *capacity = ntohl (capbuf.lba); |
ntohl | 1815 | drivers/block/ide-cd.c | toc->ent[i].addr.lba = ntohl (toc->ent[i].addr.lba); |
ntohl | 1830 | drivers/block/ide-cd.c | toc->last_session_lba = ntohl (ms_tmp.ent.addr.lba); |
ntohl | 2303 | drivers/block/ide-cd.c | abs_lba = ntohl (scbuf.acdsc_absaddr.lba); |
ntohl | 2304 | drivers/block/ide-cd.c | rel_lba = ntohl (scbuf.acdsc_reladdr.lba); |
ntohl | 383 | drivers/net/slhc.c | if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){ |
ntohl | 389 | drivers/net/slhc.c | if((deltaS = ntohl(th->seq) - ntohl(oth->seq)) != 0L){ |
ntohl | 551 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + i); |
ntohl | 552 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + i); |
ntohl | 557 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + |
ntohl | 580 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + x); |
ntohl | 586 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + x); |
ntohl | 643 | drivers/net/slip.c | dev->pa_addr=ntohl(0xC0A80001); |
ntohl | 397 | drivers/scsi/eata.c | if (ntohl(info.data_len) < EATA_2_0A_SIZE) { |
ntohl | 399 | drivers/scsi/eata.c | name, ntohl(info.data_len)); |
ntohl | 402 | drivers/scsi/eata.c | else if (ntohl(info.data_len) == EATA_2_0A_SIZE) |
ntohl | 404 | drivers/scsi/eata.c | else if (ntohl(info.data_len) == EATA_2_0B_SIZE) |
ntohl | 546 | drivers/scsi/eata.c | name, info.version, info.sync, ntohl(info.data_len), |
ntohl | 547 | drivers/scsi/eata.c | ntohl(info.cp_len), ntohl(info.sp_len)); |
ntohl | 430 | drivers/scsi/eata_dma.c | x = ntohl(*lon)/2; |
ntohl | 831 | drivers/scsi/eata_dma.c | (u32) ntohl(gc->len), gc->version, |
ntohl | 865 | drivers/scsi/eata_dma.c | if(gc->HAA_valid == FALSE || ntohl(gc->len) < 0x22) |
ntohl | 989 | drivers/scsi/eata_dma.c | switch (ntohl(gc->len)) { |
ntohl | 1005 | drivers/scsi/eata_dma.c | if(ntohl(gc->len) >= 0x22) { |
ntohl | 1022 | drivers/scsi/eata_dma.c | if(ntohl(gc->len) >= 0x22) { |
ntohl | 21 | drivers/scsi/eata_dma_proc.c | *lp = ntohl(*lp); |
ntohl | 638 | drivers/scsi/eata_pio.c | (uint) ntohl(gc->len), gc->version, |
ntohl | 748 | drivers/scsi/eata_pio.c | switch (ntohl(gc->len)) { |
ntohl | 764 | drivers/scsi/eata_pio.c | if(ntohl(gc->len) >= 0x22) { |
ntohl | 874 | fs/nfs/nfsroot.c | return ntohl(*p); |
ntohl | 935 | fs/nfs/nfsroot.c | status = ntohl(*p++); |
ntohl | 126 | fs/nfs/proc.c | unsigned int len = ntohl(*p++); |
ntohl | 137 | fs/nfs/proc.c | *len = ntohl(*p++); |
ntohl | 157 | fs/nfs/proc.c | unsigned len = *lenp = ntohl(*p++); |
ntohl | 166 | fs/nfs/proc.c | fattr->type = (enum nfs_ftype) ntohl(*p++); |
ntohl | 167 | fs/nfs/proc.c | fattr->mode = ntohl(*p++); |
ntohl | 168 | fs/nfs/proc.c | fattr->nlink = ntohl(*p++); |
ntohl | 169 | fs/nfs/proc.c | fattr->uid = ntohl(*p++); |
ntohl | 170 | fs/nfs/proc.c | fattr->gid = ntohl(*p++); |
ntohl | 171 | fs/nfs/proc.c | fattr->size = ntohl(*p++); |
ntohl | 172 | fs/nfs/proc.c | fattr->blocksize = ntohl(*p++); |
ntohl | 173 | fs/nfs/proc.c | fattr->rdev = ntohl(*p++); |
ntohl | 174 | fs/nfs/proc.c | fattr->blocks = ntohl(*p++); |
ntohl | 175 | fs/nfs/proc.c | fattr->fsid = ntohl(*p++); |
ntohl | 176 | fs/nfs/proc.c | fattr->fileid = ntohl(*p++); |
ntohl | 177 | fs/nfs/proc.c | fattr->atime.seconds = ntohl(*p++); |
ntohl | 178 | fs/nfs/proc.c | fattr->atime.useconds = ntohl(*p++); |
ntohl | 179 | fs/nfs/proc.c | fattr->mtime.seconds = ntohl(*p++); |
ntohl | 180 | fs/nfs/proc.c | fattr->mtime.useconds = ntohl(*p++); |
ntohl | 181 | fs/nfs/proc.c | fattr->ctime.seconds = ntohl(*p++); |
ntohl | 182 | fs/nfs/proc.c | fattr->ctime.useconds = ntohl(*p++); |
ntohl | 201 | fs/nfs/proc.c | entry->fileid = ntohl(*p++); |
ntohl | 204 | fs/nfs/proc.c | entry->cookie = ntohl(*p++); |
ntohl | 211 | fs/nfs/proc.c | res->tsize = ntohl(*p++); |
ntohl | 212 | fs/nfs/proc.c | res->bsize = ntohl(*p++); |
ntohl | 213 | fs/nfs/proc.c | res->blocks = ntohl(*p++); |
ntohl | 214 | fs/nfs/proc.c | res->bfree = ntohl(*p++); |
ntohl | 215 | fs/nfs/proc.c | res->bavail = ntohl(*p++); |
ntohl | 242 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 279 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 320 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 354 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 396 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 446 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 486 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 523 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 562 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 599 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 637 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 675 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 712 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 753 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 803 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 872 | fs/nfs/proc.c | if ((n = ntohl(*p++)) != RPC_REPLY) { |
ntohl | 876 | fs/nfs/proc.c | if ((n = ntohl(*p++)) != RPC_MSG_ACCEPTED) { |
ntohl | 880 | fs/nfs/proc.c | switch (n = ntohl(*p++)) { |
ntohl | 887 | fs/nfs/proc.c | if ((n = ntohl(*p++)) > 400) { |
ntohl | 892 | fs/nfs/proc.c | if ((n = ntohl(*p++)) != RPC_SUCCESS) { |
ntohl | 17 | include/asm-alpha/byteorder.h | extern unsigned long int ntohl(unsigned long int); |
ntohl | 22 | include/asm-i386/byteorder.h | extern unsigned long int ntohl(unsigned long int); |
ntohl | 22 | include/asm-mips/byteorder.h | extern unsigned long int ntohl(unsigned long int); |
ntohl | 18 | include/asm-ppc/byteorder.h | extern unsigned long int ntohl(unsigned long int); |
ntohl | 923 | net/core/dev.c | mask = ntohl(mask); |
ntohl | 1159 | net/ipv4/arp.c | taddr=ntohl(paddr); |
ntohl | 54 | net/ipv4/devinet.c | dst = ntohl(addr); |
ntohl | 154 | net/ipv4/devinet.c | if(IN_MULTICAST(ntohl(addr))) |
ntohl | 371 | net/ipv4/igmp.c | addr=ntohl(addr); |
ntohl | 121 | net/ipv4/ip_fw.c | #define print_ip(a) printk("%ld.%ld.%ld.%ld",(ntohl(a)>>24)&0xFF,\ |
ntohl | 122 | net/ipv4/ip_fw.c | (ntohl(a)>>16)&0xFF,\ |
ntohl | 123 | net/ipv4/ip_fw.c | (ntohl(a)>>8)&0xFF,\ |
ntohl | 124 | net/ipv4/ip_fw.c | (ntohl(a))&0xFF); |
ntohl | 533 | net/ipv4/ip_fw.c | ntohl(ms->src),ntohs(ms->sport)); |
ntohl | 635 | net/ipv4/ip_fw.c | seq=ntohl(th->seq); |
ntohl | 708 | net/ipv4/ip_fw.c | from = ntohl(dev->pa_addr); |
ntohl | 834 | net/ipv4/ip_fw.c | ntohl(iph->saddr), ntohs(portptr[0]), |
ntohl | 835 | net/ipv4/ip_fw.c | ntohl(iph->daddr), ntohs(portptr[1])); |
ntohl | 915 | net/ipv4/ip_fw.c | printk("O-routed from %lX:%X over %s\n",ntohl(dev->pa_addr),ntohs(ms->mport),dev->name); |
ntohl | 946 | net/ipv4/ip_fw.c | ntohl(iph->saddr), ntohs(portptr[0]), |
ntohl | 947 | net/ipv4/ip_fw.c | ntohl(iph->daddr), ntohs(portptr[1])); |
ntohl | 994 | net/ipv4/ip_fw.c | printk("demasq : delta=%d ; previous_delta=%d ; init_seq=%lX ; ack_seq=%lX ; after=%d\n",ms->delta,ms->previous_delta,ntohl(ms->init_seq),ntohl(th->ack_seq),after(ntohl(th->ack_seq),ntohl(ms->init_seq))); |
ntohl | 996 | net/ipv4/ip_fw.c | ack_seq=ntohl(th->ack_seq); |
ntohl | 1020 | net/ipv4/ip_fw.c | printk("I-routed to %lX:%X\n",ntohl(iph->daddr),ntohs(portptr[1])); |
ntohl | 1496 | net/ipv4/ip_fw.c | ntohl(i->fw_src.s_addr),ntohl(i->fw_smsk.s_addr), |
ntohl | 1497 | net/ipv4/ip_fw.c | ntohl(i->fw_dst.s_addr),ntohl(i->fw_dmsk.s_addr), |
ntohl | 1499 | net/ipv4/ip_fw.c | ntohl(i->fw_via.s_addr),i->fw_flg); |
ntohl | 1589 | net/ipv4/ip_fw.c | ntohl(ms->src),ntohs(ms->sport), |
ntohl | 1590 | net/ipv4/ip_fw.c | ntohl(ms->dst),ntohs(ms->dport), |
ntohl | 165 | net/ipv4/route.c | if (!(mask = ntohl(mask))) |
ntohl | 183 | net/ipv4/route.c | return ip_rt_hash_code(ntohl(dst)>>logmask); |
ntohl | 331 | net/ipv4/route.c | dst = ntohl(dst); |
ntohl | 365 | net/ipv4/route.c | mask = ntohl(mask); |
ntohl | 1512 | net/ipv4/route.c | daddr=ntohl(daddr); |
ntohl | 1439 | net/ipv4/tcp_input.c | ptr += ntohl(th->seq); |
ntohl | 1484 | net/ipv4/tcp_input.c | ptr = sk->urg_seq - ntohl(th->seq) + th->doff*4; |
ntohl | 1543 | net/ipv4/tcp_input.c | skb->seq = ntohl(th->seq); |
ntohl | 1545 | net/ipv4/tcp_input.c | skb->ack_seq = ntohl(th->ack_seq); |
ntohl | 75 | net/ipv4/tcp_output.c | skb->seq = ntohl(th->seq); |
ntohl | 557 | net/ipv4/tcp_output.c | t1->ack_seq = htonl(ntohl(th->seq)+1); |
ntohl | 716 | net/ipv4/tcp_output.c | t1->seq = ntohl(buff->seq); |
ntohl | 818 | net/ipv4/tcp_output.c | t1->seq = ntohl(sequence); |
ntohl | 646 | net/ipv4/udp.c | ntohl(saddr),ntohs(uh->source), |
ntohl | 647 | net/ipv4/udp.c | ntohl(daddr),ntohs(uh->dest), |
ntohl | 1335 | net/ipx/af_ipx.c | len += sprintf(buffer+len, "%08lX ", ntohl(i->if_netnum)); |
ntohl | 1454 | net/ipx/af_ipx.c | len += sprintf (buffer+len,"%08lX ", ntohl(rt->ir_net)); |
ntohl | 1457 | net/ipx/af_ipx.c | ntohl(rt->ir_intrfc->if_netnum), |
ntohl | 1916 | net/ipx/af_ipx.c | str,ntohl(p->net),p->node[0],p->node[1],p->node[2], |