Searched refs:said (Results 1 – 13 of 13) sorted by relevance
/system/netd/server/ |
D | XfrmController.cpp | 1073 int XfrmController::fillUserSaId(const XfrmCommonInfo& record, xfrm_usersa_id* said) { in fillUserSaId() argument 1074 said->daddr = record.dstAddr; in fillUserSaId() 1075 said->spi = record.spi; in fillUserSaId() 1076 said->family = record.addrFamily; in fillUserSaId() 1077 said->proto = IPPROTO_ESP; in fillUserSaId() 1079 return sizeof(*said); in fillUserSaId() 1084 xfrm_usersa_id said{}; in deleteSecurityAssociation() local 1092 {&said, 0}, // main usersa_info struct in deleteSecurityAssociation() 1101 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 | 373 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 | app_zygote.te | 81 # Having said that, exec() above is not allowed.
|
D | webview_zygote.te | 91 # 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 | 87 # Having said that, exec() above is not allowed.
|
/system/sepolicy/private/ |
D | app_zygote.te | 87 # Having said that, exec() above is not allowed.
|
D | webview_zygote.te | 94 # 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.
|