| tag | line | file | source code |
| htonl | 550 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + i); |
| htonl | 551 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + i); |
| htonl | 556 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + |
| htonl | 579 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + x); |
| htonl | 585 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + x); |
| htonl | 549 | drivers/scsi/eata.c | cpp->sglist[k].address = htonl((unsigned int) sgpnt[k].address); |
| htonl | 550 | drivers/scsi/eata.c | cpp->sglist[k].num_bytes = htonl((unsigned int) sgpnt[k].length); |
| htonl | 553 | drivers/scsi/eata.c | cpp->data_address = htonl((unsigned int) cpp->sglist); |
| htonl | 554 | drivers/scsi/eata.c | cpp->data_len = htonl((SCpnt->use_sg * sizeof(struct sg_list))); |
| htonl | 610 | drivers/scsi/eata.c | cpp->sp_addr = htonl((unsigned int) spp); |
| htonl | 630 | drivers/scsi/eata.c | cpp->sense_addr = htonl((unsigned int) SCpnt->sense_buffer); |
| htonl | 638 | drivers/scsi/eata.c | cpp->data_address = htonl((unsigned int) SCpnt->request_buffer); |
| htonl | 639 | drivers/scsi/eata.c | cpp->data_len = htonl(SCpnt->request_bufflen); |
| htonl | 345 | drivers/scsi/eata_dma.c | cp->cp_dataDMA = htonl((long)&cp->sg_list); |
| htonl | 346 | drivers/scsi/eata_dma.c | cp->cp_datalen = htonl(cmd->use_sg*8); |
| htonl | 350 | drivers/scsi/eata_dma.c | cp->sg_list[i].data = htonl((ulong) sl->address); |
| htonl | 351 | drivers/scsi/eata_dma.c | cp->sg_list[i].len = htonl((ulong) sl->length); |
| htonl | 355 | drivers/scsi/eata_dma.c | cp->cp_datalen = htonl(cmd->request_bufflen); |
| htonl | 356 | drivers/scsi/eata_dma.c | cp->cp_dataDMA = htonl((ulong)cmd->request_buffer); |
| htonl | 360 | drivers/scsi/eata_dma.c | cp->cp_reqDMA = htonl((ulong) cmd->sense_buffer); |
| htonl | 369 | drivers/scsi/eata_dma.c | cp->cp_statDMA = htonl((ulong) &(hd->sp)); |
| htonl | 576 | drivers/scsi/eata_dma.c | cp.cp_datalen = htonl(255); |
| htonl | 577 | drivers/scsi/eata_dma.c | cp.cp_dataDMA = htonl((long)buff); |
| htonl | 589 | drivers/scsi/eata_dma.c | cp.cp_statDMA = htonl((ulong) &sp); |
| 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 | 11 | include/asm-alpha/byteorder.h | extern unsigned long int htonl(unsigned long int); |
| htonl | 11 | include/asm-i386/byteorder.h | extern unsigned long int htonl(unsigned long int); |
| htonl | 11 | include/asm-mips/byteorder.h | extern unsigned long int htonl(unsigned long int); |
| htonl | 11 | include/asm-sparc/byteorder.h | extern unsigned long int htonl(unsigned long int); |
| htonl | 34 | include/linux/igmp.h | #define IGMP_ALL_HOSTS htonl(0xE0000001L) |
| htonl | 176 | net/inet/arp.c | #define HASH(paddr) (htonl(paddr) & (ARP_TABLE_SIZE - 1)) |
| htonl | 56 | net/inet/devinet.c | return(htonl(IN_CLASSA_NET)); |
| htonl | 58 | net/inet/devinet.c | return(htonl(IN_CLASSB_NET)); |
| htonl | 60 | net/inet/devinet.c | return(htonl(IN_CLASSC_NET)); |
| htonl | 90 | net/inet/devinet.c | addr == htonl(0x7FFFFFFFL)) |
| htonl | 99 | net/inet/devinet.c | if ((addr & mask) == htonl(0x7F000000L)) |
| htonl | 541 | net/inet/icmp.c | timeptr [1] = timeptr [2] = htonl(midtime); |
| htonl | 126 | net/inet/ip.c | #define LOOPBACK(x) (((x) & htonl(0xff000000)) == htonl(0x7f000000)) |
| htonl | 44 | net/inet/ip.h | #define MULTICAST(x) (IN_MULTICAST(htonl(x))) |
| htonl | 553 | net/inet/ipx.c | htonl(ipx->ipx_source.net), |
| htonl | 1153 | net/inet/ipx.c | htonl(i->if_netnum), |
| htonl | 1160 | net/inet/ipx.c | htonl(s->ipx_dest_addr.net), |
| htonl | 452 | net/inet/rarp.c | netip=htonl(entry->ip); /* switch to network order */ |
| htonl | 147 | net/inet/route.c | return htonl(IN_CLASSA_NET); |
| htonl | 149 | net/inet/route.c | return htonl(IN_CLASSB_NET); |
| htonl | 150 | net/inet/route.c | return htonl(IN_CLASSC_NET); |
| htonl | 1413 | net/inet/tcp.c | th->seq = htonl(sk->write_seq); |
| htonl | 1421 | net/inet/tcp.c | th->ack_seq = htonl(sk->acked_seq); |
| htonl | 1837 | net/inet/tcp.c | t1->seq = htonl(sk->sent_seq); |
| htonl | 2554 | net/inet/tcp.c | t1->ack_seq=htonl(th->seq); |
| htonl | 2556 | net/inet/tcp.c | t1->ack_seq=htonl(th->seq+1); |
| htonl | 2637 | net/inet/tcp.c | return htonl(IN_CLASSA_NET); |
| htonl | 2639 | net/inet/tcp.c | return htonl(IN_CLASSB_NET); |
| htonl | 2640 | net/inet/tcp.c | return htonl(IN_CLASSC_NET); |
| htonl | 4949 | net/inet/tcp.c | t1->seq = htonl(sk->sent_seq-1); |
| htonl | 89 | net/inet/utils.c | return(htonl(l)); |