tag | line | file | source code |
ntohl | 364 | drivers/net/slhc.c | if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){ |
ntohl | 370 | drivers/net/slhc.c | if((deltaS = ntohl(th->seq) - ntohl(oth->seq)) != 0L){ |
ntohl | 538 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + i); |
ntohl | 539 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + i); |
ntohl | 544 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + |
ntohl | 570 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + x); |
ntohl | 577 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + x); |
ntohl | 91 | drivers/net/slip.c | ntohl(th->seq), ntohl(th->ack_seq), ntohs(ip->tot_len)); |
ntohl | 81 | fs/nfs/proc.c | len = ntohl(*p++); |
ntohl | 106 | fs/nfs/proc.c | len = *lenp = ntohl(*p++); |
ntohl | 116 | fs/nfs/proc.c | fattr->type = (enum nfs_stat) ntohl(*p++); |
ntohl | 117 | fs/nfs/proc.c | fattr->mode = ntohl(*p++); |
ntohl | 118 | fs/nfs/proc.c | fattr->nlink = ntohl(*p++); |
ntohl | 119 | fs/nfs/proc.c | fattr->uid = ntohl(*p++); |
ntohl | 120 | fs/nfs/proc.c | fattr->gid = ntohl(*p++); |
ntohl | 121 | fs/nfs/proc.c | fattr->size = ntohl(*p++); |
ntohl | 122 | fs/nfs/proc.c | fattr->blocksize = ntohl(*p++); |
ntohl | 123 | fs/nfs/proc.c | fattr->rdev = ntohl(*p++); |
ntohl | 124 | fs/nfs/proc.c | fattr->blocks = ntohl(*p++); |
ntohl | 125 | fs/nfs/proc.c | fattr->fsid = ntohl(*p++); |
ntohl | 126 | fs/nfs/proc.c | fattr->fileid = ntohl(*p++); |
ntohl | 127 | fs/nfs/proc.c | fattr->atime.seconds = ntohl(*p++); |
ntohl | 128 | fs/nfs/proc.c | fattr->atime.useconds = ntohl(*p++); |
ntohl | 129 | fs/nfs/proc.c | fattr->mtime.seconds = ntohl(*p++); |
ntohl | 130 | fs/nfs/proc.c | fattr->mtime.useconds = ntohl(*p++); |
ntohl | 131 | fs/nfs/proc.c | fattr->ctime.seconds = ntohl(*p++); |
ntohl | 132 | fs/nfs/proc.c | fattr->ctime.useconds = ntohl(*p++); |
ntohl | 151 | fs/nfs/proc.c | entry->fileid = ntohl(*p++); |
ntohl | 154 | fs/nfs/proc.c | entry->cookie = ntohl(*p++); |
ntohl | 161 | fs/nfs/proc.c | res->tsize = ntohl(*p++); |
ntohl | 162 | fs/nfs/proc.c | res->bsize = ntohl(*p++); |
ntohl | 163 | fs/nfs/proc.c | res->blocks = ntohl(*p++); |
ntohl | 164 | fs/nfs/proc.c | res->bfree = ntohl(*p++); |
ntohl | 165 | fs/nfs/proc.c | res->bavail = ntohl(*p++); |
ntohl | 184 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 210 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 240 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 266 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 299 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 333 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 361 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 387 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 415 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 441 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 468 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 495 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 521 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 551 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 590 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 642 | fs/nfs/proc.c | if ((n = ntohl(*p++)) != RPC_REPLY) { |
ntohl | 646 | fs/nfs/proc.c | if ((n = ntohl(*p++)) != RPC_MSG_ACCEPTED) { |
ntohl | 650 | fs/nfs/proc.c | switch (n = ntohl(*p++)) { |
ntohl | 657 | fs/nfs/proc.c | if ((n = ntohl(*p++)) > 400) { |
ntohl | 662 | fs/nfs/proc.c | if ((n = ntohl(*p++)) != RPC_SUCCESS) { |
ntohl | 119 | include/linux/in.h | extern unsigned long int ntohl(unsigned long int); |
ntohl | 150 | net/inet/dev.c | dst = ntohl(addr); |
ntohl | 195 | net/inet/dev.c | dst = ntohl(addr); |
ntohl | 115 | net/inet/tcp.c | ntohl(th->seq), ntohl(th->ack_seq)); |
ntohl | 641 | net/inet/tcp.c | t1->seq = ntohl(sequence); |
ntohl | 660 | net/inet/tcp.c | t1->ack_seq = ntohl(ack); |
ntohl | 1022 | net/inet/tcp.c | t1->seq = ntohl(sk->send_seq); |
ntohl | 1034 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
ntohl | 1500 | net/inet/tcp.c | t1->seq = ntohl(sk->send_seq); |
ntohl | 1504 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
ntohl | 1861 | net/inet/tcp.c | t1->seq = ntohl(newsk->send_seq++); |
ntohl | 1871 | net/inet/tcp.c | t1->ack_seq = ntohl(skb->h.th->seq+1); |
ntohl | 2014 | net/inet/tcp.c | t1->seq = ntohl(sk->send_seq); |
ntohl | 2021 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
ntohl | 2141 | net/inet/tcp.c | ack = ntohl(th->ack_seq); |
ntohl | 2826 | net/inet/tcp.c | t1->seq = ntohl(sk->send_seq++); |
ntohl | 2970 | net/inet/tcp.c | th->seq = ntohl(th->seq); |
ntohl | 2988 | net/inet/tcp.c | th->seq = ntohl(th->seq); |
ntohl | 3372 | net/inet/tcp.c | t1->seq = ntohl(sk->send_seq-1); |
ntohl | 3381 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |