tag | line | file | source code |
htonl | 538 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + i); |
htonl | 539 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + i); |
htonl | 544 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + |
htonl | 570 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + x); |
htonl | 577 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + x); |
htonl | 70 | fs/nfs/proc.c | *p++ = htonl(len); |
htonl | 95 | fs/nfs/proc.c | *p++ = htonl(len); |
htonl | 138 | fs/nfs/proc.c | *p++ = htonl(sattr->mode); |
htonl | 139 | fs/nfs/proc.c | *p++ = htonl(sattr->uid); |
htonl | 140 | fs/nfs/proc.c | *p++ = htonl(sattr->gid); |
htonl | 141 | fs/nfs/proc.c | *p++ = htonl(sattr->size); |
htonl | 142 | fs/nfs/proc.c | *p++ = htonl(sattr->atime.seconds); |
htonl | 143 | fs/nfs/proc.c | *p++ = htonl(sattr->atime.useconds); |
htonl | 144 | fs/nfs/proc.c | *p++ = htonl(sattr->mtime.seconds); |
htonl | 145 | fs/nfs/proc.c | *p++ = htonl(sattr->mtime.useconds); |
htonl | 290 | fs/nfs/proc.c | *p++ = htonl(offset); |
htonl | 291 | fs/nfs/proc.c | *p++ = htonl(count); |
htonl | 292 | fs/nfs/proc.c | *p++ = htonl(count); /* traditional, could be any value */ |
htonl | 323 | fs/nfs/proc.c | *p++ = htonl(offset); /* traditional, could be any value */ |
htonl | 324 | fs/nfs/proc.c | *p++ = htonl(offset); |
htonl | 325 | fs/nfs/proc.c | *p++ = htonl(count); /* traditional, could be any value */ |
htonl | 543 | fs/nfs/proc.c | *p++ = htonl(cookie); |
htonl | 544 | fs/nfs/proc.c | *p++ = htonl(size); |
htonl | 615 | fs/nfs/proc.c | *p++ = htonl(++xid); |
htonl | 616 | fs/nfs/proc.c | *p++ = htonl(RPC_CALL); |
htonl | 617 | fs/nfs/proc.c | *p++ = htonl(RPC_VERSION); |
htonl | 618 | fs/nfs/proc.c | *p++ = htonl(NFS_PROGRAM); |
htonl | 619 | fs/nfs/proc.c | *p++ = htonl(NFS_VERSION); |
htonl | 620 | fs/nfs/proc.c | *p++ = htonl(procedure); |
htonl | 621 | fs/nfs/proc.c | *p++ = htonl(RPC_AUTH_UNIX); |
htonl | 623 | fs/nfs/proc.c | *p++ = htonl(CURRENT_TIME); /* traditional, could be anything */ |
htonl | 625 | fs/nfs/proc.c | *p++ = htonl(current->euid); |
htonl | 626 | fs/nfs/proc.c | *p++ = htonl(current->egid); |
htonl | 629 | fs/nfs/proc.c | *p++ = htonl(current->groups[i]); |
htonl | 630 | fs/nfs/proc.c | *p2 = htonl(i); |
htonl | 631 | fs/nfs/proc.c | *p1 = htonl((p - (p1 + 1)) << 2); |
htonl | 632 | fs/nfs/proc.c | *p++ = htonl(RPC_AUTH_NULL); |
htonl | 633 | fs/nfs/proc.c | *p++ = htonl(0); |
htonl | 121 | include/linux/in.h | extern unsigned long int htonl(unsigned long int); |
htonl | 348 | net/inet/arp.c | hash = htonl(paddr) & (ARP_TABLE_SIZE - 1); |
htonl | 372 | net/inet/arp.c | hash = htonl(paddr) & (ARP_TABLE_SIZE - 1); |
htonl | 403 | net/inet/arp.c | hash = htonl(paddr) & (ARP_TABLE_SIZE - 1); |
htonl | 440 | net/inet/arp.c | hash = htonl(paddr) & (ARP_TABLE_SIZE - 1); |
htonl | 152 | net/inet/dev.c | return(htonl(IN_CLASSA_NET)); |
htonl | 154 | net/inet/dev.c | return(htonl(IN_CLASSB_NET)); |
htonl | 156 | net/inet/dev.c | return(htonl(IN_CLASSC_NET)); |
htonl | 972 | net/inet/dev.c | htonl(ipc.paddr)); |
htonl | 977 | net/inet/dev.c | dev->name, htonl(ipc.paddr)); |
htonl | 676 | net/inet/tcp.c | th->seq = htonl(sk->send_seq); |
htonl | 684 | net/inet/tcp.c | th->ack_seq = htonl(sk->acked_seq); |
htonl | 1623 | net/inet/tcp.c | t1->ack_seq=htonl(th->seq); |
htonl | 1625 | net/inet/tcp.c | t1->ack_seq=htonl(th->seq+1); |
htonl | 79 | net/inet/utils.c | return(htonl(l)); |