Home
last modified time | relevance | path

Searched refs:__constant_htons (Results 1 – 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/linux/byteorder/
Dbig_endian.h16 #define __constant_htons(x) ((__force __be16)(__u16)(x)) macro
Dlittle_endian.h16 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) macro
/external/iproute2/include/
Dbpf_api.h44 # define htons(X) __constant_htons((X))
/external/iputils/Modules/
Dpg3.c284 skb->protocol = __constant_htons(ETH_P_IP); in fill_packet()
/external/iputils/
DRELNOTES389 [PING,PING6] Avoid using __constant_htons() if it is really needed