ntohl 96 include/linux/dccp.h seq_nr = (seq_nr << 32) + ntohl(dccp_hdrx(dh)->dccph_seq_low); ntohl 118 include/linux/dccp.h return ((u64)ntohs(dhack->dccph_ack_nr_high) << 32) + ntohl(dhack->dccph_ack_nr_low); ntohl 185 include/linux/inetdevice.h hmask = ntohl(mask); ntohl 251 include/linux/inetdevice.h __u32 hmask = ntohl(mask); ntohl 429 include/linux/netfilter/ipset/ip_set.h *ipaddr = ntohl(ip); ntohl 467 include/linux/netfilter/ipset/ip_set.h return ntohl(nla_get_be32(attr)); ntohl 183 include/linux/sunrpc/svc.h return ntohl(val); ntohl 293 include/linux/sunrpc/svc_rdma.h wc_array[ntohl(wr_ary->wc_nchunks)].wc_target.rs_length; ntohl 43 include/linux/sunrpc/svcsock.h return ntohl(svsk->sk_reclen) & RPC_FRAGMENT_SIZE_MASK; ntohl 48 include/linux/sunrpc/svcsock.h return ntohl(svsk->sk_reclen) & RPC_LAST_STREAM_FRAGMENT; ntohl 382 include/net/ip.h __u32 addr=ntohl(naddr); ntohl 407 include/net/ip.h addr = ntohl(naddr); ntohl 620 include/net/ipv6.h return i * 32 + 31 - __fls(ntohl(xb)); ntohl 757 include/net/ipv6.h return ntohl(flowinfo & IPV6_TCLASS_MASK) >> IPV6_TCLASS_SHIFT; ntohl 401 include/net/sctp/sm.h if (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag) ntohl 436 include/net/sctp/sm.h (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) || ntohl 438 include/net/sctp/sm.h (ntohl(chunk->sctp_hdr->vtag) == asoc->c.peer_vtag))) { ntohl 606 include/net/tcp.h ntohl(TCP_FLAG_ACK) | ntohl 877 include/net/xfrm.h port = htons(ntohl(uli->gre_key) >> 16); ntohl 901 include/net/xfrm.h port = htons(ntohl(uli->gre_key) & 0xffff); ntohl 118 scripts/basic/fixdep.c #define INT_CONF ntohl(0x434f4e46) ntohl 119 scripts/basic/fixdep.c #define INT_ONFI ntohl(0x4f4e4649) ntohl 120 scripts/basic/fixdep.c #define INT_NFIG ntohl(0x4e464947) ntohl 121 scripts/basic/fixdep.c #define INT_FIG_ ntohl(0x4649475f) ntohl 75 scripts/mod/sumversion.c *buf = ntohl(*buf);