lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [task #7017] Implement DNS client


From: Simon Goldschmidt
Subject: [lwip-devel] [task #7017] Implement DNS client
Date: Mon, 03 Dec 2007 16:55:17 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11

Follow-up Comment #83, task #7017 (project lwip):

I like that thought! Maybe we could add a macro like

#define LWIP_MAKE_ADDRWORD(a,b,c,d) htonl((a<<24)|(b<<16)|(c<<8)|(d<<0))

or even

#define LWIP_HOST_MAP_ENTRY(name, a,b,c,d) { name,
LWIP_MAKE_ADDRWORD(a,b,c,d) }

so that the code the user has to change (#define LWIP_HOSTS_MAP) gets more
readable?

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?7017>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]