Searched refs:address (Results 1 – 11 of 11) sorted by relevance
11 When a MAC address changes or when there is a change in the network setup,43 …config.setMACAddrInternal = false; /* true if the MAC address is to be read from microcontroller …44 config.MACAddr[0] = 0x70; /* replace with a custom MAC address */57 … network task to reset the network every so often (i.e. to periodically obtain a new IP address) */59 /* set the static IP address */
266 xemacpsif->txSegments[ head ].address = ( uint32_t ) pxDMA_tx_buffers[ head ]; in emacps_send_message()378 if( ( ( xemacpsif->rxSegments[ head ].address & XEMACPS_RXBUF_NEW_MASK ) == 0 ) || in emacps_check_rx()457 xemacpsif->rxSegments[ head ].address = addr; in emacps_check_rx()459 ( void ) xemacpsif->rxSegments[ head ].address; in emacps_check_rx()494 xemacpsif->txSegments[ index ].address = ( uint32_t ) ucTxBuffer; in clean_dma_txdescs()557 …xemacpsif->rxSegments[ iIndex ].address = ( ( uint32_t ) pxBuffer->pucEthernetBuffer ) & XEMACPS_R… in init_dma()569 xemacpsif->rxSegments[ ipconfigNIC_N_RX_DESC - 1 ].address |= XEMACPS_RXBUF_WRAP_MASK; in init_dma()
58 uint32_t address; member
297 xemacpsif->txSegments[ head ].address = ( uintptr_t ) pxDMA_tx_buffers[ head ]; in emacps_send_message()409 if( ( ( xemacpsif->rxSegments[ head ].address & XEMACPS_RXBUF_NEW_MASK ) == 0 ) || in emacps_check_rx()488 xemacpsif->rxSegments[ head ].address = addr; in emacps_check_rx()490 ( void ) xemacpsif->rxSegments[ head ].address; in emacps_check_rx()520 xemacpsif->txSegments[ index ].address = ( uintptr_t ) NULL; in clean_dma_txdescs()638 xemacpsif->rxSegments[ ipconfigNIC_N_RX_DESC - 1 ].address |= XEMACPS_RXBUF_WRAP_MASK; in init_dma()
59 uint32_t address; member
147 char address[ ipconfigDNS_CACHE_NAME_LENGTH + 3 ]; in test_FreeRTOS_gethostbyname_fail_long_address() local149 memset( address, 'a', ipconfigDNS_CACHE_NAME_LENGTH ); in test_FreeRTOS_gethostbyname_fail_long_address()150 address[ ipconfigDNS_CACHE_NAME_LENGTH + 3 ] = '\0'; in test_FreeRTOS_gethostbyname_fail_long_address()153 ret = FreeRTOS_gethostbyname( address ); in test_FreeRTOS_gethostbyname_fail_long_address()
144 #define iptraceDHCP_SUCCEDEED( address ) argument
186 #define iptraceDHCP_SUCCEDEED( address ) argument
23 have leading zeros. Previously, if the IP address had leading25 address was interpreted as decimal (the leading zeros were27 unexpected IP address.154 TCP packets before an IP address has been assigned.200 UDP broadcast address if a specific IP address is not provided. This
75 which is the sender protocol address in the ARP Header. To combat that,76 the sender protocol address field is declared as an array of 4 bytes
105 __IO uint32_t DMACTDLAR; // ETH_DMACTXDLAR Channel Tx descriptor list address register106 __IO uint32_t DMACRDLAR; // ETH_DMACRXDLAR Channel Rx descriptor list address register