Searched refs:ETH_P_PPP_MP (Results 1 – 25 of 30) sorted by relevance
12
/external/strace/xlat/ |
D | ethernet_protocols.h | 55 #if defined(ETH_P_PPP_MP) || (defined(HAVE_DECL_ETH_P_PPP_MP) && HAVE_DECL_ETH_P_PPP_MP) 57 static_assert((ETH_P_PPP_MP) == (0x0008), "ETH_P_PPP_MP != 0x0008"); 60 # define ETH_P_PPP_MP 0x0008 657 XLAT(ETH_P_PPP_MP),
|
D | ethernet_protocols.in | 9 ETH_P_PPP_MP 0x0008 /* Dummy type for PPP MP frames */
|
/external/syzkaller/sys/linux/ |
D | socket_packet_arm64.const | 24 ETH_P_PPP_MP = 8
|
D | socket_packet_386.const | 24 ETH_P_PPP_MP = 8
|
D | socket_packet_amd64.const | 24 ETH_P_PPP_MP = 8
|
D | socket_packet_arm.const | 24 ETH_P_PPP_MP = 8
|
D | socket_packet_ppc64le.const | 24 ETH_P_PPP_MP = 8
|
D | vnet_amd64.const | 155 ETH_P_PPP_MP = 8
|
D | vnet_arm64.const | 155 ETH_P_PPP_MP = 8
|
D | vnet_386.const | 155 ETH_P_PPP_MP = 8
|
D | vnet_ppc64le.const | 155 ETH_P_PPP_MP = 8
|
D | vnet_arm.const | 155 ETH_P_PPP_MP = 8
|
D | socket_packet.txt | 31 …AX25, ETH_P_ALL, ETH_P_802_2, ETH_P_SNAP, ETH_P_DDCMP, ETH_P_WAN_PPP, ETH_P_PPP_MP, ETH_P_LOCALTAL…
|
/external/libnl/include/linux-private/linux/ |
D | if_ether.h | 98 #define ETH_P_PPP_MP 0x0008 /* Dummy type for PPP MP frames */ macro
|
/external/iproute2/include/uapi/linux/ |
D | if_ether.h | 126 #define ETH_P_PPP_MP 0x0008 /* Dummy type for PPP MP frames */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if_ether.h | 129 #define ETH_P_PPP_MP 0x0008 /* Dummy type for PPP MP frames */ macro
|
/external/libnl/lib/ |
D | utils.c | 801 __ADD(ETH_P_PPP_MP,ppp_mp)
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 415 ETH_P_PPP_MP = 0x8 const
|
D | zerrors_linux_mips64le.go | 450 ETH_P_PPP_MP = 0x8 const
|
D | zerrors_linux_ppc64.go | 450 ETH_P_PPP_MP = 0x8 const
|
D | zerrors_linux_arm.go | 450 ETH_P_PPP_MP = 0x8 const
|
D | zerrors_linux_mips64.go | 450 ETH_P_PPP_MP = 0x8 const
|
D | zerrors_linux_ppc64le.go | 450 ETH_P_PPP_MP = 0x8 const
|
D | zerrors_linux_arm64.go | 451 ETH_P_PPP_MP = 0x8 const
|
D | zerrors_linux_386.go | 450 ETH_P_PPP_MP = 0x8 const
|
12