tag | line | file | source code |
htonl | 551 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + i); |
htonl | 552 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + i); |
htonl | 557 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + |
htonl | 580 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + x); |
htonl | 586 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + x); |
htonl | 589 | drivers/scsi/eata.c | cpp->sglist[k].address = htonl((unsigned int) sgpnt[k].address); |
htonl | 590 | drivers/scsi/eata.c | cpp->sglist[k].num_bytes = htonl((unsigned int) sgpnt[k].length); |
htonl | 593 | drivers/scsi/eata.c | cpp->data_address = htonl((unsigned int) cpp->sglist); |
htonl | 594 | drivers/scsi/eata.c | cpp->data_len = htonl((SCpnt->use_sg * sizeof(struct sg_list))); |
htonl | 656 | drivers/scsi/eata.c | cpp->sp_addr = htonl((unsigned int) spp); |
htonl | 678 | drivers/scsi/eata.c | cpp->sense_addr = htonl((unsigned int) SCpnt->sense_buffer); |
htonl | 686 | drivers/scsi/eata.c | cpp->data_address = htonl((unsigned int) SCpnt->request_buffer); |
htonl | 687 | drivers/scsi/eata.c | cpp->data_len = htonl(SCpnt->request_bufflen); |
htonl | 462 | drivers/scsi/eata_dma.c | cp->cp_dataDMA = htonl((ulong)cp->sg_list); |
htonl | 466 | drivers/scsi/eata_dma.c | cp->cp_datalen = htonl(cmd->use_sg * sizeof(struct eata_sg_list)); |
htonl | 469 | drivers/scsi/eata_dma.c | cp->sg_list[i].data = htonl((u32) sl->address); |
htonl | 470 | drivers/scsi/eata_dma.c | cp->sg_list[i].len = htonl((u32) sl->length); |
htonl | 474 | drivers/scsi/eata_dma.c | cp->cp_datalen = htonl(cmd->request_bufflen); |
htonl | 475 | drivers/scsi/eata_dma.c | cp->cp_dataDMA = htonl((u32)cmd->request_buffer); |
htonl | 479 | drivers/scsi/eata_dma.c | cp->cp_reqDMA = htonl((u32) cmd->sense_buffer); |
htonl | 489 | drivers/scsi/eata_dma.c | cp->cp_statDMA = htonl((u32) &(hd->sp)); |
htonl | 695 | drivers/scsi/eata_dma.c | cp->cp_datalen = htonl(255); |
htonl | 696 | drivers/scsi/eata_dma.c | cp->cp_dataDMA = htonl((s32)buff); |
htonl | 709 | drivers/scsi/eata_dma.c | cp->cp_statDMA = htonl((ulong) sp); |
htonl | 747 | drivers/scsi/eata_dma.c | blinkindicator = htonl(0x54504442); |
htonl | 792 | drivers/scsi/eata_dma.c | if (htonl(EATA_SIGNATURE) == buf->signature) { |
htonl | 355 | drivers/scsi/eata_pio.c | cp->cp_datalen=htonl((ulong)cmd->request_bufflen); |
htonl | 357 | drivers/scsi/eata_pio.c | cp->cp_reqDMA = htonl(0); |
htonl | 366 | drivers/scsi/eata_pio.c | cp->cp_statDMA = htonl(0); |
htonl | 556 | drivers/scsi/eata_pio.c | cp.cp_datalen = htonl(254); |
htonl | 557 | drivers/scsi/eata_pio.c | cp.cp_dataDMA = htonl(0); |
htonl | 618 | drivers/scsi/eata_pio.c | if (htonl(EATA_SIGNATURE) == buf->signature) { |
htonl | 701 | drivers/scsi/eata_pio.c | cplen =(htonl(gc->cplen )+1)/2, |
htonl | 121 | fs/nfs/proc.c | *p++ = htonl(len); |
htonl | 152 | fs/nfs/proc.c | *p++ = htonl(len); |
htonl | 194 | fs/nfs/proc.c | *p++ = htonl(sattr->mode); |
htonl | 195 | fs/nfs/proc.c | *p++ = htonl(sattr->uid); |
htonl | 196 | fs/nfs/proc.c | *p++ = htonl(sattr->gid); |
htonl | 197 | fs/nfs/proc.c | *p++ = htonl(sattr->size); |
htonl | 198 | fs/nfs/proc.c | *p++ = htonl(sattr->atime.seconds); |
htonl | 199 | fs/nfs/proc.c | *p++ = htonl(sattr->atime.useconds); |
htonl | 200 | fs/nfs/proc.c | *p++ = htonl(sattr->mtime.seconds); |
htonl | 201 | fs/nfs/proc.c | *p++ = htonl(sattr->mtime.useconds); |
htonl | 393 | fs/nfs/proc.c | *p++ = htonl(offset); |
htonl | 394 | fs/nfs/proc.c | *p++ = htonl(count); |
htonl | 395 | fs/nfs/proc.c | *p++ = htonl(count); /* traditional, could be any value */ |
htonl | 438 | fs/nfs/proc.c | *p++ = htonl(offset); /* traditional, could be any value */ |
htonl | 439 | fs/nfs/proc.c | *p++ = htonl(offset); |
htonl | 440 | fs/nfs/proc.c | *p++ = htonl(count); /* traditional, could be any value */ |
htonl | 746 | fs/nfs/proc.c | *p++ = htonl(cookie); |
htonl | 747 | fs/nfs/proc.c | *p++ = htonl(size); |
htonl | 836 | fs/nfs/proc.c | *p++ = htonl(++xid); |
htonl | 837 | fs/nfs/proc.c | *p++ = htonl(RPC_CALL); |
htonl | 838 | fs/nfs/proc.c | *p++ = htonl(RPC_VERSION); |
htonl | 839 | fs/nfs/proc.c | *p++ = htonl(NFS_PROGRAM); |
htonl | 840 | fs/nfs/proc.c | *p++ = htonl(NFS_VERSION); |
htonl | 841 | fs/nfs/proc.c | *p++ = htonl(procedure); |
htonl | 842 | fs/nfs/proc.c | *p++ = htonl(RPC_AUTH_UNIX); |
htonl | 844 | fs/nfs/proc.c | *p++ = htonl(CURRENT_TIME); /* traditional, could be anything */ |
htonl | 846 | fs/nfs/proc.c | *p++ = htonl(ruid ? current->uid : current->fsuid); |
htonl | 847 | fs/nfs/proc.c | *p++ = htonl(current->egid); |
htonl | 850 | fs/nfs/proc.c | *p++ = htonl(current->groups[i]); |
htonl | 851 | fs/nfs/proc.c | *p2 = htonl(i); |
htonl | 852 | fs/nfs/proc.c | *p1 = htonl((p - (p1 + 1)) << 2); |
htonl | 853 | fs/nfs/proc.c | *p++ = htonl(RPC_AUTH_NULL); |
htonl | 854 | fs/nfs/proc.c | *p++ = htonl(0); |
htonl | 19 | include/asm-alpha/byteorder.h | extern unsigned long int htonl(unsigned long int); |
htonl | 19 | include/asm-i386/byteorder.h | extern unsigned long int htonl(unsigned long int); |
htonl | 21 | include/asm-mips/byteorder.h | extern unsigned long int htonl(unsigned long int); |
htonl | 14 | include/asm-sparc/byteorder.h | extern unsigned long int htonl(unsigned long int); |
htonl | 51 | include/linux/igmp.h | #define IGMP_ALL_HOSTS htonl(0xE0000001L) |
htonl | 124 | include/linux/in.h | #define LOOPBACK(x) (((x) & htonl(0xff000000)) == htonl(0x7f000000)) |
htonl | 125 | include/linux/in.h | #define MULTICAST(x) (((x) & htonl(0xf0000000)) == htonl(0xe0000000)) |
htonl | 190 | net/ipv4/arp.c | #define HASH(paddr) (htonl(paddr) & (ARP_TABLE_SIZE - 1)) |
htonl | 56 | net/ipv4/devinet.c | return(htonl(IN_CLASSA_NET)); |
htonl | 58 | net/ipv4/devinet.c | return(htonl(IN_CLASSB_NET)); |
htonl | 60 | net/ipv4/devinet.c | return(htonl(IN_CLASSC_NET)); |
htonl | 90 | net/ipv4/devinet.c | addr == htonl(0x7FFFFFFFL)) |
htonl | 99 | net/ipv4/devinet.c | if ((addr & mask) == htonl(0x7F000000L)) |
htonl | 558 | net/ipv4/icmp.c | timeptr [1] = timeptr [2] = htonl(midtime); |
htonl | 578 | net/ipv4/ip_fw.c | ms->src = htonl(from); /* derived from PORT cmd */ |
htonl | 452 | net/ipv4/rarp.c | netip=htonl(entry->ip); /* switch to network order */ |
htonl | 157 | net/ipv4/route.c | return htonl(IN_CLASSA_NET); |
htonl | 159 | net/ipv4/route.c | return htonl(IN_CLASSB_NET); |
htonl | 160 | net/ipv4/route.c | return htonl(IN_CLASSC_NET); |
htonl | 1439 | net/ipv4/tcp.c | th->seq = htonl(sk->write_seq); |
htonl | 1447 | net/ipv4/tcp.c | th->ack_seq = htonl(sk->acked_seq); |
htonl | 1860 | net/ipv4/tcp.c | t1->seq = htonl(sk->sent_seq); |
htonl | 2570 | net/ipv4/tcp.c | t1->ack_seq=htonl(th->seq); |
htonl | 2572 | net/ipv4/tcp.c | t1->ack_seq=htonl(th->seq+1); |
htonl | 2653 | net/ipv4/tcp.c | return htonl(IN_CLASSA_NET); |
htonl | 2655 | net/ipv4/tcp.c | return htonl(IN_CLASSB_NET); |
htonl | 2656 | net/ipv4/tcp.c | return htonl(IN_CLASSC_NET); |
htonl | 5054 | net/ipv4/tcp.c | th->seq = htonl(sk->sent_seq); |
htonl | 5111 | net/ipv4/tcp.c | t1->seq = htonl(sk->sent_seq-1); |
htonl | 89 | net/ipv4/utils.c | return(htonl(l)); |
htonl | 573 | net/ipx/af_ipx.c | htonl(ipx->ipx_source.net), |
htonl | 1180 | net/ipx/af_ipx.c | htonl(i->if_netnum), |
htonl | 1187 | net/ipx/af_ipx.c | htonl(s->ipx_dest_addr.net), |