Searched refs:ETH_P_HDLC (Results 1 – 25 of 31) sorted by relevance
12
/external/libnl/include/netlink/ |
D | netlink-compat.h | 42 #ifndef ETH_P_HDLC 43 #define ETH_P_HDLC 0x0019 macro
|
/external/strace/xlat/ |
D | ethernet_protocols.h | 125 #if defined(ETH_P_HDLC) || (defined(HAVE_DECL_ETH_P_HDLC) && HAVE_DECL_ETH_P_HDLC) 127 static_assert((ETH_P_HDLC) == (0x0019), "ETH_P_HDLC != 0x0019"); 130 # define ETH_P_HDLC 0x0019 667 XLAT(ETH_P_HDLC),
|
D | ethernet_protocols.in | 19 ETH_P_HDLC 0x0019 /* HDLC frames */
|
/external/syzkaller/sys/linux/ |
D | socket_packet_386.const | 17 ETH_P_HDLC = 25
|
D | socket_packet_ppc64le.const | 17 ETH_P_HDLC = 25
|
D | socket_packet_arm64.const | 17 ETH_P_HDLC = 25
|
D | socket_packet_amd64.const | 17 ETH_P_HDLC = 25
|
D | socket_packet_arm.const | 17 ETH_P_HDLC = 25
|
D | vnet_arm64.const | 129 ETH_P_HDLC = 25
|
D | vnet_amd64.const | 129 ETH_P_HDLC = 25
|
D | vnet_arm.const | 129 ETH_P_HDLC = 25
|
D | vnet_386.const | 129 ETH_P_HDLC = 25
|
D | vnet_ppc64le.const | 129 ETH_P_HDLC = 25
|
D | socket_packet.txt | 31 …TH_P_TR_802_2, ETH_P_MOBITEX, ETH_P_CONTROL, ETH_P_IRDA, ETH_P_ECONET, ETH_P_HDLC, ETH_P_ARCNET, E…
|
/external/libnl/include/linux-private/linux/ |
D | if_ether.h | 107 #define ETH_P_HDLC 0x0019 /* HDLC frames */ macro
|
/external/iproute2/include/uapi/linux/ |
D | if_ether.h | 136 #define ETH_P_HDLC 0x0019 /* HDLC frames */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if_ether.h | 139 #define ETH_P_HDLC 0x0019 /* HDLC frames */ macro
|
/external/libnl/lib/ |
D | utils.c | 810 __ADD(ETH_P_HDLC,hdlc)
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 391 ETH_P_HDLC = 0x19 const
|
D | zerrors_linux_mipsle.go | 421 ETH_P_HDLC = 0x19 const
|
D | zerrors_linux_s390x.go | 421 ETH_P_HDLC = 0x19 const
|
D | zerrors_linux_arm.go | 421 ETH_P_HDLC = 0x19 const
|
D | zerrors_linux_ppc64le.go | 421 ETH_P_HDLC = 0x19 const
|
D | zerrors_linux_mips64.go | 421 ETH_P_HDLC = 0x19 const
|
D | zerrors_linux_ppc64.go | 421 ETH_P_HDLC = 0x19 const
|
12