Home
last modified time | relevance | path

Searched refs:said (Results 1 – 10 of 10) sorted by relevance

/system/netd/server/
DXfrmController.cpp1074 int XfrmController::fillUserSaId(const XfrmCommonInfo& record, xfrm_usersa_id* said) { in fillUserSaId() argument
1075 said->daddr = record.dstAddr; in fillUserSaId()
1076 said->spi = record.spi; in fillUserSaId()
1077 said->family = record.addrFamily; in fillUserSaId()
1078 said->proto = IPPROTO_ESP; in fillUserSaId()
1080 return sizeof(*said); in fillUserSaId()
1085 xfrm_usersa_id said{}; in deleteSecurityAssociation() local
1093 {&said, 0}, // main usersa_info struct in deleteSecurityAssociation()
1102 len = iov[USERSAID].iov_len = fillUserSaId(record, &said); in deleteSecurityAssociation()
DXfrmControllerTest.cpp619 xfrm_usersa_id said{}; in TEST_P() local
620 netdutils::extract(nlMsgSlice, said); in TEST_P()
622 EXPECT_EQ(htonl(DROID_SPI), said.spi); in TEST_P()
623 expectAddressEquals(family, remoteAddr, said.daddr); in TEST_P()
DXfrmController.h372 static int fillUserSaId(const XfrmCommonInfo& record, xfrm_usersa_id* said);
/system/sepolicy/prebuilts/api/26.0/private/
Dwebview_zygote.te64 # Having said that, exec() above is not allowed.
/system/sepolicy/prebuilts/api/27.0/private/
Dwebview_zygote.te68 # Having said that, exec() above is not allowed.
/system/sepolicy/prebuilts/api/29.0/private/
Dapp_zygote.te78 # Having said that, exec() above is not allowed.
Dwebview_zygote.te91 # Having said that, exec() above is not allowed.
/system/sepolicy/private/
Dwebview_zygote.te91 # Having said that, exec() above is not allowed.
Dapp_zygote.te78 # Having said that, exec() above is not allowed.
/system/sepolicy/prebuilts/api/28.0/private/
Dwebview_zygote.te84 # Having said that, exec() above is not allowed.