Forum Discussion
Altera_Forum
Honored Contributor
14 years agoor i can set up other.
# define IP4_ADDR(ipaddr, a,b,c,d) ipaddr = htonl((((alt_u32)(a & 0xff) << 24) | ((alt_u32)(b & 0xff) << 16) | ((alt_u32)(c & 0xff) << 8) | (alt_u32)(d & 0xff))) mus i can do now? i'm confuse.