HomeSort by relevance Sort by last modified time
    Searched refs:__constant_htons (Results 101 - 110 of 110) sorted by null

1 2 3 45

  /external/kernel-headers/original/linux/byteorder/
big_endian.h 16 #define __constant_htons(x) ((__force __be16)(__u16)(x)) macro
little_endian.h 16 #define __constant_htons(x) ((__force __be16)___constant_swab16((x))) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/byteorder/
big_endian.h 16 #define __constant_htons(x) ( (__be16)(__u16)(x)) macro
little_endian.h 16 #define __constant_htons(x) ( (__be16)___constant_swab16((x))) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
big_endian.h 16 #define __constant_htons(x) ( (__be16)(__u16)(x)) macro
little_endian.h 16 #define __constant_htons(x) ( (__be16)___constant_swab16((x))) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/byteorder/
big_endian.h 16 #define __constant_htons(x) ( (__be16)(__u16)(x)) macro
little_endian.h 16 #define __constant_htons(x) ( (__be16)___constant_swab16((x))) macro
  /external/iputils/Modules/
pg3.c 284 skb->protocol = __constant_htons(ETH_P_IP);
  /external/kernel-headers/original/linux/
netdevice.h 1034 skb->protocol == __constant_htons(ETH_P_SLOW))

Completed in 460 milliseconds

1 2 3 45