elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
elkscmd
/
ktcp
/
uip
/
apps
/
resolv
/
resolv.h
File editor
/* * Upstream uIP resolver header. * * Vendored from adamdunkels/uip with ELKS integration changes limited to * coexistence with the existing unified UDP app dispatcher. */ #ifndef __RESOLV_H__ #define __RESOLV_H__ #include "uipopt.h" void resolv_found(char *name, u16_t *ipaddr); void resolv_appcall(void); void resolv_conf(u16_t (*dnsserver)[2]); u16_t *resolv_getserver(void); void resolv_init(void); u16_t *resolv_lookup(char *name); void resolv_query(char *name); #endif
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history