Searched refs:__constant_ntohs (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/byteorder/
H A Dpdp_endian.h36 #define __constant_ntohs(x) ___constant_swab16((x)) macro
H A Dbig_endian.h16 #define __constant_ntohs(x) ((__u16)(x)) macro
H A Dlittle_endian.h16 #define __constant_ntohs(x) ___constant_swab16((x)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dpdp_endian.h36 #define __constant_ntohs(x) ___constant_swab16((x)) macro
H A Dbig_endian.h16 #define __constant_ntohs(x) ((__u16)(x)) macro
H A Dlittle_endian.h16 #define __constant_ntohs(x) ___constant_swab16((x)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Deth1394.c498 if (dev->hard_header (skb, dev, __constant_ntohs (hdr->uf.ether_type),

Completed in 40 milliseconds