Home
last modified time | relevance | path

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

/system/netd/server/
DXfrmController.cpp1137 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()
DXfrmControllerTest.cpp618 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()
DXfrmController.h398 static int fillUserSaId(const XfrmCommonInfo& record, xfrm_usersa_id* said);
/system/bt/gd/packet/parser/
DREADME26 of said field.
/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/
Dwebview_zygote.te91 # Having said that, exec() above is not allowed.
Dapp_zygote.te81 # Having said that, exec() above is not allowed.
/system/sepolicy/prebuilts/api/30.0/private/
Dwebview_zygote.te94 # Having said that, exec() above is not allowed.
Dapp_zygote.te84 # 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.
/system/sepolicy/private/
Dapp_zygote.te99 # Having said that, exec() above is not allowed.
Dwebview_zygote.te104 # Having said that, exec() above is not allowed.
/system/sepolicy/prebuilts/api/31.0/private/
Dapp_zygote.te99 # Having said that, exec() above is not allowed.
Dwebview_zygote.te104 # Having said that, exec() above is not allowed.
/system/chre/chpp/
DREADME.md19 …es a service to the other endpoint, which is considered to be a client of said service. CHPP is po…