tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: IPv6 temporary address and SSH



gert%greenie.muc.de@localhost (Gert Doering) writes:

>Now this sounds highly interesting.  Is this a NetBSD specific thing, or
>"generic POSIX sockets" or so?  I see FreeBSD has all the #defines in in6.h,
>while MacOS has the IPV6_PREFER_TEMPADDR but not the IP6PO_ defines..

https://opensource.apple.com/source/xnu/xnu-1699.24.8/bsd/netinet6/ip6_var.h

shows

#define IP6PO_TEMPADDR_SYSTEM   -1 /* follow the system default */
#define IP6PO_TEMPADDR_NOTPREFER 0 /* not prefer temporary address */   
#define IP6PO_TEMPADDR_PREFER    1 /* prefer temporary address */



Home | Main Index | Thread Index | Old Index