Get gateway address in C/C++ -


i use ioctl() set gateway address (siocaddrt rtf_gateway in flags).

what's standard ioctl routine retrieve it?

my understanding there no 'standard ioctl routine' gateway address in cross-platform-friendly fashion. on linux might consider looking @ using netlink sockets, described in this post.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -