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 | 87 | fs/nfs/proc.c | *p++ = htonl(len); |
htonl | 112 | fs/nfs/proc.c | *p++ = htonl(len); |
htonl | 155 | fs/nfs/proc.c | *p++ = htonl(sattr->mode); |
htonl | 156 | fs/nfs/proc.c | *p++ = htonl(sattr->uid); |
htonl | 157 | fs/nfs/proc.c | *p++ = htonl(sattr->gid); |
htonl | 158 | fs/nfs/proc.c | *p++ = htonl(sattr->size); |
htonl | 159 | fs/nfs/proc.c | *p++ = htonl(sattr->atime.seconds); |
htonl | 160 | fs/nfs/proc.c | *p++ = htonl(sattr->atime.useconds); |
htonl | 161 | fs/nfs/proc.c | *p++ = htonl(sattr->mtime.seconds); |
htonl | 162 | fs/nfs/proc.c | *p++ = htonl(sattr->mtime.useconds); |
htonl | 321 | fs/nfs/proc.c | *p++ = htonl(offset); |
htonl | 322 | fs/nfs/proc.c | *p++ = htonl(count); |
htonl | 323 | fs/nfs/proc.c | *p++ = htonl(count); /* traditional, could be any value */ |
htonl | 356 | fs/nfs/proc.c | *p++ = htonl(offset); /* traditional, could be any value */ |
htonl | 357 | fs/nfs/proc.c | *p++ = htonl(offset); |
htonl | 358 | fs/nfs/proc.c | *p++ = htonl(count); /* traditional, could be any value */ |
htonl | 592 | fs/nfs/proc.c | *p++ = htonl(cookie); |
htonl | 593 | fs/nfs/proc.c | *p++ = htonl(size); |
htonl | 666 | fs/nfs/proc.c | *p++ = htonl(++xid); |
htonl | 667 | fs/nfs/proc.c | *p++ = htonl(RPC_CALL); |
htonl | 668 | fs/nfs/proc.c | *p++ = htonl(RPC_VERSION); |
htonl | 669 | fs/nfs/proc.c | *p++ = htonl(NFS_PROGRAM); |
htonl | 670 | fs/nfs/proc.c | *p++ = htonl(NFS_VERSION); |
htonl | 671 | fs/nfs/proc.c | *p++ = htonl(procedure); |
htonl | 672 | fs/nfs/proc.c | *p++ = htonl(RPC_AUTH_UNIX); |
htonl | 674 | fs/nfs/proc.c | *p++ = htonl(CURRENT_TIME); /* traditional, could be anything */ |
htonl | 676 | fs/nfs/proc.c | *p++ = htonl(current->euid); |
htonl | 677 | fs/nfs/proc.c | *p++ = htonl(current->egid); |
htonl | 680 | fs/nfs/proc.c | *p++ = htonl(current->groups[i]); |
htonl | 681 | fs/nfs/proc.c | *p2 = htonl(i); |
htonl | 682 | fs/nfs/proc.c | *p1 = htonl((p - (p1 + 1)) << 2); |
htonl | 683 | fs/nfs/proc.c | *p++ = htonl(RPC_AUTH_NULL); |
htonl | 684 | fs/nfs/proc.c | *p++ = htonl(0); |
htonl | 121 | include/linux/in.h | extern unsigned long int htonl(unsigned long int); |
htonl | 350 | net/inet/arp.c | hash = htonl(paddr) & (ARP_TABLE_SIZE - 1); |
htonl | 374 | net/inet/arp.c | hash = htonl(paddr) & (ARP_TABLE_SIZE - 1); |
htonl | 405 | net/inet/arp.c | hash = htonl(paddr) & (ARP_TABLE_SIZE - 1); |
htonl | 461 | net/inet/arp.c | hash = htonl(paddr) & (ARP_TABLE_SIZE - 1); |
htonl | 160 | net/inet/dev.c | return(htonl(IN_CLASSA_NET)); |
htonl | 162 | net/inet/dev.c | return(htonl(IN_CLASSB_NET)); |
htonl | 164 | net/inet/dev.c | return(htonl(IN_CLASSC_NET)); |
htonl | 129 | net/inet/route.c | return htonl(IN_CLASSA_NET); |
htonl | 131 | net/inet/route.c | return htonl(IN_CLASSB_NET); |
htonl | 132 | net/inet/route.c | return htonl(IN_CLASSC_NET); |
htonl | 764 | net/inet/tcp.c | th->seq = htonl(sk->send_seq); |
htonl | 772 | net/inet/tcp.c | th->ack_seq = htonl(sk->acked_seq); |
htonl | 1728 | net/inet/tcp.c | t1->ack_seq=htonl(th->seq); |
htonl | 1730 | net/inet/tcp.c | t1->ack_seq=htonl(th->seq+1); |
htonl | 79 | net/inet/utils.c | return(htonl(l)); |