Searched refs:ARPHRD_PPP (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/include/net/ |
H A D | if_arp.h | 56 #define ARPHRD_PPP 512 macro
|
/third_party/musl/porting/uniproton/kernel/include/net/ |
H A D | if_arp.h | 56 #define ARPHRD_PPP 512 macro
|
/third_party/musl/porting/liteos_m/kernel/include/net/ |
H A D | if_arp.h | 56 #define ARPHRD_PPP 512 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/ |
H A D | if_arp.h | 56 #define ARPHRD_PPP 512 macro
|
/third_party/musl/include/net/ |
H A D | if_arp.h | 56 #define ARPHRD_PPP 512 macro
|
/third_party/toybox/toys/pending/ |
H A D | arp.c | 58 {"ppp" ,ARPHRD_PPP},
|
H A D | ip.c | 875 {"slip6",ARPHRD_SLIP6}, {"cslip6",ARPHRD_CSLIP6}, {"ppp",ARPHRD_PPP}, in get_link_info()
|
/third_party/toybox/toys/net/ |
H A D | ifconfig.c | 110 {ARPHRD_PPP, "Point-to-Point Protocol"}, {ARPHRD_INFINIBAND, "InfiniBand"}, in display_ifconfig()
|
/third_party/toybox/porting/liteos_a/toys/net/ |
H A D | ifconfig.c | 109 {ARPHRD_PPP, "Point-to-Point Protocol"}, {ARPHRD_INFINIBAND, "InfiniBand"}, in display_ifconfig()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1363 pub const ARPHRD_PPP: u16 = 512; consts
|
Completed in 14 milliseconds