taglinefilesource code
htonl551drivers/net/slhc.cthp->ack_seq = htonl( ntohl(thp->ack_seq) + i);
htonl552drivers/net/slhc.cthp->seq = htonl( ntohl(thp->seq) + i);
htonl557drivers/net/slhc.cthp->seq = htonl( ntohl(thp->seq) +
htonl580drivers/net/slhc.cthp->ack_seq = htonl( ntohl(thp->ack_seq) + x);
htonl586drivers/net/slhc.cthp->seq = htonl( ntohl(thp->seq) + x);
htonl474drivers/scsi/eata.ccpp->sglist[k].address = htonl((unsigned int) sgpnt[k].address);
htonl475drivers/scsi/eata.ccpp->sglist[k].num_bytes = htonl((unsigned int) sgpnt[k].length);
htonl478drivers/scsi/eata.ccpp->data_address = htonl((unsigned int) cpp->sglist);
htonl479drivers/scsi/eata.ccpp->data_len = htonl((SCpnt->use_sg * sizeof(struct sg_list)));
htonl535drivers/scsi/eata.ccpp->sp_addr = htonl((unsigned int) spp);
htonl555drivers/scsi/eata.ccpp->sense_addr = htonl((unsigned int) SCpnt->sense_buffer); 
htonl563drivers/scsi/eata.ccpp->data_address = htonl((unsigned int) SCpnt->request_buffer);
htonl564drivers/scsi/eata.ccpp->data_len = htonl(SCpnt->request_bufflen);
htonl117fs/nfs/proc.c*p++ = htonl(len);
htonl148fs/nfs/proc.c*p++ = htonl(len);
htonl190fs/nfs/proc.c*p++ = htonl(sattr->mode);
htonl191fs/nfs/proc.c*p++ = htonl(sattr->uid);
htonl192fs/nfs/proc.c*p++ = htonl(sattr->gid);
htonl193fs/nfs/proc.c*p++ = htonl(sattr->size);
htonl194fs/nfs/proc.c*p++ = htonl(sattr->atime.seconds);
htonl195fs/nfs/proc.c*p++ = htonl(sattr->atime.useconds);
htonl196fs/nfs/proc.c*p++ = htonl(sattr->mtime.seconds);
htonl197fs/nfs/proc.c*p++ = htonl(sattr->mtime.useconds);
htonl389fs/nfs/proc.c*p++ = htonl(offset);
htonl390fs/nfs/proc.c*p++ = htonl(count);
htonl391fs/nfs/proc.c*p++ = htonl(count); /* traditional, could be any value */
htonl434fs/nfs/proc.c*p++ = htonl(offset); /* traditional, could be any value */
htonl435fs/nfs/proc.c*p++ = htonl(offset);
htonl436fs/nfs/proc.c*p++ = htonl(count); /* traditional, could be any value */
htonl742fs/nfs/proc.c*p++ = htonl(cookie);
htonl743fs/nfs/proc.c*p++ = htonl(size);
htonl832fs/nfs/proc.c*p++ = htonl(++xid);
htonl833fs/nfs/proc.c*p++ = htonl(RPC_CALL);
htonl834fs/nfs/proc.c*p++ = htonl(RPC_VERSION);
htonl835fs/nfs/proc.c*p++ = htonl(NFS_PROGRAM);
htonl836fs/nfs/proc.c*p++ = htonl(NFS_VERSION);
htonl837fs/nfs/proc.c*p++ = htonl(procedure);
htonl838fs/nfs/proc.c*p++ = htonl(RPC_AUTH_UNIX);
htonl840fs/nfs/proc.c*p++ = htonl(CURRENT_TIME); /* traditional, could be anything */
htonl842fs/nfs/proc.c*p++ = htonl(ruid ? current->uid : current->fsuid);
htonl843fs/nfs/proc.c*p++ = htonl(current->egid);
htonl846fs/nfs/proc.c*p++ = htonl(current->groups[i]);
htonl847fs/nfs/proc.c*p2 = htonl(i);
htonl848fs/nfs/proc.c*p1 = htonl((p - (p1 + 1)) << 2);
htonl849fs/nfs/proc.c*p++ = htonl(RPC_AUTH_NULL);
htonl850fs/nfs/proc.c*p++ = htonl(0);
htonl11include/asm-alpha/byteorder.hextern unsigned long int  htonl(unsigned long int);
htonl11include/asm-i386/byteorder.hextern unsigned long int  htonl(unsigned long int);
htonl11include/asm-sparc/byteorder.hextern unsigned long int  htonl(unsigned long int);
htonl175net/inet/arp.c#define HASH(paddr)     (htonl(paddr) & (ARP_TABLE_SIZE - 1))
htonl56net/inet/devinet.creturn(htonl(IN_CLASSA_NET));
htonl58net/inet/devinet.creturn(htonl(IN_CLASSB_NET));
htonl60net/inet/devinet.creturn(htonl(IN_CLASSC_NET));
htonl90net/inet/devinet.caddr == htonl(0x7FFFFFFFL))
htonl99net/inet/devinet.cif ((addr & mask) == htonl(0x7F000000L))
htonl519net/inet/icmp.ctimeptr [1] = timeptr [2] = htonl(midtime);
htonl37net/inet/igmp.h#define IGMP_ALL_HOSTS    htonl(0xE0000001L)
htonl119net/inet/ip.c#define LOOPBACK(x)  (((x) & htonl(0xff000000)) == htonl(0x7f000000))
htonl44net/inet/ip.h#define MULTICAST(x)  (IN_MULTICAST(htonl(x)))
htonl160net/inet/ipx.clen += sprintf (buffer+len,"%08lX:%02X%02X%02X%02X%02X%02X:%04X ", htonl(s->ipx_source_addr.net),
htonl164net/inet/ipx.clen += sprintf (buffer+len,"%08lX:%02X%02X%02X%02X%02X%02X:%04X ", htonl(s->ipx_dest_addr.net),
htonl451net/inet/rarp.cnetip=htonl(entry->ip);          /* switch to network order */
htonl146net/inet/route.creturn htonl(IN_CLASSA_NET);
htonl148net/inet/route.creturn htonl(IN_CLASSB_NET);
htonl149net/inet/route.creturn htonl(IN_CLASSC_NET);
htonl1254net/inet/tcp.cth->seq = htonl(sk->write_seq);
htonl1262net/inet/tcp.cth->ack_seq = htonl(sk->acked_seq);
htonl1671net/inet/tcp.ct1->seq = htonl(sk->sent_seq);
htonl2250net/inet/tcp.ct1->ack_seq=htonl(th->seq);
htonl2252net/inet/tcp.ct1->ack_seq=htonl(th->seq+1);
htonl2332net/inet/tcp.creturn htonl(IN_CLASSA_NET);
htonl2334net/inet/tcp.creturn htonl(IN_CLASSB_NET);
htonl2335net/inet/tcp.creturn htonl(IN_CLASSC_NET);
htonl4684net/inet/tcp.ct1->seq = htonl(sk->sent_seq-1);
htonl89net/inet/utils.creturn(htonl(l));