Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/byteorder/
Dpdp_endian.h36 #define __constant_ntohs(x) ___constant_swab16((x)) macro
Dbig_endian.h16 #define __constant_ntohs(x) ((__u16)(x)) macro
Dlittle_endian.h16 #define __constant_ntohs(x) ___constant_swab16((x)) macro
/linux-2.4.37.9/drivers/net/wan/
Dhdlc_fr.c223 case __constant_ntohs(ETH_P_IP): in fr_hard_header()
229 case __constant_ntohs(ETH_P_IPV6): in fr_hard_header()
235 case __constant_ntohs(LMI_PROTO): in fr_hard_header()
241 case __constant_ntohs(ETH_P_802_3): in fr_hard_header()
/linux-2.4.37.9/drivers/ieee1394/
Deth1394.c755 if (dev->hard_header (skb, dev, __constant_ntohs (ether_type), in ether1394_parse_encap()