tag | line | file | source code |
ntohl | 361 | drivers/net/slhc.c | if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){ |
ntohl | 367 | drivers/net/slhc.c | if((deltaS = ntohl(th->seq) - ntohl(oth->seq)) != 0L){ |
ntohl | 529 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + i); |
ntohl | 530 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + i); |
ntohl | 535 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + |
ntohl | 558 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + x); |
ntohl | 564 | drivers/net/slhc.c | thp->seq = htonl( ntohl(thp->seq) + x); |
ntohl | 629 | drivers/net/slip.c | dev->pa_addr=ntohl(0xC0000001); |
ntohl | 112 | fs/nfs/proc.c | len = ntohl(*p++); |
ntohl | 137 | fs/nfs/proc.c | len = *lenp = ntohl(*p++); |
ntohl | 147 | fs/nfs/proc.c | fattr->type = (enum nfs_ftype) ntohl(*p++); |
ntohl | 148 | fs/nfs/proc.c | fattr->mode = ntohl(*p++); |
ntohl | 149 | fs/nfs/proc.c | fattr->nlink = ntohl(*p++); |
ntohl | 150 | fs/nfs/proc.c | fattr->uid = ntohl(*p++); |
ntohl | 151 | fs/nfs/proc.c | fattr->gid = ntohl(*p++); |
ntohl | 152 | fs/nfs/proc.c | fattr->size = ntohl(*p++); |
ntohl | 153 | fs/nfs/proc.c | fattr->blocksize = ntohl(*p++); |
ntohl | 154 | fs/nfs/proc.c | fattr->rdev = ntohl(*p++); |
ntohl | 155 | fs/nfs/proc.c | fattr->blocks = ntohl(*p++); |
ntohl | 156 | fs/nfs/proc.c | fattr->fsid = ntohl(*p++); |
ntohl | 157 | fs/nfs/proc.c | fattr->fileid = ntohl(*p++); |
ntohl | 158 | fs/nfs/proc.c | fattr->atime.seconds = ntohl(*p++); |
ntohl | 159 | fs/nfs/proc.c | fattr->atime.useconds = ntohl(*p++); |
ntohl | 160 | fs/nfs/proc.c | fattr->mtime.seconds = ntohl(*p++); |
ntohl | 161 | fs/nfs/proc.c | fattr->mtime.useconds = ntohl(*p++); |
ntohl | 162 | fs/nfs/proc.c | fattr->ctime.seconds = ntohl(*p++); |
ntohl | 163 | fs/nfs/proc.c | fattr->ctime.useconds = ntohl(*p++); |
ntohl | 182 | fs/nfs/proc.c | entry->fileid = ntohl(*p++); |
ntohl | 185 | fs/nfs/proc.c | entry->cookie = ntohl(*p++); |
ntohl | 192 | fs/nfs/proc.c | res->tsize = ntohl(*p++); |
ntohl | 193 | fs/nfs/proc.c | res->bsize = ntohl(*p++); |
ntohl | 194 | fs/nfs/proc.c | res->blocks = ntohl(*p++); |
ntohl | 195 | fs/nfs/proc.c | res->bfree = ntohl(*p++); |
ntohl | 196 | fs/nfs/proc.c | res->bavail = ntohl(*p++); |
ntohl | 223 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 258 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 297 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 332 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 374 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 417 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 454 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 489 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 526 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 561 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 597 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 633 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 668 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 707 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 755 | fs/nfs/proc.c | else if ((status = ntohl(*p++)) == NFS_OK) { |
ntohl | 812 | fs/nfs/proc.c | if ((n = ntohl(*p++)) != RPC_REPLY) { |
ntohl | 816 | fs/nfs/proc.c | if ((n = ntohl(*p++)) != RPC_MSG_ACCEPTED) { |
ntohl | 820 | fs/nfs/proc.c | switch (n = ntohl(*p++)) { |
ntohl | 827 | fs/nfs/proc.c | if ((n = ntohl(*p++)) > 400) { |
ntohl | 832 | 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 | 975 | net/inet/dev.c | mask = ntohl(mask); |
ntohl | 55 | net/inet/devinet.c | dst = ntohl(addr); |
ntohl | 1850 | net/inet/ip.c | th->ack_seq = ntohl(sk->acked_seq); |
ntohl | 438 | net/inet/ipx.c | len += sprintf (buffer+len,"%08lX %08lX:%02X%02X%02X%02X%02X%02X %02X %s\n", ntohl(rt->net), |
ntohl | 439 | net/inet/ipx.c | ntohl(rt->router_net), rt->router_node[0], rt->router_node[1], rt->router_node[2], |
ntohl | 139 | net/inet/route.c | dst = ntohl(dst); |
ntohl | 342 | net/inet/route.c | mask = ntohl(mask); |
ntohl | 576 | net/inet/tcp.c | skb->h.seq = ntohl(th->seq) + size - 4*th->doff; |
ntohl | 593 | net/inet/tcp.c | th->ack_seq = ntohl(sk->acked_seq); |
ntohl | 705 | net/inet/tcp.c | t1->seq = ntohl(sequence); |
ntohl | 730 | net/inet/tcp.c | t1->ack_seq = ntohl(ack); |
ntohl | 1175 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
ntohl | 1561 | net/inet/tcp.c | t1->seq = ntohl(sk->write_seq); |
ntohl | 1565 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
ntohl | 1782 | net/inet/tcp.c | dst = ntohl(dst); |
ntohl | 1979 | net/inet/tcp.c | t1->seq = ntohl(newsk->write_seq++); |
ntohl | 1990 | net/inet/tcp.c | t1->ack_seq = ntohl(skb->h.th->seq+1); |
ntohl | 2167 | net/inet/tcp.c | t1->seq = ntohl(sk->write_seq); |
ntohl | 2177 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
ntohl | 2263 | net/inet/tcp.c | th->ack_seq = ntohl(sk->acked_seq); |
ntohl | 2326 | net/inet/tcp.c | ack = ntohl(th->ack_seq); |
ntohl | 3207 | net/inet/tcp.c | t1->seq = ntohl(sk->write_seq++); |
ntohl | 3376 | net/inet/tcp.c | th->seq = ntohl(th->seq); |
ntohl | 3799 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |