Lines Matching refs:ALOGD

175     ALOGD("%s", printBuf);  in logHex()
257 ALOGD("Netlink request overran kernel buffer"); in validateResponse()
261 ALOGD("Netlink message received malformed error response"); in validateResponse()
273 ALOGD("Netlink message responded with an out-of-range message ID"); in validateResponse()
295 ALOGD("Sending Netlink XFRM Message: %s", xfrmMsgTypeToString(nlMsgType)); in sendMessage()
456 ALOGD("XfrmController:%s, line=%d", __FUNCTION__, __LINE__); in ipSecSetEncapSocketOwner()
491 ALOGD("XfrmController:%s, line=%d", __FUNCTION__, __LINE__); in ipSecAllocateSpi()
492 ALOGD("transformId=%d", transformId); in ipSecAllocateSpi()
493 ALOGD("sourceAddress=%s", sourceAddress.c_str()); in ipSecAllocateSpi()
494 ALOGD("destinationAddress=%s", destinationAddress.c_str()); in ipSecAllocateSpi()
495 ALOGD("inSpi=%0.8x", inSpi); in ipSecAllocateSpi()
507 ALOGD("Sock open failed for XFRM, line=%d", __LINE__); in ipSecAllocateSpi()
519 ALOGD("Failed to Allocate an SPI, line=%d", __LINE__); in ipSecAllocateSpi()
534 ALOGD("XfrmController::%s, line=%d", __FUNCTION__, __LINE__); in ipSecAddSecurityAssociation()
535 ALOGD("transformId=%d", transformId); in ipSecAddSecurityAssociation()
536 ALOGD("mode=%d", mode); in ipSecAddSecurityAssociation()
537 ALOGD("sourceAddress=%s", sourceAddress.c_str()); in ipSecAddSecurityAssociation()
538 ALOGD("destinationAddress=%s", destinationAddress.c_str()); in ipSecAddSecurityAssociation()
539 ALOGD("underlyingNetworkId=%d", underlyingNetId); in ipSecAddSecurityAssociation()
540 ALOGD("spi=%0.8x", spi); in ipSecAddSecurityAssociation()
541 ALOGD("markValue=%x", markValue); in ipSecAddSecurityAssociation()
542 ALOGD("markMask=%x", markMask); in ipSecAddSecurityAssociation()
543 ALOGD("authAlgo=%s", authAlgo.c_str()); in ipSecAddSecurityAssociation()
544 ALOGD("authTruncBits=%d", authTruncBits); in ipSecAddSecurityAssociation()
545 ALOGD("cryptAlgo=%s", cryptAlgo.c_str()); in ipSecAddSecurityAssociation()
546 ALOGD("cryptTruncBits=%d,", cryptTruncBits); in ipSecAddSecurityAssociation()
547 ALOGD("aeadAlgo=%s", aeadAlgo.c_str()); in ipSecAddSecurityAssociation()
548 ALOGD("aeadIcvBits=%d,", aeadIcvBits); in ipSecAddSecurityAssociation()
549 ALOGD("encapType=%d", encapType); in ipSecAddSecurityAssociation()
550 ALOGD("encapLocalPort=%d", encapLocalPort); in ipSecAddSecurityAssociation()
551 ALOGD("encapRemotePort=%d", encapRemotePort); in ipSecAddSecurityAssociation()
552 ALOGD("xfrmInterfaceId=%d", xfrmInterfaceId); in ipSecAddSecurityAssociation()
582 ALOGD("Sock open failed for XFRM, line=%d", __LINE__); in ipSecAddSecurityAssociation()
608 ALOGD("Failed updating a Security Association, line=%d", __LINE__); in ipSecAddSecurityAssociation()
618 ALOGD("XfrmController:%s, line=%d", __FUNCTION__, __LINE__); in ipSecDeleteSecurityAssociation()
619 ALOGD("transformId=%d", transformId); in ipSecDeleteSecurityAssociation()
620 ALOGD("sourceAddress=%s", sourceAddress.c_str()); in ipSecDeleteSecurityAssociation()
621 ALOGD("destinationAddress=%s", destinationAddress.c_str()); in ipSecDeleteSecurityAssociation()
622 ALOGD("spi=%0.8x", spi); in ipSecDeleteSecurityAssociation()
623 ALOGD("markValue=%x", markValue); in ipSecDeleteSecurityAssociation()
624 ALOGD("markMask=%x", markMask); in ipSecDeleteSecurityAssociation()
625 ALOGD("xfrmInterfaceId=%d", xfrmInterfaceId); in ipSecDeleteSecurityAssociation()
637 ALOGD("Sock open failed for XFRM, line=%d", __LINE__); in ipSecDeleteSecurityAssociation()
643 ALOGD("Failed to delete Security Association, line=%d", __LINE__); in ipSecDeleteSecurityAssociation()
656 ALOGD("XfrmController:%s, line=%d", __FUNCTION__, __LINE__); in ipSecMigrate()
657 ALOGD("transformId=%d", transformId); in ipSecMigrate()
658 ALOGD("selAddrFamily=%d", selAddrFamily); in ipSecMigrate()
659 ALOGD("direction=%d", direction); in ipSecMigrate()
660 ALOGD("oldSourceAddress=%s", oldSourceAddress.c_str()); in ipSecMigrate()
661 ALOGD("oldDestinationAddress=%s", oldDestinationAddress.c_str()); in ipSecMigrate()
662 ALOGD("newSourceAddress=%s", newSourceAddress.c_str()); in ipSecMigrate()
663 ALOGD("newDestinationAddress=%s", newDestinationAddress.c_str()); in ipSecMigrate()
664 ALOGD("xfrmInterfaceId=%d", xfrmInterfaceId); in ipSecMigrate()
669 ALOGD("Sock open failed for XFRM, line=%d", __LINE__); in ipSecMigrate()
679 ALOGD("Failed to fill in XfrmCommonInfo, line=%d", __LINE__); in ipSecMigrate()
689 ALOGD("Failed to fill in XfrmEndpointPair, line=%d", __LINE__); in ipSecMigrate()
696 ALOGD("Failed to migrate Security Association, line=%d", __LINE__); in ipSecMigrate()
716 ALOGD("Invalid or Mismatched Address Families, %d != %d, line=%d", sourceFamily.value(), in fillXfrmEndpointPair()
763 ALOGD("XfrmController::%s, line=%d", __FUNCTION__, __LINE__); in ipSecApplyTransportModeTransform()
764 ALOGD("transformId=%d", transformId); in ipSecApplyTransportModeTransform()
765 ALOGD("direction=%d", direction); in ipSecApplyTransportModeTransform()
766 ALOGD("sourceAddress=%s", sourceAddress.c_str()); in ipSecApplyTransportModeTransform()
767 ALOGD("destinationAddress=%s", destinationAddress.c_str()); in ipSecApplyTransportModeTransform()
768 ALOGD("spi=%0.8x", spi); in ipSecApplyTransportModeTransform()
832 ALOGD("XfrmController::%s, line=%d", __FUNCTION__, __LINE__); in ipSecRemoveTransportModeTransform()
897 ALOGD("XfrmController::%s, line=%d", __FUNCTION__, __LINE__); in processSecurityPolicy()
898 ALOGD("selAddrFamily=%s", selAddrFamily == AF_INET6 ? "AF_INET6" : "AF_INET"); in processSecurityPolicy()
899 ALOGD("transformId=%d", transformId); in processSecurityPolicy()
900 ALOGD("direction=%d", direction); in processSecurityPolicy()
901 ALOGD("tmplSrcAddress=%s", tmplSrcAddress.c_str()); in processSecurityPolicy()
902 ALOGD("tmplDstAddress=%s", tmplDstAddress.c_str()); in processSecurityPolicy()
903 ALOGD("spi=%0.8x", spi); in processSecurityPolicy()
904 ALOGD("markValue=%d", markValue); in processSecurityPolicy()
905 ALOGD("markMask=%d", markMask); in processSecurityPolicy()
906 ALOGD("msgType=%d", msgType); in processSecurityPolicy()
907 ALOGD("xfrmInterfaceId=%d", xfrmInterfaceId); in processSecurityPolicy()
1230 ALOGD("Allocated an SPI: %x", *outSpi); in allocateSpi()
1458 ALOGD("XfrmController::%s, line=%d", __FUNCTION__, __LINE__); in ipSecAddTunnelInterface()
1459 ALOGD("deviceName=%s", deviceName.c_str()); in ipSecAddTunnelInterface()
1460 ALOGD("localAddress=%s", localAddress.c_str()); in ipSecAddTunnelInterface()
1461 ALOGD("remoteAddress=%s", remoteAddress.c_str()); in ipSecAddTunnelInterface()
1462 ALOGD("ikey=%0.8x", ikey); in ipSecAddTunnelInterface()
1463 ALOGD("okey=%0.8x", okey); in ipSecAddTunnelInterface()
1464 ALOGD("interfaceId=%0.8x", interfaceId); in ipSecAddTunnelInterface()
1465 ALOGD("isUpdate=%d", isUpdate); in ipSecAddTunnelInterface()
1479 ALOGD("XfrmController::%s, line=%d", __FUNCTION__, __LINE__); in ipSecAddXfrmInterface()
1571 ALOGD("XfrmController::%s, line=%d", __FUNCTION__, __LINE__); in ipSecAddVirtualTunnelInterface()
1692 ALOGD("XfrmController::%s, line=%d", __FUNCTION__, __LINE__); in ipSecRemoveTunnelInterface()
1693 ALOGD("deviceName=%s", deviceName.c_str()); in ipSecRemoveTunnelInterface()