Searched refs:encapRemotePort (Results 1 – 4 of 4) sorted by relevance
/system/netd/server/ |
D | XfrmController.h | 228 int32_t encapLocalPort, int32_t encapRemotePort, int32_t xfrmInterfaceId);
|
D | XfrmController.cpp | 534 int32_t encapLocalPort, int32_t encapRemotePort, int32_t xfrmInterfaceId) { in ipSecAddSecurityAssociation() argument 552 ALOGD("encapRemotePort=%d", encapRemotePort); in ipSecAddSecurityAssociation() 596 saInfo.encap.dstPort = encapRemotePort; in ipSecAddSecurityAssociation()
|
D | NetdNativeService.h | 189 int32_t encapLocalPort, int32_t encapRemotePort, int32_t interfaceId);
|
D | NetdNativeService.cpp | 590 int32_t encapLocalPort, int32_t encapRemotePort, int32_t interfaceId) { in ipSecAddSecurityAssociation() argument 596 aeadAlgo, aeadKey, aeadIcvBits, encapType, encapLocalPort, encapRemotePort, in ipSecAddSecurityAssociation()
|