Home
last modified time | relevance | path

Searched refs:ATF_USETRAILERS (Results 1 – 5 of 5) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dif_arp.h135 #define ATF_USETRAILERS 0x10 /* has requested trailers */ macro
/external/iproute2/include/uapi/linux/
Dif_arp.h135 #define ATF_USETRAILERS 0x10 /* has requested trailers */ macro
/external/libnl/include/linux-private/linux/
Dif_arp.h135 #define ATF_USETRAILERS 0x10 /* has requested trailers */ macro
/external/toybox/toys/pending/
Darp.c74 {"TRAIL" ,ATF_USETRAILERS},
112 {"trail", 1, ATF_USETRAILERS}, in check_flags()
/external/rust/crates/libc/src/unix/
Dmod.rs297 pub const ATF_USETRAILERS: ::c_int = 0x10; constant