opnsense-src/share/examples/find_interface
Franco Fichtner eb99233983 src: clean-cut move to release/11.0.0
Taken from: FreeBSD
Commit ref: d508cb8c8f
2016-10-03 12:28:21 +02:00
..
find_interface.c src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00
Makefile src: clean-cut move to release/11.0.0 2016-10-03 12:28:21 +02:00
README src: initial commit based on FreeBSD-10.0 2014-11-09 09:30:14 +01:00

This is a simple program which demonstrates how to query the kernel
routing mechanism using only a UDP socket.  Pass it a hostname on
the command line (sorry, it doesn't parse dotted decimal) and it will
print out an IP address which names the interface over which UDP
packets intended for that destination would be sent.
A more sophisticated program might use the list obtained from SIOCGIFCONF
to match the address with an interface name, but applications programmers
much more often need to know the address of the interface rather than
the name.