Searched refs:address (Results 1 – 12 of 12) sorted by relevance
23 When a MAC address changes or when there is a change in the network setup,55 …config.setMACAddrInternal = false; /* true if the MAC address is to be read from microcontroller …56 config.MACAddr[0] = 0x70; /* replace with a custom MAC address */69 … network task to reset the network every so often (i.e. to periodically obtain a new IP address) */71 /* set the static IP address */
306 … xemacpsif->txSegments[ txHead ].address = ( uint32_t ) pxDMA_tx_buffers[ xEMACIndex ][ txHead ]; in emacps_send_message()308 if( xemacpsif->txSegments[ txHead ].address ) in emacps_send_message()510 if( ( ( xemacpsif->rxSegments[ rxHead ].address & XEMACPS_RXBUF_NEW_MASK ) == 0 ) || in emacps_check_rx()603 xemacpsif->rxSegments[ rxHead ].address = addr; in emacps_check_rx()605 ( void ) xemacpsif->rxSegments[ rxHead ].address; in emacps_check_rx()643 xemacpsif->txSegments[ index ].address = ( uint32_t ) ucTxBuffer; in clean_dma_txdescs()707 …xemacpsif->rxSegments[ iIndex ].address = ( ( uint32_t ) pxBuffer->pucEthernetBuffer ) & XEMACPS_R… in init_dma()719 xemacpsif->rxSegments[ ipconfigNIC_N_RX_DESC - 1 ].address |= XEMACPS_RXBUF_WRAP_MASK; in init_dma()
60 uint32_t address; member
303 xemacpsif->txSegments[ head ].address = ( uintptr_t ) pxDMA_tx_buffers[ head ]; in emacps_send_message()415 if( ( ( xemacpsif->rxSegments[ head ].address & XEMACPS_RXBUF_NEW_MASK ) == 0 ) || in emacps_check_rx()505 xemacpsif->rxSegments[ head ].address = addr; in emacps_check_rx()507 ( void ) xemacpsif->rxSegments[ head ].address; in emacps_check_rx()537 xemacpsif->txSegments[ index ].address = ( uintptr_t ) NULL; in clean_dma_txdescs()655 xemacpsif->rxSegments[ ipconfigNIC_N_RX_DESC - 1 ].address |= XEMACPS_RXBUF_WRAP_MASK; in init_dma()
56 uint32_t address; member
144 #define iptraceDHCP_SUCCEDEED( address ) argument
198 #define iptraceDHCP_SUCCEDEED( address ) argument
28 … - Get/Set the address configuration from the global variables initialised during FreeRTOS_IPInit30 - Get/Set the same address configuration from/to the end point
46 + Read mac address using FreeRTOS_GetMACAddress(). Contributed by @sayyadumar.92 have leading zeros. Previously, if the IP address had leading94 address was interpreted as decimal (the leading zeros were96 unexpected IP address.223 TCP packets before an IP address has been assigned.269 UDP broadcast address if a specific IP address is not provided. This
87 which is the sender protocol address in the ARP Header. To combat that,88 the sender protocol address field is declared as an array of 4 bytes
110 __IO uint32_t DMACTDLAR; // ETH_DMACTXDLAR Channel Tx descriptor list address register111 __IO uint32_t DMACRDLAR; // ETH_DMACRXDLAR Channel Rx descriptor list address register
152 char address[ ipconfigDNS_CACHE_NAME_LENGTH + 3 ]; in test_FreeRTOS_gethostbyname_FailLongAddress() local154 memset( address, 'a', ipconfigDNS_CACHE_NAME_LENGTH ); in test_FreeRTOS_gethostbyname_FailLongAddress()155 address[ ipconfigDNS_CACHE_NAME_LENGTH + 3 ] = '\0'; in test_FreeRTOS_gethostbyname_FailLongAddress()158 ret = FreeRTOS_gethostbyname( address ); in test_FreeRTOS_gethostbyname_FailLongAddress()