Searched refs:rtm (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/core/libsysutils/src/ |
H A D | NetlinkEvent.cpp | 99 #define NL_EVENT_RTM_NAME(rtm) case rtm: return #rtm; in rtMessageName() argument 356 struct rtmsg *rtm = (struct rtmsg *) NLMSG_DATA(nh); in parseRtMessage() local 357 if (!checkRtNetlinkLength(nh, sizeof(*rtm))) in parseRtMessage() 361 (rtm->rtm_protocol != RTPROT_KERNEL && in parseRtMessage() 362 rtm->rtm_protocol != RTPROT_RA) || in parseRtMessage() 364 (rtm->rtm_scope != RT_SCOPE_UNIVERSE) || in parseRtMessage() 365 (rtm->rtm_type != RTN_UNICAST) || in parseRtMessage() 367 (rtm->rtm_src_len != 0) || in parseRtMessage() 369 (rtm->rtm_flags & RTM_F_CLONED)) { in parseRtMessage() 373 int family = rtm->rtm_family; in parseRtMessage() [all …]
|
/aosp12/system/netd/server/ |
H A D | RouteControllerTest.cpp | 58 rtmsg rtm = { .rtm_family = static_cast<uint8_t>(family) }; in TEST_F() local 61 { &rtm, sizeof(rtm) }, in TEST_F()
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | tr_wordlist.combined.gz | 1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ... |
H A D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |
H A D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
H A D | pl_wordlist.combined.gz | 1dictionary=main:pl,locale=pl,description=Polski,date=1414726264, ... |