[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Improved local address support on linux (#458)

Levente Uzonyi leves at caesar.elte.hu
Wed Dec 25 00:56:45 UTC 2019


On Tue, 24 Dec 2019, Tobias Pape wrote:

> Just a question, is that Linux-specific flags or do they work, eg, on bsd'en?

If you meant the IFF_* flags, then yes, the most popular BSD variants 
do have them:
https://github.com/apple/darwin-xnu/blob/master/bsd/net/if.h#L108
https://github.com/openbsd/src/blob/master/sys/net/if.h#L203
https://github.com/freebsd/freebsd/blob/master/sys/net/if.h#L142
https://github.com/DragonFlyBSD/DragonFlyBSD/blob/master/sys/net/if.h#L91
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/net/if.h?rev=1.277&content-type=text/x-cvsweb-markup&only_with_tag=MAIN

Levente


More information about the Vm-dev mailing list