Lines Matching refs:xIPHeader

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()
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()
761 …pxICMPPacket->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()
898 const IPHeader_IPv6_t * pxIPHeader = &( pxIPPacket->xIPHeader ); in prvCheckWaitingBuffer()
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()
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()