Searched refs:said (Results 1 – 16 of 16) sorted by relevance
/system/netd/server/ |
D | XfrmController.cpp | 1137 int XfrmController::fillUserSaId(const XfrmCommonInfo& record, xfrm_usersa_id* said) { in fillUserSaId() argument 1138 said->daddr = record.dstAddr; in fillUserSaId() 1139 said->spi = record.spi; in fillUserSaId() 1140 said->family = record.addrFamily; in fillUserSaId() 1141 said->proto = IPPROTO_ESP; in fillUserSaId() 1143 return sizeof(*said); in fillUserSaId() 1148 xfrm_usersa_id said{}; in deleteSecurityAssociation() local 1156 {&said, 0}, // main usersa_info struct in deleteSecurityAssociation() 1165 len = iov[USERSAID].iov_len = fillUserSaId(record, &said); in deleteSecurityAssociation()
|
D | XfrmControllerTest.cpp | 618 xfrm_usersa_id said{}; in TEST_P() local 619 netdutils::extract(nlMsgSlice, said); in TEST_P() 621 EXPECT_EQ(htonl(DROID_SPI), said.spi); in TEST_P() 622 expectAddressEquals(family, remoteAddr, said.daddr); in TEST_P()
|
D | XfrmController.h | 398 static int fillUserSaId(const XfrmCommonInfo& record, xfrm_usersa_id* said);
|
/system/bt/gd/packet/parser/ |
D | README | 26 of said field.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | webview_zygote.te | 64 # Having said that, exec() above is not allowed.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | webview_zygote.te | 68 # Having said that, exec() above is not allowed.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | webview_zygote.te | 91 # Having said that, exec() above is not allowed.
|
D | app_zygote.te | 81 # Having said that, exec() above is not allowed.
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | webview_zygote.te | 94 # Having said that, exec() above is not allowed.
|
D | app_zygote.te | 84 # Having said that, exec() above is not allowed.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | webview_zygote.te | 84 # Having said that, exec() above is not allowed.
|
/system/sepolicy/private/ |
D | app_zygote.te | 99 # Having said that, exec() above is not allowed.
|
D | webview_zygote.te | 104 # Having said that, exec() above is not allowed.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | app_zygote.te | 99 # Having said that, exec() above is not allowed.
|
D | webview_zygote.te | 104 # Having said that, exec() above is not allowed.
|
/system/chre/chpp/ |
D | README.md | 19 …es a service to the other endpoint, which is considered to be a client of said service. CHPP is po…
|