I am looking for a way how to get the default gateway address from within a
C program. Does anybody have an idea?
Thanks in advance,
Tom
> I am looking for a way how to get the default gateway address from
> within a C program. Does anybody have an idea?
>
Have you checked the network reference manual pg 83 ? getroutent()
function ?
Allan