Lines Matching refs:pxICMPPacket

526 … ICMPPacket_IPv6_t * pxICMPPacket = ( ( ICMPPacket_IPv6_t * ) pxNetworkBuffer->pucEthernetBuffer );  in prvReturnICMP_IPv6()  local
528 …( void ) memcpy( pxICMPPacket->xIPHeader.xDestinationAddress.ucBytes, pxICMPPacket->xIPHeader.xSou… in prvReturnICMP_IPv6()
529 …( void ) memcpy( pxICMPPacket->xIPHeader.xSourceAddress.ucBytes, pxEndPoint->ipv6_settings.xIPAddr… in prvReturnICMP_IPv6()
530 pxICMPPacket->xIPHeader.usPayloadLength = FreeRTOS_htons( uxICMPSize ); in prvReturnICMP_IPv6()
544 pxICMPPacket->xICMPHeaderIPv6.usChecksum = 0; in prvReturnICMP_IPv6()
569 ICMPPacket_IPv6_t * pxICMPPacket; in vNDSendNeighbourSolicitation() local
596 pxICMPPacket = ( ( ICMPPacket_IPv6_t * ) pxDescriptor->pucEthernetBuffer ); in vNDSendNeighbourSolicitation()
597 pxICMPHeader_IPv6 = ( ( ICMPHeader_IPv6_t * ) &( pxICMPPacket->xICMPHeaderIPv6 ) ); in vNDSendNeighbourSolicitation()
610 …( void ) memcpy( pxICMPPacket->xEthernetHeader.xSourceAddress.ucBytes, xMultiCastMacAddress.ucByte… in vNDSendNeighbourSolicitation()
611 …( void ) memcpy( pxICMPPacket->xEthernetHeader.xDestinationAddress.ucBytes, pxEndPoint->xMACAddres… in vNDSendNeighbourSolicitation()
612 pxICMPPacket->xEthernetHeader.usFrameType = ipIPv6_FRAME_TYPE; in vNDSendNeighbourSolicitation()
615 pxICMPPacket->xIPHeader.ucVersionTrafficClass = 0x60U; in vNDSendNeighbourSolicitation()
616 pxICMPPacket->xIPHeader.ucTrafficClassFlow = 0U; in vNDSendNeighbourSolicitation()
617 pxICMPPacket->xIPHeader.usFlowLabel = 0U; in vNDSendNeighbourSolicitation()
618 pxICMPPacket->xIPHeader.usPayloadLength = FreeRTOS_htons( ulPayloadLength ); in vNDSendNeighbourSolicitation()
619 pxICMPPacket->xIPHeader.ucNextHeader = ipPROTOCOL_ICMP_IPv6; in vNDSendNeighbourSolicitation()
620 pxICMPPacket->xIPHeader.ucHopLimit = 255U; in vNDSendNeighbourSolicitation()
623 …( void ) memcpy( pxICMPPacket->xIPHeader.xSourceAddress.ucBytes, pxEndPoint->ipv6_settings.xIPAddr… in vNDSendNeighbourSolicitation()
634 …( void ) memcpy( pxICMPPacket->xIPHeader.xDestinationAddress.ucBytes, xTargetIPAddress.ucBytes, ip… in vNDSendNeighbourSolicitation()
683 ICMPPacket_IPv6_t * pxICMPPacket; in FreeRTOS_SendPingRequestIPv6() local
754 pxICMPPacket = ( ( ICMPPacket_IPv6_t * ) pxNetworkBuffer->pucEthernetBuffer ); in FreeRTOS_SendPingRequestIPv6()
756 pxICMPHeader = ( ( ICMPEcho_IPv6_t * ) &( pxICMPPacket->xICMPHeaderIPv6 ) ); in FreeRTOS_SendPingRequestIPv6()
759 pxICMPPacket->xEthernetHeader.usFrameType = ipIPv6_FRAME_TYPE; in FreeRTOS_SendPingRequestIPv6()
761pxICMPPacket->xIPHeader.usPayloadLength = FreeRTOS_htons( sizeof( ICMPEcho_IPv6_t ) + uxNumberOfBy… in FreeRTOS_SendPingRequestIPv6()
762 …( void ) memcpy( pxICMPPacket->xIPHeader.xDestinationAddress.ucBytes, pxIPAddress->ucBytes, ipSIZE… in FreeRTOS_SendPingRequestIPv6()
763 …( void ) memcpy( pxICMPPacket->xIPHeader.xSourceAddress.ucBytes, pxEndPoint->ipv6_settings.xIPAddr… in FreeRTOS_SendPingRequestIPv6()
764 …FreeRTOS_printf( ( "ICMP send from %pip\n", ( void * ) pxICMPPacket->xIPHeader.xSourceAddress.ucBy… in FreeRTOS_SendPingRequestIPv6()
938 … ICMPPacket_IPv6_t * pxICMPPacket = ( ( ICMPPacket_IPv6_t * ) pxNetworkBuffer->pucEthernetBuffer ); in prvProcessICMPMessage_IPv6() local
940 …ICMPHeader_IPv6_t * pxICMPHeader_IPv6 = ( ( ICMPHeader_IPv6_t * ) &( pxICMPPacket->xICMPHeaderIPv6… in prvProcessICMPMessage_IPv6()
952 ( void * ) pxICMPPacket->xIPHeader.xSourceAddress.ucBytes, in prvProcessICMPMessage_IPv6()
953 … ( void * ) pxICMPPacket->xIPHeader.xDestinationAddress.ucBytes, in prvProcessICMPMessage_IPv6()
976 usICMPSize = FreeRTOS_ntohs( pxICMPPacket->xIPHeader.usPayloadLength ); in prvProcessICMPMessage_IPv6()
1003 …uxDataLength = ipNUMERIC_CAST( size_t, FreeRTOS_ntohs( pxICMPPacket->xIPHeader.usPayloadLength ) ); in prvProcessICMPMessage_IPv6()
1074 pxICMPPacket->xIPHeader.ucHopLimit = 255U; in prvProcessICMPMessage_IPv6()
1137 ICMPPacket_IPv6_t * pxICMPPacket; in FreeRTOS_OutputAdvertiseIPv6() local
1161 pxICMPPacket = ( ( ICMPPacket_IPv6_t * ) pxNetworkBuffer->pucEthernetBuffer ); in FreeRTOS_OutputAdvertiseIPv6()
1162 pxICMPHeader_IPv6 = ( ( ICMPHeader_IPv6_t * ) &( pxICMPPacket->xICMPHeaderIPv6 ) ); in FreeRTOS_OutputAdvertiseIPv6()
1164 …( void ) memcpy( pxICMPPacket->xEthernetHeader.xDestinationAddress.ucBytes, pcLOCAL_ALL_NODES_MULT… in FreeRTOS_OutputAdvertiseIPv6()
1165 …( void ) memcpy( pxICMPPacket->xEthernetHeader.xSourceAddress.ucBytes, pxEndPoint->xMACAddress.ucB… in FreeRTOS_OutputAdvertiseIPv6()
1166 pxICMPPacket->xEthernetHeader.usFrameType = ipIPv6_FRAME_TYPE; /* 12 + 2 = 14 */ in FreeRTOS_OutputAdvertiseIPv6()
1168 pxICMPPacket->xIPHeader.ucVersionTrafficClass = 0x60; in FreeRTOS_OutputAdvertiseIPv6()
1169 pxICMPPacket->xIPHeader.ucTrafficClassFlow = 0; in FreeRTOS_OutputAdvertiseIPv6()
1170 pxICMPPacket->xIPHeader.usFlowLabel = 0; in FreeRTOS_OutputAdvertiseIPv6()
1172 pxICMPPacket->xIPHeader.usPayloadLength = FreeRTOS_htons( sizeof( ICMPHeader_IPv6_t ) ); in FreeRTOS_OutputAdvertiseIPv6()
1173 pxICMPPacket->xIPHeader.ucNextHeader = ipPROTOCOL_ICMP_IPv6; in FreeRTOS_OutputAdvertiseIPv6()
1174 pxICMPPacket->xIPHeader.ucHopLimit = 255; in FreeRTOS_OutputAdvertiseIPv6()
1175 …( void ) memcpy( pxICMPPacket->xIPHeader.xSourceAddress.ucBytes, pxEndPoint->ipv6_settings.xIPAddr… in FreeRTOS_OutputAdvertiseIPv6()
1176 …( void ) memcpy( pxICMPPacket->xIPHeader.xDestinationAddress.ucBytes, pcLOCAL_ALL_NODES_MULTICAST_… in FreeRTOS_OutputAdvertiseIPv6()
1189 pxICMPPacket->xIPHeader.ucHopLimit = 255; in FreeRTOS_OutputAdvertiseIPv6()