tag | line | file | source code |
ntohl | 1612 | drivers/block/ide-cd.c | *capacity = ntohl (capbuf.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 | 1096 | drivers/net/strip.c | dev->pa_addr=ntohl(0xC0A80001); |
ntohl | 400 | drivers/scsi/eata.c | if (ntohl(info.data_len) < EATA_2_0A_SIZE) { |
ntohl | 402 | drivers/scsi/eata.c | name, ntohl(info.data_len)); |
ntohl | 405 | drivers/scsi/eata.c | else if (ntohl(info.data_len) == EATA_2_0A_SIZE) |
ntohl | 407 | drivers/scsi/eata.c | else if (ntohl(info.data_len) == EATA_2_0B_SIZE) |
ntohl | 549 | drivers/scsi/eata.c | name, info.version, info.sync, ntohl(info.data_len), |
ntohl | 550 | 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 | 1594 | fs/nfs/nfsroot.c | return ntohl(*p); |
ntohl | 1656 | 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 | 469 | fs/nfs/proc.c | } else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 471 | fs/nfs/proc.c | count = ntohl(*p++); |
ntohl | 520 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 560 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 597 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 636 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 673 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 711 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 749 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 786 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 827 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 877 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 946 | fs/nfs/proc.c | if ((n = ntohl(*p++)) != RPC_REPLY) { |
ntohl | 950 | fs/nfs/proc.c | if ((n = ntohl(*p++)) != RPC_MSG_ACCEPTED) { |
ntohl | 954 | fs/nfs/proc.c | switch (n = ntohl(*p++)) { |
ntohl | 961 | fs/nfs/proc.c | if ((n = ntohl(*p++)) > 400) { |
ntohl | 966 | 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 | 930 | net/core/dev.c | mask = ntohl(mask); |
ntohl | 1369 | 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 | 128 | net/ipv4/ip_fw.c | #define print_ip(a) printk("%ld.%ld.%ld.%ld",(ntohl(a)>>24)&0xFF,\ |
ntohl | 129 | net/ipv4/ip_fw.c | (ntohl(a)>>16)&0xFF,\ |
ntohl | 130 | net/ipv4/ip_fw.c | (ntohl(a)>>8)&0xFF,\ |
ntohl | 131 | net/ipv4/ip_fw.c | (ntohl(a))&0xFF); |
ntohl | 1030 | net/ipv4/ip_fw.c | ntohl(i->fw_src.s_addr),ntohl(i->fw_smsk.s_addr), |
ntohl | 1031 | net/ipv4/ip_fw.c | ntohl(i->fw_dst.s_addr),ntohl(i->fw_dmsk.s_addr), |
ntohl | 1033 | net/ipv4/ip_fw.c | ntohl(i->fw_via.s_addr),i->fw_flg); |
ntohl | 107 | net/ipv4/ip_masq.c | return (proto^ntohl(addr)^ntohs(port)) & (IP_MASQ_TAB_SIZE-1); |
ntohl | 296 | net/ipv4/ip_masq.c | ntohl(ms->src),ntohs(ms->sport)); |
ntohl | 451 | net/ipv4/ip_masq.c | ntohl(iph->saddr), ntohs(portptr[0]), |
ntohl | 452 | net/ipv4/ip_masq.c | ntohl(iph->daddr), ntohs(portptr[1])); |
ntohl | 536 | net/ipv4/ip_masq.c | printk("O-routed from %lX:%X over %s\n",ntohl(ms->maddr),ntohs(ms->mport),dev->name); |
ntohl | 579 | net/ipv4/ip_masq.c | ntohl(iph->saddr), ntohs(portptr[0]), |
ntohl | 580 | net/ipv4/ip_masq.c | ntohl(iph->daddr), ntohs(portptr[1])); |
ntohl | 665 | net/ipv4/ip_masq.c | printk("I-routed to %lX:%X\n",ntohl(iph->daddr),ntohs(portptr[1])); |
ntohl | 712 | net/ipv4/ip_masq.c | ntohl(ms->saddr), ntohs(ms->sport), |
ntohl | 713 | net/ipv4/ip_masq.c | ntohl(ms->daddr), ntohs(ms->dport), |
ntohl | 229 | net/ipv4/ip_masq_app.c | seq = ntohl(th->seq); |
ntohl | 262 | net/ipv4/ip_masq_app.c | ack_seq=ntohl(th->ack_seq); |
ntohl | 335 | net/ipv4/ip_masq_app.c | seq = ntohl(th->seq); |
ntohl | 398 | net/ipv4/ip_masq_app.c | seq = ntohl(th->seq); |
ntohl | 137 | net/ipv4/ip_masq_ftp.c | from = ntohl(n_ms->maddr); |
ntohl | 183 | net/ipv4/ip_masq_irc.c | ntohl(n_ms->maddr),ntohs(n_ms->mport)); |
ntohl | 167 | net/ipv4/route.c | if (!(mask = ntohl(mask))) |
ntohl | 185 | net/ipv4/route.c | return ip_rt_hash_code(ntohl(dst)>>logmask); |
ntohl | 333 | net/ipv4/route.c | dst = ntohl(dst); |
ntohl | 367 | net/ipv4/route.c | mask = ntohl(mask); |
ntohl | 1514 | net/ipv4/route.c | daddr=ntohl(daddr); |
ntohl | 1478 | net/ipv4/tcp_input.c | ptr += ntohl(th->seq); |
ntohl | 1523 | net/ipv4/tcp_input.c | ptr = sk->urg_seq - ntohl(th->seq) + th->doff*4; |
ntohl | 1635 | net/ipv4/tcp_input.c | skb->seq = ntohl(th->seq); |
ntohl | 1637 | net/ipv4/tcp_input.c | skb->ack_seq = ntohl(th->ack_seq); |
ntohl | 88 | net/ipv4/tcp_output.c | skb->seq = ntohl(th->seq); |
ntohl | 563 | net/ipv4/tcp_output.c | t1->ack_seq = htonl(ntohl(th->seq)+1); |
ntohl | 722 | net/ipv4/tcp_output.c | t1->seq = ntohl(buff->seq); |
ntohl | 691 | net/ipv4/udp.c | ntohl(saddr),ntohs(uh->source), |
ntohl | 692 | net/ipv4/udp.c | ntohl(daddr),ntohs(uh->dest), |
ntohl | 1428 | net/ipx/af_ipx.c | len += sprintf(buffer+len, "%08lX ", ntohl(i->if_netnum)); |
ntohl | 1547 | net/ipx/af_ipx.c | len += sprintf (buffer+len,"%08lX ", ntohl(rt->ir_net)); |
ntohl | 1550 | net/ipx/af_ipx.c | ntohl(rt->ir_intrfc->if_netnum), |
ntohl | 1996 | net/ipx/af_ipx.c | str,ntohl(p->net),p->node[0],p->node[1],p->node[2], |