Home
last modified time | relevance | path

Searched refs:ntohl (Results 1 – 13 of 13) sorted by relevance

/include/linux/byteorder/
Dgeneric.h128 #undef ntohl
139 #define ntohl(x) ___ntohl(x) macro
/include/net/netfilter/
Dnf_tproxy_core.h129 protocol, ntohl(saddr), ntohs(sport), ntohl(daddr), ntohs(dport), lookup_type, sk); in nf_tproxy_get_sock_v4()
/include/net/sctp/
Dsm.h404 if (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag) in sctp_vtag_verify()
439 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.my_vtag)) || in sctp_vtag_verify_either()
441 (ntohl(chunk->sctp_hdr->vtag) == asoc->c.peer_vtag))) { in sctp_vtag_verify_either()
/include/linux/
Dinetdevice.h193 hmask = ntohl(mask); in bad_mask()
252 __u32 hmask = ntohl(mask); in inet_mask_len()
Ddccp.h328 seq_nr = (seq_nr << 32) + ntohl(dccp_hdrx(dh)->dccph_seq_low); in dccp_hdr_seq()
350 return ((u64)ntohs(dhack->dccph_ack_nr_high) << 32) + ntohl(dhack->dccph_ack_nr_low); in dccp_hdr_ack_seq()
Dipv6.h244 return (ntohl(*(__be32 *)iph) >> 20) & 0xff; in ipv6_tclass()
/include/linux/netfilter/ipset/
Dip_set.h374 *ipaddr = ntohl(ip); in ip_set_get_hostipaddr4()
402 return ntohl(nla_get_be32(attr)); in ip_set_get_h32()
/include/linux/sunrpc/
Dsvc_rdma.h295 wc_array[ntohl(wr_ary->wc_nchunks)].wc_target.rs_length; in svc_rdma_get_reply_array()
Dsvc.h182 return ntohl(val); in svc_getnl()
/include/net/
Dip.h310 __u32 addr=ntohl(naddr); in ip_eth_mc_map()
335 addr = ntohl(naddr); in ip_ib_mc_map()
Dipv6.h497 return i * 32 + 31 - __fls(ntohl(xb)); in __ipv6_addr_diff()
Dxfrm.h860 port = htons(ntohl(uli->gre_key) >> 16); in xfrm_flowi_sport()
884 port = htons(ntohl(uli->gre_key) & 0xffff); in xfrm_flowi_dport()
Dtcp.h564 ntohl(TCP_FLAG_ACK) | in __tcp_fast_path_on()