ok I am a total newbie to this so don't laugh too hard. 
That said:
I have a uint32 called daddr. it holds the uint32 representation of an ip address. I need to pass it to a function that takes:
Function_One(struct in_addr *ipaddr)
How would I convert that so that I can pass it in?
Thanks
DanWifi
That said:
I have a uint32 called daddr. it holds the uint32 representation of an ip address. I need to pass it to a function that takes:
Function_One(struct in_addr *ipaddr)
How would I convert that so that I can pass it in?
Thanks
DanWifi