tag | line | file | source code |
htonl | 529 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + i); |
htonl | 530 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + i); |
htonl | 535 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + |
htonl | 558 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + x); |
htonl | 564 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + x); |
htonl | 101 | fs/nfs/proc.c | *p++ = htonl(len); |
htonl | 126 | fs/nfs/proc.c | *p++ = htonl(len); |
htonl | 169 | fs/nfs/proc.c | *p++ = htonl(sattr->mode); |
htonl | 170 | fs/nfs/proc.c | *p++ = htonl(sattr->uid); |
htonl | 171 | fs/nfs/proc.c | *p++ = htonl(sattr->gid); |
htonl | 172 | fs/nfs/proc.c | *p++ = htonl(sattr->size); |
htonl | 173 | fs/nfs/proc.c | *p++ = htonl(sattr->atime.seconds); |
htonl | 174 | fs/nfs/proc.c | *p++ = htonl(sattr->atime.useconds); |
htonl | 175 | fs/nfs/proc.c | *p++ = htonl(sattr->mtime.seconds); |
htonl | 176 | fs/nfs/proc.c | *p++ = htonl(sattr->mtime.useconds); |
htonl | 365 | fs/nfs/proc.c | *p++ = htonl(offset); |
htonl | 366 | fs/nfs/proc.c | *p++ = htonl(count); |
htonl | 367 | fs/nfs/proc.c | *p++ = htonl(count); /* traditional, could be any value */ |
htonl | 407 | fs/nfs/proc.c | *p++ = htonl(offset); /* traditional, could be any value */ |
htonl | 408 | fs/nfs/proc.c | *p++ = htonl(offset); |
htonl | 409 | fs/nfs/proc.c | *p++ = htonl(count); /* traditional, could be any value */ |
htonl | 699 | fs/nfs/proc.c | *p++ = htonl(cookie); |
htonl | 700 | fs/nfs/proc.c | *p++ = htonl(size); |
htonl | 785 | fs/nfs/proc.c | *p++ = htonl(++xid); |
htonl | 786 | fs/nfs/proc.c | *p++ = htonl(RPC_CALL); |
htonl | 787 | fs/nfs/proc.c | *p++ = htonl(RPC_VERSION); |
htonl | 788 | fs/nfs/proc.c | *p++ = htonl(NFS_PROGRAM); |
htonl | 789 | fs/nfs/proc.c | *p++ = htonl(NFS_VERSION); |
htonl | 790 | fs/nfs/proc.c | *p++ = htonl(procedure); |
htonl | 791 | fs/nfs/proc.c | *p++ = htonl(RPC_AUTH_UNIX); |
htonl | 793 | fs/nfs/proc.c | *p++ = htonl(CURRENT_TIME); /* traditional, could be anything */ |
htonl | 795 | fs/nfs/proc.c | *p++ = htonl(ruid ? current->uid : current->euid); |
htonl | 796 | fs/nfs/proc.c | *p++ = htonl(current->egid); |
htonl | 799 | fs/nfs/proc.c | *p++ = htonl(current->groups[i]); |
htonl | 800 | fs/nfs/proc.c | *p2 = htonl(i); |
htonl | 801 | fs/nfs/proc.c | *p1 = htonl((p - (p1 + 1)) << 2); |
htonl | 802 | fs/nfs/proc.c | *p++ = htonl(RPC_AUTH_NULL); |
htonl | 803 | fs/nfs/proc.c | *p++ = htonl(0); |
htonl | 121 | include/linux/in.h | extern unsigned long int htonl(unsigned long int); |
htonl | 166 | net/inet/arp.c | #define HASH(paddr) (htonl(paddr) & (ARP_TABLE_SIZE - 1)) |
htonl | 57 | net/inet/devinet.c | return(htonl(IN_CLASSA_NET)); |
htonl | 59 | net/inet/devinet.c | return(htonl(IN_CLASSB_NET)); |
htonl | 61 | net/inet/devinet.c | return(htonl(IN_CLASSC_NET)); |
htonl | 134 | net/inet/devinet.c | if ((addr & mask) == htonl(0x7F000000L)) |
htonl | 473 | net/inet/icmp.c | timeptr [1] = timeptr [2] = htonl(midtime); |
htonl | 93 | net/inet/ip.c | #define LOOPBACK(x) (((x) & htonl(0xff000000)) == htonl(0x7f000000)) |
htonl | 155 | net/inet/ipx.c | len += sprintf (buffer+len,"%08lX:%02X%02X%02X%02X%02X%02X:%02X ", htonl(s->ipx_source_addr.net), |
htonl | 159 | net/inet/ipx.c | len += sprintf (buffer+len,"%08lX:%02X%02X%02X%02X%02X%02X:%02X ", htonl(s->ipx_dest_addr.net), |
htonl | 473 | net/inet/rarp.c | netip=htonl(entry->ip); /* switch to network order */ |
htonl | 141 | net/inet/route.c | return htonl(IN_CLASSA_NET); |
htonl | 143 | net/inet/route.c | return htonl(IN_CLASSB_NET); |
htonl | 144 | net/inet/route.c | return htonl(IN_CLASSC_NET); |
htonl | 747 | net/inet/tcp.c | th->seq = htonl(sk->write_seq); |
htonl | 755 | net/inet/tcp.c | th->ack_seq = htonl(sk->acked_seq); |
htonl | 1163 | net/inet/tcp.c | t1->seq = htonl(sk->sent_seq); |
htonl | 1705 | net/inet/tcp.c | t1->ack_seq=htonl(th->seq); |
htonl | 1707 | net/inet/tcp.c | t1->ack_seq=htonl(th->seq+1); |
htonl | 1784 | net/inet/tcp.c | return htonl(IN_CLASSA_NET); |
htonl | 1786 | net/inet/tcp.c | return htonl(IN_CLASSB_NET); |
htonl | 1787 | net/inet/tcp.c | return htonl(IN_CLASSC_NET); |
htonl | 3790 | net/inet/tcp.c | t1->seq = htonl(sk->sent_seq-1); |
htonl | 89 | net/inet/utils.c | return(htonl(l)); |